HomeSort by relevance Sort by last modified time
    Searched full:vp9_quantize_fp_c (Results 1 - 17 of 17) sorted by null

  /external/libvpx/config/arm/
vp9_rtcd.h 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
101 #define vp9_quantize_fp vp9_quantize_fp_c
  /external/libvpx/config/generic/
vp9_rtcd.h 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
101 #define vp9_quantize_fp vp9_quantize_fp_c
  /external/libvpx/config/mips32/
vp9_rtcd.h 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
101 #define vp9_quantize_fp vp9_quantize_fp_c
  /external/libvpx/config/mips32-dspr2/
vp9_rtcd.h 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
101 #define vp9_quantize_fp vp9_quantize_fp_c
  /external/libvpx/config/mips32-msa/
vp9_rtcd.h 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
101 #define vp9_quantize_fp vp9_quantize_fp_c
  /external/libvpx/config/mips64/
vp9_rtcd.h 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
101 #define vp9_quantize_fp vp9_quantize_fp_c
  /external/libvpx/config/mips64-msa/
vp9_rtcd.h 100 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
101 #define vp9_quantize_fp vp9_quantize_fp_c
  /external/libvpx/libvpx/test/
vp9_quantize_test.cc 513 &QuantFPWrapper<vp9_quantize_fp_c>, VPX_BITS_8,
527 make_tuple(&QuantFPWrapper<vp9_quantize_fp_c>,
528 &QuantFPWrapper<vp9_quantize_fp_c>, VPX_BITS_8, 16, true),
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 101 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
  /external/libvpx/config/arm64/
vp9_rtcd.h 101 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
  /external/libvpx/config/x86/
vp9_rtcd.h 111 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
  /external/libvpx/config/x86_64/
vp9_rtcd.h 111 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 24 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, function
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libstagefright_soft_vpxenc.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libstagefright_soft_vpxenc.so 
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libstagefright_soft_vpxenc.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libstagefright_soft_vpxenc.so 

Completed in 176 milliseconds