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

  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 63 /* activity_avg must be positive, or flat regions could get a zero weight
184 cpi->activity_avg = median;
190 cpi->activity_avg = (unsigned int)(activity_sum/cpi->common.MBs);
193 if (cpi->activity_avg < VP8_ACTIVITY_AVG_MIN)
194 cpi->activity_avg = VP8_ACTIVITY_AVG_MIN;
198 cpi->activity_avg = 100000;
217 fprintf(f, "\n%12d\n", cpi->activity_avg );
233 a = act + 4*cpi->activity_avg;
234 b = 4*act + cpi->activity_avg;
350 a = act + (2*cpi->activity_avg);
    [all...]
onyx_int.h 649 unsigned int activity_avg; member in struct:VP8_COMP
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeframe.c 62 /* activity_avg must be positive, or flat regions could get a zero weight
183 cpi->activity_avg = median;
189 cpi->activity_avg = (unsigned int)(activity_sum/cpi->common.MBs);
192 if (cpi->activity_avg < VP8_ACTIVITY_AVG_MIN)
193 cpi->activity_avg = VP8_ACTIVITY_AVG_MIN;
197 cpi->activity_avg = 100000;
216 fprintf(f, "\n%12d\n", cpi->activity_avg );
232 a = act + 4*cpi->activity_avg;
233 b = 4*act + cpi->activity_avg;
349 a = act + (2*cpi->activity_avg);
    [all...]
onyx_int.h 640 unsigned int activity_avg; member in struct:VP8_COMP
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 81 // activity_avg must be positive, or flat regions could get a zero weight
679 cpi->activity_avg = median;
685 cpi->activity_avg = (unsigned int) (activity_sum / cpi->common.MBs);
688 if (cpi->activity_avg < ACTIVITY_AVG_MIN)
689 cpi->activity_avg = ACTIVITY_AVG_MIN;
693 cpi->activity_avg = 100000;
711 fprintf(f, "\n%12d\n", cpi->activity_avg);
725 a = act + 4 * cpi->activity_avg;
726 b = 4 * act + cpi->activity_avg;
824 const int64_t a = act + (2 * cpi->activity_avg);
    [all...]
vp9_onyx_int.h 484 unsigned int activity_avg; member in struct:VP9_COMP
vp9_onyx_if.c     [all...]

Completed in 3327 milliseconds