Searched refs:vp9_convolve8_avg_c (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_convolve_neon.c | 61 return vp9_convolve8_avg_c(src, src_stride, in vp9_convolve8_avg_neon()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp9_rtcd.h | 225 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri… 226 #define vp9_convolve8_avg vp9_convolve8_avg_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp9_rtcd.h | 225 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri… 226 #define vp9_convolve8_avg vp9_convolve8_avg_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp9_rtcd.h | 225 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri… 226 #define vp9_convolve8_avg vp9_convolve8_avg_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_convolve.c | 220 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, in vp9_convolve8_avg_c() function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_convolve8_avg_dspr2.c | 426 return vp9_convolve8_avg_c(src, src_stride, in vp9_convolve8_avg_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | convolve_test.cc | 585 vp9_convolve8_c, vp9_convolve8_avg_c);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp9_rtcd.h | 236 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp9_rtcd.h | 291 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri… 559 vp9_convolve8_avg = vp9_convolve8_avg_c; in setup_rtcd_internal()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp9_rtcd.h | 244 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri…
|