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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_dct_neon.c22 int skip_block, const int16_t* zbin_ptr,
33 vp9_quantize_fp_neon(temp_buffer, n_coeffs, skip_block, zbin_ptr, round_ptr,
20 vp9_fdct8x8_quant_neon(const int16_t *input, int stride, int16_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, int16_t* qcoeff_ptr, int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, uint16_t* eob_ptr, const int16_t* scan_ptr, const int16_t* iscan_ptr) argument
H A Dvp9_quantize_neon.c25 int skip_block, const int16_t *zbin_ptr,
33 (void)zbin_ptr;
24 vp9_quantize_fp_neon(const int16_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, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_mmx.c24 int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *zbin_ptr,
32 short *zbin_ptr = b->zbin; local
41 zbin_ptr,
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_sse2.c18 int skip_block, const int16_t* zbin_ptr,
29 (void)zbin_ptr;
17 vp9_quantize_fp_sse2(const int16_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, int16_t* qcoeff_ptr, int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, uint16_t* eob_ptr, const int16_t* scan_ptr, const int16_t* iscan_ptr) argument
H A Dvp9_dct_ssse3.c25 int skip_block, const int16_t* zbin_ptr,
62 (void)zbin_ptr;
23 vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, int16_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, int16_t* qcoeff_ptr, int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, uint16_t* eob_ptr, const int16_t* scan_ptr, const int16_t* iscan_ptr) argument
H A Dvp9_dct_sse2.c188 int skip_block, const int16_t* zbin_ptr,
223 (void)zbin_ptr;
186 vp9_fdct8x8_quant_sse2(const int16_t *input, int stride, int16_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, int16_t* qcoeff_ptr, int16_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/vpx_dsp/
H A Dquantize.c123 const int16_t *zbin_ptr, const int16_t *round_ptr,
130 const int zbins[2] = {zbin_ptr[0], zbin_ptr[1]};
174 int skip_block, const int16_t *zbin_ptr,
182 const int zbins[2] = {zbin_ptr[0], zbin_ptr[1]};
227 const int16_t *zbin_ptr, const int16_t *round_ptr,
234 const int zbins[2] = {ROUND_POWER_OF_TWO(zbin_ptr[0], 1),
235 ROUND_POWER_OF_TWO(zbin_ptr[1], 1)};
284 const int16_t *zbin_ptr,
121 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
173 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
225 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
282 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/vpx_dsp/x86/
H A Dhighbd_quantize_intrin_sse2.c21 const int16_t *zbin_ptr,
35 zbins[0] = _mm_set_epi32((int)zbin_ptr[1],
36 (int)zbin_ptr[1],
37 (int)zbin_ptr[1],
38 (int)zbin_ptr[0]);
39 zbins[1] = _mm_set1_epi32((int)zbin_ptr[1]);
107 const int16_t *zbin_ptr,
122 const int zbin0_tmp = ROUND_POWER_OF_TWO(zbin_ptr[0], 1);
123 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
104 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.c43 int skip_block, const int16_t* zbin_ptr,
69 zbin = _mm_load_si128((const __m128i*)zbin_ptr);
42 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/
H A Dvp8_quantize.c59 short *zbin_ptr = b->zbin; local
78 zbin = zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_quantize.c25 const int16_t *zbin_ptr, const int16_t *round_ptr,
34 (void)zbin_ptr;
67 const int16_t *zbin_ptr,
81 (void)zbin_ptr;
112 const int16_t *zbin_ptr, const int16_t *round_ptr,
120 (void)zbin_ptr;
153 const int16_t *zbin_ptr,
163 (void)zbin_ptr;
23 vp9_quantize_fp_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
64 vp9_highbd_quantize_fp_c(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
110 vp9_quantize_fp_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
151 vp9_highbd_quantize_fp_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
H A Dvp9_dct.c565 const int16_t *zbin_ptr, const int16_t *round_ptr,
645 (void)zbin_ptr;
562 vp9_fdct8x8_quant_c(const int16_t *input, int stride, 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
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Dquantize_msa.c217 int16_t *zbin_ptr = b->zbin; local
224 *d->eob = fast_quantize_b_msa(coeff_ptr, zbin_ptr, round_ptr, quant_ptr,
232 int16_t *zbin_ptr = b->zbin; local
242 zbin_ptr, round_ptr,

Completed in 402 milliseconds