Searched refs:vpx_quantize_b_32x32 (Results 1 - 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encodemb.c | 553 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 D | vpx_dsp_rtcd_defs.pl | 919 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 D | vpx_dsp_rtcd.h | 350 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
|
/external/libvpx/config/mips32/ |
H A D | vpx_dsp_rtcd.h | 350 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
|
/external/libvpx/config/mips64/ |
H A D | vpx_dsp_rtcd.h | 350 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
|
/external/libvpx/config/arm/ |
H A D | vpx_dsp_rtcd.h | 351 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
|
/external/libvpx/config/arm-neon/ |
H A D | vpx_dsp_rtcd.h | 411 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
|
/external/libvpx/config/arm64/ |
H A D | vpx_dsp_rtcd.h | 404 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
|
/external/libvpx/config/mips32-dspr2/ |
H A D | vpx_dsp_rtcd.h | 386 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
|
/external/libvpx/config/x86/ |
H A D | vpx_dsp_rtcd.h | 443 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_c macro
|
/external/libvpx/config/x86_64/ |
H A D | vpx_dsp_rtcd.h | 448 #define vpx_quantize_b_32x32 vpx_quantize_b_32x32_ssse3 macro
|
Completed in 187 milliseconds