Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvp9_rtcd.h100 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
101 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
/external/libvpx/config/x86/
Dvp9_rtcd.h111 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
112 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc564 &QuantFPWrapper<vp9_quantize_fp_32x32_c>,
580 &QuantFPWrapper<vp9_quantize_fp_32x32_c>,
598 make_tuple(&QuantFPWrapper<vp9_quantize_fp_32x32_c>,
599 &QuantFPWrapper<vp9_quantize_fp_32x32_c>, VPX_BITS_8, 32,
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h107 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
/external/libvpx/config/arm64/
Dvp9_rtcd.h107 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
/external/libvpx/config/x86_64/
Dvp9_rtcd.h112 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.c93 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_c() function