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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c536 vpx_quantize_b(coeff, 256, x->skip_block, p->zbin, p->round, p->quant,
542 vpx_quantize_b(coeff, 64, x->skip_block, p->zbin, p->round, p->quant,
548 vpx_quantize_b(coeff, 16, x->skip_block, p->zbin, p->round, p->quant,
907 vpx_quantize_b(coeff, 256, x->skip_block, p->zbin, p->round, p->quant,
922 vpx_quantize_b(coeff, 64, x->skip_block, p->zbin, p->round, p->quant,
940 vpx_quantize_b(coeff, 16, x->skip_block, p->zbin, p->round, p->quant,
H A Dvp9_quantize.c186 vpx_quantize_b(BLOCK_OFFSET(p->coeff, block), n_coeffs, x->skip_block,
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl701 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";
702 specialize qw/vpx_quantize_b neon sse2 ssse3 avx/;
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h1174 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h1174 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h1174 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h1200 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h1228 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h1174 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h1228 #define vpx_quantize_b vpx_quantize_b_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h1327 #define vpx_quantize_b vpx_quantize_b_neon macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h1327 #define vpx_quantize_b vpx_quantize_b_neon macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h1518 #define vpx_quantize_b vpx_quantize_b_ssse3 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h1525 #define vpx_quantize_b vpx_quantize_b_ssse3 macro

Completed in 193 milliseconds