Searched refs:vp8_variance8x16_c (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | variance_c.c | 81 unsigned int vp8_variance8x16_c( in vp8_variance8x16_c() function 457 return vp8_variance8x16_c(temp2, 8, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance8x16_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 124 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 125 #define vp8_variance8x16 vp8_variance8x16_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 124 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 125 #define vp8_variance8x16 vp8_variance8x16_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 142 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 143 #define vp8_variance8x16 vp8_variance8x16_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 152 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 153 #define vp8_variance8x16 vp8_variance8x16_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | variance_neon.asm | 157 ;unsigned int vp8_variance8x16_c(
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | variance_test.cc | 299 const vp8_variance_fn_t variance8x16_c = vp8_variance8x16_c;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 179 unsigned int vp8_variance8x16_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 | 457 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 817 vp8_variance8x16 = vp8_variance8x16_c; in setup_rtcd_internal()
|