Searched refs:vp9_quantize_fp_c (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 92 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 93 #define vp9_quantize_fp vp9_quantize_fp_c
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 92 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 93 #define vp9_quantize_fp vp9_quantize_fp_c
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 92 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 93 #define vp9_quantize_fp vp9_quantize_fp_c
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 92 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 93 #define vp9_quantize_fp vp9_quantize_fp_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 95 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 96 #define vp9_quantize_fp vp9_quantize_fp_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 99 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 99 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 111 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 112 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 23 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_c() function
|