Searched refs:vp9_highbd_quantize_fp_c (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 79 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 80 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 82 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 83 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 82 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 83 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 86 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 87 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 86 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const… 87 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 58 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_highbd_quantize_fp_c() function
|