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

  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 25 variance_function *vp8_variance16x16; variable
136 vp8_variance16x16 = vp8_variance16x16_ppc;
  /external/libvpx/libvpx/vp8/common/
mfqe.c 153 actd = (vp8_variance16x16(yd, yd_stride, VP8_ZEROS, 0, &sse)+128)>>8;
154 act = (vp8_variance16x16(y, y_stride, VP8_ZEROS, 0, &sse)+128)>>8;
156 sad = (vp8_variance16x16(y, y_stride, yd, yd_stride, &sse));
rtcd_defs.sh 250 prototype unsigned int vp8_variance16x16 "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse"
251 specialize vp8_variance16x16 mmx sse2 media neon
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 811 distortion2 = vp8_variance16x16(
840 distortion2 = vp8_variance16x16
    [all...]
encodeframe.c 92 act = vp8_variance16x16(x->src.y_buffer,
    [all...]
rdopt.c     [all...]
onyx_if.c     [all...]
  /external/libvpx/armv7a/
vpx_rtcd.h 155 #define vp8_variance16x16 vp8_variance16x16_armv6 macro
  /external/libvpx/generic/
vpx_rtcd.h 126 #define vp8_variance16x16 vp8_variance16x16_c macro
  /external/libvpx/mips/
vpx_rtcd.h 126 #define vp8_variance16x16 vp8_variance16x16_c macro
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 144 #define vp8_variance16x16 vp8_variance16x16_c macro
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 185 #define vp8_variance16x16 vp8_variance16x16_neon macro
    [all...]

Completed in 76 milliseconds