Home
last modified time | relevance | path

Searched refs:grps (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dc93.c108 int height, int bpp, uint8_t cols[4], uint8_t grps[4], uint32_t col) in draw_n_color()
112 if (grps) in draw_n_color()
113 cols[0] = grps[3 * (y >> 1)]; in draw_n_color()
115 if (grps) in draw_n_color()
116 cols[1]= grps[(x >> 1) + 1]; in draw_n_color()
160 uint8_t cols[4], grps[4]; in decode_frame() local
217 bytestream2_get_buffer(&gb, grps, 4); in decode_frame()
219 1, cols, grps, bytestream2_get_le16(&gb)); in decode_frame()
107 draw_n_color(uint8_t *out, int stride, int width, int height, int bpp, uint8_t cols[4], uint8_t grps[4], uint32_t col) draw_n_color() argument

Completed in 1 milliseconds