Home | History | Annotate | Download | only in x64

Lines Matching refs:vp9_quantize_b

433 vp9_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, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
956 vp9_quantize_b = vp9_quantize_b_c;
957 if (flags & HAS_SSSE3) vp9_quantize_b = vp9_quantize_b_ssse3;