Searched refs:vp8_variance4x4_c (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | variance_c.c | 130 unsigned int vp8_variance4x4_c( in vp8_variance4x4_c() function 306 return vp8_variance4x4_c(temp2, 4, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance4x4_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 118 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 119 #define vp8_variance4x4 vp8_variance4x4_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 118 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 119 #define vp8_variance4x4 vp8_variance4x4_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 136 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 137 #define vp8_variance4x4 vp8_variance4x4_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 145 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 146 #define vp8_variance4x4 vp8_variance4x4_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 171 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 172 #define vp8_variance4x4 vp8_variance4x4_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | variance_test.cc | 297 const vp8_variance_fn_t variance4x4_c = vp8_variance4x4_c;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 452 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 813 vp8_variance4x4 = vp8_variance4x4_c; in setup_rtcd_internal()
|