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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Deacmv.c119 int pal_start, pal_count, i; local
135 pal_count = AV_RL16(&buf[14]);
138 for (i=pal_start; i<pal_start+pal_count && i<AVPALETTE_COUNT && buf_end - buf >= 3; i++) {
H A Deatgv.c257 int pal_count, i; local
271 pal_count = AV_RL16(&buf[6]);
273 for(i=0; i<pal_count && i<AVPALETTE_COUNT && buf+2<buf_end; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deacmv.c135 int pal_start, pal_count, i, ret, fps; local
160 pal_count = AV_RL16(&buf[14]);
163 for (i=pal_start; i<pal_start+pal_count && i<AVPALETTE_COUNT && buf_end - buf >= 3; i++) {
H A Deatgv.c280 int pal_count, i; local
295 pal_count = AV_RL16(&buf[6]);
297 for(i = 0; i < pal_count && i < AVPALETTE_COUNT && buf_end - buf >= 3; i++) {

Completed in 100 milliseconds