Home
last modified time | relevance | path

Searched refs:vp9_quantize_fp_32x32_c (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/config/arm/
Dvp9_rtcd.h95 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
96 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
/external/libvpx/config/mips32/
Dvp9_rtcd.h95 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
96 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
/external/libvpx/config/generic/
Dvp9_rtcd.h95 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
96 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
/external/libvpx/config/mips64/
Dvp9_rtcd.h95 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
96 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h98 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
99 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h103 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
104 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h103 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
104 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
/external/libvpx/config/x86/
Dvp9_rtcd.h115 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
116 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
/external/libvpx/config/x86_64/
Dvp9_rtcd.h117 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c110 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_c() function