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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c560 vpx_quantize_b(coeff, 256, x->skip_block, p->zbin, p->round,
567 vpx_quantize_b(coeff, 64, x->skip_block, p->zbin, p->round,
574 vpx_quantize_b(coeff, 16, x->skip_block, p->zbin, p->round,
916 vpx_quantize_b(coeff, 256, x->skip_block, p->zbin, p->round,
929 vpx_quantize_b(coeff, 64, x->skip_block, p->zbin, p->round, p->quant,
945 vpx_quantize_b(coeff, 16, x->skip_block, p->zbin, p->round, p->quant,
H A Dvp9_quantize.c212 vpx_quantize_b(BLOCK_OFFSET(p->coeff, block),
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl916 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";
917 specialize qw/vpx_quantize_b sse2/, "$ssse3_x86_64_x86inc", "$avx_x86_64_x86inc";
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h347 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h347 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h347 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h348 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h408 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h401 #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/x86/
H A Dvpx_dsp_rtcd.h440 #define vpx_quantize_b vpx_quantize_b_sse2 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h444 #define vpx_quantize_b vpx_quantize_b_ssse3 macro

Completed in 351 milliseconds