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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmov.c892 unsigned int color_start, color_count, color_end; local
899 color_count = 1 << color_depth;
901 color_dec = 256 / (color_count - 1);
902 for (j = 0; j < color_count; j++) {
913 color_count = 1 << color_depth;
921 for (j = 0; j < color_count; j++) {
931 color_count = get_be16(pb);

Completed in 40 milliseconds