Home
last modified time | relevance | path

Searched refs:vp9_highbd_quantize_fp_32x32_c (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/config/generic/
Dvp9_rtcd.h82 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,…
83 #define vp9_highbd_quantize_fp_32x32 vp9_highbd_quantize_fp_32x32_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h85 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,…
86 #define vp9_highbd_quantize_fp_32x32 vp9_highbd_quantize_fp_32x32_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h85 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,…
86 #define vp9_highbd_quantize_fp_32x32 vp9_highbd_quantize_fp_32x32_c
/external/libvpx/config/x86/
Dvp9_rtcd.h89 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,…
90 #define vp9_highbd_quantize_fp_32x32 vp9_highbd_quantize_fp_32x32_c
/external/libvpx/config/x86_64/
Dvp9_rtcd.h89 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,…
90 #define vp9_highbd_quantize_fp_32x32 vp9_highbd_quantize_fp_32x32_c
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c128 void vp9_highbd_quantize_fp_32x32_c( in vp9_highbd_quantize_fp_32x32_c() function