HomeSort by relevance Sort by last modified time
    Searched refs:activity_avg (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 62 /* 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...]
onyx_int.h 636 unsigned int activity_avg; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 83 /* activity_avg must be positive, or flat regions could get a zero weight
205 cpi->activity_avg = median;
211 cpi->activity_avg = (unsigned int) (activity_sum / cpi->common.MBs);
214 if (cpi->activity_avg < ACTIVITY_AVG_MIN)
215 cpi->activity_avg = ACTIVITY_AVG_MIN;
219 cpi->activity_avg = 100000;
237 fprintf(f, "\n%12d\n", cpi->activity_avg);
251 a = act + 4 * cpi->activity_avg;
252 b = 4 * act + cpi->activity_avg;
352 a = act + (2 * cpi->activity_avg);
    [all...]
vp9_onyx_int.h 615 unsigned int activity_avg; member in struct:VP9_COMP
vp9_onyx_if.c     [all...]

Completed in 32 milliseconds