|
FFmpeg
|
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | HuffYUVEncDSPContext |
Functions | |
| void | ff_huffyuvencdsp_init (HuffYUVEncDSPContext *c, int bpp, int width) |
| void | ff_huffyuvencdsp_init_x86 (HuffYUVEncDSPContext *c, int bpp, int width) |
| void ff_huffyuvencdsp_init | ( | HuffYUVEncDSPContext * | c, |
| int | bpp, | ||
| int | width | ||
| ) |
Definition at line 87 of file huffyuvencdsp.c.
Referenced by check_sub_hfyu_median_pred_int16(), and encode_init().
| void ff_huffyuvencdsp_init_x86 | ( | HuffYUVEncDSPContext * | c, |
| int | bpp, | ||
| int | width | ||
| ) |
Definition at line 39 of file huffyuvencdsp_init.c.
Referenced by ff_huffyuvencdsp_init().
1.8.17