Searched defs:nb_colors (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mvcdec.c | 142 int w, h, nb_colors, i, x, y, p0, p1, mask; in decode_mvc2() local
|
H A D | avcodec.h | 2282 int nb_colors; ///< number of colors in pict, undefined when pict is not set member
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_gradients.c | 46 int nb_colors; member 120 static uint32_t lerp_colors(uint8_t arr[3][4], int nb_colors, int nb_wrap_colors, float step) in lerp_colors() argument 143 static uint64_t lerp_colors16(uint8_t arr[3][4], int nb_colors, in argument 166 lerp_colors32(float arr[3][4], int nb_colors, int nb_wrap_colors, float step, float *r, float *g, float *b, float *a) lerp_colors32() argument [all...] |
Completed in 6 milliseconds