Searched refs:palette_colors_count (Results 1 – 1 of 1) sorted by relevance
203 int i, y, palette_type, palette_colors_count, in cinvideo_decode_frame() local207 palette_colors_count = AV_RL16(buf + 1); in cinvideo_decode_frame()214 if (bitmap_frame_size < palette_colors_count * (3 + (palette_type != 0))) in cinvideo_decode_frame()217 if (palette_colors_count > 256) in cinvideo_decode_frame()219 for (i = 0; i < palette_colors_count; ++i) { in cinvideo_decode_frame()224 for (i = 0; i < palette_colors_count; ++i) { in cinvideo_decode_frame()