/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 | 259 prototype unsigned int vp8_variance16x16 "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse" 260 specialize vp8_variance16x16 mmx sse2 media neon
|
/external/libvpx/libvpx/vp8/encoder/ |
pickinter.c | 812 distortion2 = vp8_variance16x16( 841 distortion2 = vp8_variance16x16 [all...] |
encodeframe.c | 92 act = vp8_variance16x16(x->src.y_buffer, [all...] |
rdopt.c | [all...] |
onyx_if.c | [all...] |
/external/libvpx/generic/ |
vp8_rtcd.h | 131 #define vp8_variance16x16 vp8_variance16x16_c macro
|
/external/libvpx/mips/ |
vp8_rtcd.h | 131 #define vp8_variance16x16 vp8_variance16x16_c macro
|
/external/libvpx/armv7a/ |
vp8_rtcd.h | 160 #define vp8_variance16x16 vp8_variance16x16_armv6 macro
|
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 149 #define vp8_variance16x16 vp8_variance16x16_c macro
|
/external/libvpx/armv7a-neon/ |
vp8_rtcd.h | 190 #define vp8_variance16x16 vp8_variance16x16_neon macro
|