Searched refs:vp9_quantize_fp (Results 1 - 14 of 14) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl137 add_proto qw/void vp9_quantize_fp/, "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";
138 specialize qw/vp9_quantize_fp neon sse2/, "$ssse3_x86_64";
152 add_proto qw/void vp9_quantize_fp/, "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";
153 specialize qw/vp9_quantize_fp neon sse2/, "$ssse3_x86_64";
/external/libvpx/config/arm/
H A Dvp9_rtcd.h70 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/arm-neon/
H A Dvp9_rtcd.h75 #define vp9_quantize_fp vp9_quantize_fp_neon macro
/external/libvpx/config/arm64/
H A Dvp9_rtcd.h75 #define vp9_quantize_fp vp9_quantize_fp_neon macro
/external/libvpx/config/generic/
H A Dvp9_rtcd.h70 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/mips32/
H A Dvp9_rtcd.h70 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp9_rtcd.h73 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/mips32-msa/
H A Dvp9_rtcd.h78 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/mips64/
H A Dvp9_rtcd.h70 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/mips64-msa/
H A Dvp9_rtcd.h78 #define vp9_quantize_fp vp9_quantize_fp_c macro
/external/libvpx/config/x86/
H A Dvp9_rtcd.h83 #define vp9_quantize_fp vp9_quantize_fp_sse2 macro
/external/libvpx/config/x86_64/
H A Dvp9_rtcd.h84 #define vp9_quantize_fp vp9_quantize_fp_ssse3 macro
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c404 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp,
415 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp,
H A Dvp9_pickmode.c651 // for now, as the vp9_quantize_fp below for highbitdepth build is slow.
703 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp,
709 vp9_quantize_fp(coeff, 64, x->skip_block, p->round_fp, p->quant_fp,
715 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp,

Completed in 6569 milliseconds