Home
last modified time | relevance | path

Searched refs:vp9_convolve8 (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_scale.c97 sf->predict[1][0][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
105 sf->predict[0][1][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
111 sf->predict[0][0][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
113 sf->predict[0][1][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
115 sf->predict[1][0][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
120 sf->predict[1][1][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp9_rtcd.h279 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t… variable
547 vp9_convolve8 = vp9_convolve8_c; in setup_rtcd_internal()
548 if (flags & HAS_SSE2) vp9_convolve8 = vp9_convolve8_sse2; in setup_rtcd_internal()
549 if (flags & HAS_SSSE3) vp9_convolve8 = vp9_convolve8_ssse3; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp9_rtcd.h217 #define vp9_convolve8 vp9_convolve8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp9_rtcd.h217 #define vp9_convolve8 vp9_convolve8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp9_rtcd.h217 #define vp9_convolve8 vp9_convolve8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp9_rtcd.h226 #define vp9_convolve8 vp9_convolve8_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp9_rtcd.h234 #define vp9_convolve8 vp9_convolve8_dspr2 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c1945 vp9_convolve8(src, src_stride, dst, dst_stride, in scale_and_extend_frame()