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

  /external/libvpx/libvpx/vp8/common/
mfqe.c 159 vpx_variance8x8(u, uv_stride, ud, uvd_stride, &sse);
161 vpx_variance8x8(v, uv_stride, vd, uvd_stride, &sse);
171 actd = (vpx_variance8x8(yd, yd_stride, VP8_ZEROS, 0, &sse)+32)>>6;
172 act = (vpx_variance8x8(y, y_stride, VP8_ZEROS, 0, &sse)+32)>>6;
174 vpx_variance8x8(y, y_stride, yd, yd_stride, &sse);
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 677 #define vpx_variance8x8 macro
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 677 #define vpx_variance8x8 macro
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 677 #define vpx_variance8x8 macro
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 683 #define vpx_variance8x8 macro
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 762 #define vpx_variance8x8 macro
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 715 #define vpx_variance8x8 macro
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 774 #define vpx_variance8x8 macro
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 512 vpx_variance8x8(uptr, pre_stride,
514 vpx_variance8x8(vptr, pre_stride,
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl     [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 905 #define vpx_variance8x8 macro
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 911 #define vpx_variance8x8 macro
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]

Completed in 1530 milliseconds