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

  /external/libvpx/libvpx/vp8/common/
mfqe.c 125 actd = (vpx_variance16x16(yd, yd_stride, VP8_ZEROS, 0, &sse) + 128) >> 8;
126 act = (vpx_variance16x16(y, y_stride, VP8_ZEROS, 0, &sse) + 128) >> 8;
128 vpx_variance16x16(y, y_stride, yd, yd_stride, &sse);
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 956 distortion2 = vpx_variance16x16(*(b->base_src), b->src_stride,
    [all...]
encodeframe.c 86 act = vpx_variance16x16(x->src.y_buffer, x->src.y_stride, VP8_VAR_OFFS, 0,
    [all...]
onyx_if.c     [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.c 169 vdiff = (vpx_variance16x16(y, y_stride, yd, yd_stride, &sse) + 128) >> 8;
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl     [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 644 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 644 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 644 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 644 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 685 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 751 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 751 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 815 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 815 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 877 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 881 #define vpx_variance16x16 macro
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]

Completed in 629 milliseconds