Searched refs:pal_count (Results 1 – 2 of 2) sorted by relevance
132 int pal_start, pal_count, i, ret, fps; in cmv_process_header() local157 pal_count = AV_RL16(&buf[14]); in cmv_process_header()160 for (i=pal_start; i<pal_start+pal_count && i<AVPALETTE_COUNT && buf_end - buf >= 3; i++) { in cmv_process_header()
282 int pal_count, i; in tgv_decode_frame() local297 pal_count = AV_RL16(&buf[6]); in tgv_decode_frame()299 for(i = 0; i < pal_count && i < AVPALETTE_COUNT && buf_end - buf >= 3; i++) { in tgv_decode_frame()