Searched refs:vp9_highbd_quantize_fp_32x32_c (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 82 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/ |
D | vp9_rtcd.h | 85 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/ |
D | vp9_rtcd.h | 85 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/ |
D | vp9_rtcd.h | 89 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/ |
D | vp9_rtcd.h | 89 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/ |
D | vp9_quantize.c | 128 void vp9_highbd_quantize_fp_32x32_c( in vp9_highbd_quantize_fp_32x32_c() function
|