Searched refs:vp8_variance8x8_c (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | variance_c.c | 114 unsigned int vp8_variance8x8_c( in vp8_variance8x8_c() function 331 return vp8_variance8x8_c(temp2, 8, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance8x8_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 121 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 122 #define vp8_variance8x8 vp8_variance8x8_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 121 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 122 #define vp8_variance8x8 vp8_variance8x8_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 139 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 140 #define vp8_variance8x8 vp8_variance8x8_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 148 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | variance_test.cc | 298 const vp8_variance_fn_t variance8x8_c = vp8_variance8x8_c;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 174 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 462 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 821 vp8_variance8x8 = vp8_variance8x8_c; in setup_rtcd_internal()
|