Searched refs:vp8_variance16x16_c (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | variance_c.c | 65 unsigned int vp8_variance16x16_c( in vp8_variance16x16_c() function 355 return vp8_variance16x16_c(temp2, 16, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance16x16_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 130 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch… 131 #define vp8_variance16x16 vp8_variance16x16_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 130 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch… 131 #define vp8_variance16x16 vp8_variance16x16_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 148 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch… 149 #define vp8_variance16x16 vp8_variance16x16_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 158 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | variance_test.cc | 301 const vp8_variance_fn_t variance16x16_c = vp8_variance16x16_c;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 187 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 442 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch… 805 vp8_variance16x16 = vp8_variance16x16_c; in setup_rtcd_internal()
|