Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvp9_rtcd.h97 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
98 #define vp9_quantize_fp vp9_quantize_fp_c
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc561 &QuantFPWrapper<vp9_quantize_fp_c>, VPX_BITS_8,
577 &QuantFPWrapper<vp9_quantize_fp_c>, VPX_BITS_8,
591 make_tuple(&QuantFPWrapper<vp9_quantize_fp_c>,
592 &QuantFPWrapper<vp9_quantize_fp_c>, VPX_BITS_8, 16, true),
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h103 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.h103 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.h107 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.h107 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.c24 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_c() function