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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Da64multienc.c39 static const int mc_colors[5]={0x0,0xb,0xc,0xf,0x1}; variable
42 //static const int mc_colors[5]={0x0,0x8,0xa,0xf,0x7};
43 //static const int mc_colors[5]={0x0,0x9,0x8,0xa,0x3};
194 c->mc_luma_vals[a]=a64_palette[mc_colors[a]][0] * 0.30 +
195 a64_palette[mc_colors[a]][1] * 0.59 +
196 a64_palette[mc_colors[a]][2] * 0.11;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Da64multienc.c62 static const int mc_colors[5]={0x0,0xb,0xc,0xf,0x1}; variable
65 //static const int mc_colors[5]={0x0,0x8,0xa,0xf,0x7};
66 //static const int mc_colors[5]={0x0,0x9,0x8,0xa,0x3};
218 c->mc_luma_vals[a]=a64_palette[mc_colors[a]][0] * 0.30 +
219 a64_palette[mc_colors[a]][1] * 0.59 +
220 a64_palette[mc_colors[a]][2] * 0.11;

Completed in 65 milliseconds