Home
last modified time | relevance | path

Searched refs:pal_count (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Deacmv.c132 int pal_start, pal_count, i, ret, fps; in cmv_process_header() local
157 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()
Deatgv.c282 int pal_count, i; in tgv_decode_frame() local
297 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()