Searched refs:vpx_quantize_b_32x32 (Results 1 - 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c553 vpx_quantize_b_32x32(coeff, 1024, x->skip_block, p->zbin, p->round,
903 vpx_quantize_b_32x32(coeff, 1024, x->skip_block, p->zbin, p->round,
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl919 add_proto qw/void vpx_quantize_b_32x32/, "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";
920 specialize qw/vpx_quantize_b_32x32/, "$ssse3_x86_64_x86inc", "$avx_x86_64_x86inc";
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h350 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h350 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h350 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h351 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h411 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h404 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h386 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h443 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h448 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_ssse3 macro

Completed in 187 milliseconds