Searched defs:dequant_ptr (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_mmx.c25 short *qcoeff_ptr, short *dequant_ptr,
37 short *dequant_ptr = d->dequant; local
43 dequant_ptr,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/
H A Dvp9_quantize_neon.c28 int16_t *dqcoeff_ptr, const int16_t *dequant_ptr,
47 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]);
51 v_dequant = vsetq_lane_s16(dequant_ptr[0], v_dequant, 0);
75 v_dequant = vmovq_n_s16(dequant_ptr[1]);
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, int zbin_oq_value, 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.c25 short *qcoeff_ptr, short *dequant_ptr,
37 short *dequant_ptr = d->dequant; local
43 dequant_ptr,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dquantize.c28 short *dequant_ptr = d->dequant; local
42 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
65 short *dequant_ptr = d->dequant; local
91 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
H A Dencodemb.c231 const short *dequant_ptr; local
261 dequant_ptr = d->dequant;
333 if((abs(x)*dequant_ptr[rc]>abs(coeff_ptr[rc])) &&
334 (abs(x)*dequant_ptr[rc]<abs(coeff_ptr[rc])+dequant_ptr[rc]))
390 dx -= (dequant_ptr[rc] + sz) ^ sz;
452 dqcoeff_ptr[rc] = x * dequant_ptr[rc];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_quantize.c27 const int16_t *dequant_ptr,
64 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0];
80 const int16_t *dequant_ptr,
120 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2;
22 vp9_quantize_b_c(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, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
74 vp9_quantize_b_32x32_c(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, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
H A Dvp9_encodemb.c131 const int16_t *dequant_ptr = pd->dequant; local
199 if ((abs(x)*dequant_ptr[rc != 0] > abs(coeff[rc]) * mul) &&
200 (abs(x)*dequant_ptr[rc != 0] < abs(coeff[rc]) * mul +
201 dequant_ptr[rc != 0]))
241 dx -= (dequant_ptr[rc != 0] + sz) ^ sz;
298 dqcoeff[rc] = (x * dequant_ptr[rc != 0]) / mul;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_quantize.c25 const int16_t dequant_ptr, uint16_t *eob_ptr) {
36 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr;
47 const int16_t dequant_ptr, uint16_t *eob_ptr) {
60 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr;
71 const int16_t dequant_ptr, uint16_t *eob_ptr) {
83 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr / 2;
94 const int16_t dequant_ptr, uint16_t *eob_ptr) {
107 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr / 2;
120 const int16_t *dequant_ptr,
147 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[r
22 vp9_quantize_dc(const tran_low_t *coeff_ptr, int skip_block, const int16_t *round_ptr, const int16_t quant, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t dequant_ptr, uint16_t *eob_ptr) argument
44 vp9_high_quantize_dc(const tran_low_t *coeff_ptr, int skip_block, const int16_t *round_ptr, const int16_t quant, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t dequant_ptr, uint16_t *eob_ptr) argument
68 vp9_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, const int16_t *round_ptr, const int16_t quant, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t dequant_ptr, uint16_t *eob_ptr) argument
91 vp9_high_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, const int16_t *round_ptr, const int16_t quant, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t dequant_ptr, uint16_t *eob_ptr) argument
115 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, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
157 vp9_high_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, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
203 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, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
245 vp9_high_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, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
289 vp9_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, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
343 vp9_high_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, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
398 vp9_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, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
455 vp9_high_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, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
[all...]
H A Dvp9_encodemb.c117 const int16_t *dequant_ptr = pd->dequant; local
186 if ((abs(x) * dequant_ptr[rc != 0] > abs(coeff[rc]) * mul) &&
187 (abs(x) * dequant_ptr[rc != 0] < abs(coeff[rc]) * mul +
188 dequant_ptr[rc != 0]))
228 dx -= (dequant_ptr[rc != 0] + sz) ^ sz;
285 dqcoeff[rc] = (x * dequant_ptr[rc != 0]) / mul;
/external/libvpx/libvpx/vp8/encoder/
H A Dquantize.c34 short *dequant_ptr = d->dequant; local
57 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
79 short *dequant_ptr = d->dequant; local
93 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
119 short *dequant_ptr = d->dequant; local
145 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
173 short *dequant_ptr; local
180 dequant_ptr = d->dequant;
192 dq = dequant_ptr[rc];
230 short *dequant_ptr local
[all...]
H A Dencodemb.c231 const short *dequant_ptr; local
268 dequant_ptr = d->dequant;
340 if((abs(x)*dequant_ptr[rc]>abs(coeff_ptr[rc])) &&
341 (abs(x)*dequant_ptr[rc]<abs(coeff_ptr[rc])+dequant_ptr[rc]))
397 dx -= (dequant_ptr[rc] + sz) ^ sz;
459 dqcoeff_ptr[rc] = x * dequant_ptr[rc];

Completed in 306 milliseconds