Searched refs:vp9_quantize_fp_32x32_c (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 72 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 73 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 72 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 73 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 72 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 73 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 72 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 73 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 75 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 76 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 77 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 78 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
|
/external/libvpx/config/mips32-msa/ |
D | vp9_rtcd.h | 80 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 81 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 77 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 78 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
|
/external/libvpx/config/mips64-msa/ |
D | vp9_rtcd.h | 80 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 81 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 85 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 86 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 86 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/ |
D | vp9_quantize.c | 92 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_c() function
|