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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmov.c1191 unsigned int color_start, color_count, color_end; local
1231 color_end = avio_rb16(pb);
1233 (color_end <= 255)) {
1234 for (j = color_start; j <= color_end; j++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c1305 unsigned int color_start, color_count, color_end; local
1343 color_end = avio_rb16(pb);
1344 if ((color_start <= 255) && (color_end <= 255)) {
1345 for (j = color_start; j <= color_end; j++) {

Completed in 200 milliseconds