Searched defs:zbin_ptr (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_mmx.c16 int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *zbin_ptr,
23 short *zbin_ptr = b->zbin; local
31 coeff_ptr, zbin_ptr, qcoeff_ptr, dequant_ptr, scan_mask,
/external/libvpx/libvpx/vpx_dsp/
H A Dquantize.c116 int skip_block, const int16_t *zbin_ptr,
123 const int zbins[2] = { zbin_ptr[0], zbin_ptr[1] };
167 int skip_block, const int16_t *zbin_ptr,
174 const int zbins[2] = { zbin_ptr[0], zbin_ptr[1] };
217 int skip_block, const int16_t *zbin_ptr,
223 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], 1),
224 ROUND_POWER_OF_TWO(zbin_ptr[1], 1) };
273 const int16_t *zbin_ptr, cons
115 vpx_quantize_b_c(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) argument
166 vpx_highbd_quantize_b_c(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) argument
216 vpx_quantize_b_32x32_c(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) argument
271 vpx_highbd_quantize_b_32x32_c( 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) argument
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dvp8_quantize.c54 short *zbin_ptr = b->zbin; local
72 zbin = zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value;
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_quantize_intrin_sse2.c19 int skip_block, const int16_t *zbin_ptr,
30 zbins[0] = _mm_set_epi32((int)zbin_ptr[1], (int)zbin_ptr[1], (int)zbin_ptr[1],
31 (int)zbin_ptr[0]);
32 zbins[1] = _mm_set1_epi32((int)zbin_ptr[1]);
96 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr,
105 const int zbin0_tmp = ROUND_POWER_OF_TWO(zbin_ptr[0], 1);
106 const int zbin1_tmp = ROUND_POWER_OF_TWO(zbin_ptr[1], 1);
18 vpx_highbd_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t count, 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) argument
94 vpx_highbd_quantize_b_32x32_sse2( 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) argument
H A Dquantize_sse2.c19 int skip_block, const int16_t *zbin_ptr,
44 zbin = _mm_load_si128((const __m128i *)zbin_ptr);
18 vpx_quantize_b_sse2(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_ptr, const int16_t *iscan_ptr) argument
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Dquantize_msa.c199 int16_t *zbin_ptr = b->zbin; local
209 zbin_boost_ptr, coeff_ptr, zbin_ptr, round_ptr, quant_ptr,

Completed in 174 milliseconds