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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c554 vpx_quantize_b(coeff, 256, x->skip_block, p->zbin, p->round, p->quant,
560 vpx_quantize_b(coeff, 64, x->skip_block, p->zbin, p->round, p->quant,
566 vpx_quantize_b(coeff, 16, x->skip_block, p->zbin, p->round, p->quant,
922 vpx_quantize_b(coeff, 256, x->skip_block, p->zbin, p->round, p->quant,
937 vpx_quantize_b(coeff, 64, x->skip_block, p->zbin, p->round, p->quant,
955 vpx_quantize_b(coeff, 16, x->skip_block, p->zbin, p->round, p->quant,
H A Dvp9_quantize.c178 vpx_quantize_b(BLOCK_OFFSET(p->coeff, block), 16, x->skip_block, p->zbin,
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl673 add_proto qw/void vpx_quantize_b/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_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";
674 specialize qw/vpx_quantize_b sse2/, "$ssse3_x86_64", "$avx_x86_64";
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h344 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h344 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h344 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h344 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h383 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h419 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h419 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h422 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h422 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h466 #define vpx_quantize_b vpx_quantize_b_sse2 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h469 #define vpx_quantize_b vpx_quantize_b_ssse3 macro

Completed in 146 milliseconds