Searched refs:vp8_variance16x8_c (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | variance_c.c | 97 unsigned int vp8_variance16x8_c( in vp8_variance16x8_c() function 431 return vp8_variance16x8_c(temp2, 16, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance16x8_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 127 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 128 #define vp8_variance16x8 vp8_variance16x8_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 127 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 128 #define vp8_variance16x8 vp8_variance16x8_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 145 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 146 #define vp8_variance16x8 vp8_variance16x8_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 155 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 156 #define vp8_variance16x8 vp8_variance16x8_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | variance_neon.asm | 95 ;unsigned int vp8_variance16x8_c(
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | variance_test.cc | 300 const vp8_variance_fn_t variance16x8_c = vp8_variance16x8_c;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 183 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned cha…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 447 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 809 vp8_variance16x8 = vp8_variance16x8_c; in setup_rtcd_internal()
|