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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeframe.c62 /* activity_avg must be positive, or flat regions could get a zero weight
182 cpi->activity_avg = median;
188 cpi->activity_avg = (unsigned int)(activity_sum/cpi->common.MBs);
191 if (cpi->activity_avg < VP8_ACTIVITY_AVG_MIN)
192 cpi->activity_avg = VP8_ACTIVITY_AVG_MIN;
196 cpi->activity_avg = 100000;
215 fprintf(f, "\n%12d\n", cpi->activity_avg );
231 a = act + 4*cpi->activity_avg;
232 b = 4*act + cpi->activity_avg;
348 a = act + (2*cpi->activity_avg);
[all...]
H A Donyx_int.h639 unsigned int activity_avg; member in struct:VP8_COMP
H A Donyx_if.c1937 cpi->activity_avg = 90<<12;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c62 /* activity_avg must be positive, or flat regions could get a zero weight
182 cpi->activity_avg = median;
188 cpi->activity_avg = (unsigned int)(activity_sum/cpi->common.MBs);
191 if (cpi->activity_avg < VP8_ACTIVITY_AVG_MIN)
192 cpi->activity_avg = VP8_ACTIVITY_AVG_MIN;
196 cpi->activity_avg = 100000;
215 fprintf(f, "\n%12d\n", cpi->activity_avg );
231 a = act + 4*cpi->activity_avg;
232 b = 4*act + cpi->activity_avg;
348 a = act + (2*cpi->activity_avg);
[all...]
H A Donyx_int.h640 unsigned int activity_avg; member in struct:VP8_COMP
H A Donyx_if.c1890 cpi->activity_avg = 90<<12;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h482 unsigned int activity_avg; member in struct:VP9_COMP
H A Dvp9_encodeframe.c81 // activity_avg must be positive, or flat regions could get a zero weight
663 cpi->activity_avg = median;
669 cpi->activity_avg = (unsigned int) (activity_sum / cpi->common.MBs);
672 if (cpi->activity_avg < ACTIVITY_AVG_MIN)
673 cpi->activity_avg = ACTIVITY_AVG_MIN;
677 cpi->activity_avg = 100000;
695 fprintf(f, "\n%12d\n", cpi->activity_avg);
709 a = act + 4 * cpi->activity_avg;
710 b = 4 * act + cpi->activity_avg;
808 const int64_t a = act + (2 * cpi->activity_avg);
[all...]
H A Dvp9_onyx_if.c1181 cpi->activity_avg = 90 << 12;

Completed in 228 milliseconds