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

  /external/chromium_org/third_party/libvpx/source/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 639 unsigned int activity_avg; member in struct:VP8_COMP
onyx_if.c     [all...]
  /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 640 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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 482 unsigned int activity_avg; member in struct:VP9_COMP
vp9_encodeframe.c 81 // 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...]
vp9_onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 484 unsigned int activity_avg; member in struct:VP9_COMP
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_if.c     [all...]

Completed in 331 milliseconds