Home
last modified time | relevance | path

Searched refs:vp9_quantize_fp_c (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/config/mips32/
Dvp9_rtcd.h69 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
70 #define vp9_quantize_fp vp9_quantize_fp_c
/external/libvpx/config/generic/
Dvp9_rtcd.h69 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
70 #define vp9_quantize_fp vp9_quantize_fp_c
/external/libvpx/config/mips64/
Dvp9_rtcd.h69 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
70 #define vp9_quantize_fp vp9_quantize_fp_c
/external/libvpx/config/arm/
Dvp9_rtcd.h69 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
70 #define vp9_quantize_fp vp9_quantize_fp_c
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h72 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
73 #define vp9_quantize_fp vp9_quantize_fp_c
/external/libvpx/config/mips64-msa/
Dvp9_rtcd.h77 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
78 #define vp9_quantize_fp vp9_quantize_fp_c
/external/libvpx/config/mips32-msa/
Dvp9_rtcd.h77 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
78 #define vp9_quantize_fp vp9_quantize_fp_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h73 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
/external/libvpx/config/arm64/
Dvp9_rtcd.h73 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
/external/libvpx/config/x86/
Dvp9_rtcd.h81 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/
Dvp9_rtcd.h81 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/
Dvp9_quantize.c23 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_c() function