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

  /external/libvpx/libvpx/vp8/common/
mfqe.c 154 actd = (vpx_variance16x16(yd, yd_stride, VP8_ZEROS, 0, &sse)+128)>>8;
155 act = (vpx_variance16x16(y, y_stride, VP8_ZEROS, 0, &sse)+128)>>8;
157 vpx_variance16x16(y, y_stride, yd, yd_stride, &sse);
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c     [all...]
encodeframe.c 94 act = vpx_variance16x16(x->src.y_buffer,
    [all...]
onyx_if.c     [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.c 174 vdiff = (vpx_variance16x16(y, y_stride, yd, yd_stride, &sse) + 128) >> 8;
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 641 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 641 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 641 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 646 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 719 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 679 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 730 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl     [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 853 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 859 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]

Completed in 894 milliseconds