Searched defs:coeff_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_sse2.c17 int vp8_mbblock_error_xmm_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
20 short *coeff_ptr = mb->block[0].coeff; local
22 return vp8_mbblock_error_xmm_impl(coeff_ptr, dcoef_ptr, dc);
H A Dvp8_enc_stubs_mmx.c24 int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *zbin_ptr,
31 short *coeff_ptr = b->coeff; local
40 coeff_ptr,
52 int vp8_mbblock_error_mmx_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
55 short *coeff_ptr = mb->block[0].coeff; local
57 return vp8_mbblock_error_mmx_impl(coeff_ptr, dcoef_ptr, dc);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c17 int vp8_mbblock_error_xmm_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
20 short *coeff_ptr = mb->block[0].coeff; local
22 return vp8_mbblock_error_xmm_impl(coeff_ptr, dcoef_ptr, dc);
H A Dvp8_enc_stubs_mmx.c24 int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *zbin_ptr,
31 short *coeff_ptr = b->coeff; local
40 coeff_ptr,
52 int vp8_mbblock_error_mmx_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
55 short *coeff_ptr = mb->block[0].coeff; local
57 return vp8_mbblock_error_mmx_impl(coeff_ptr, dcoef_ptr, dc);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/
H A Dvp9_quantize_neon.c24 void vp9_quantize_fp_neon(const int16_t *coeff_ptr, intptr_t count, argument
55 const int16x8_t v_coeff = vld1q_s16(&coeff_ptr[0]);
80 const int16x8_t v_coeff = vld1q_s16(&coeff_ptr[i]);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dquantize.c23 short *coeff_ptr = b->coeff; local
34 z = coeff_ptr[rc];
58 short *coeff_ptr = b->coeff; local
76 z = coeff_ptr[rc];
H A Dencodemb.c232 const short *coeff_ptr; local
262 coeff_ptr = b->coeff;
321 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
333 if((abs(x)*dequant_ptr[rc]>abs(coeff_ptr[rc])) &&
334 (abs(x)*dequant_ptr[rc]<abs(coeff_ptr[rc])+dequant_ptr[rc]))
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_quantize.c22 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t count, argument
43 const int coeff = coeff_ptr[rc];
55 const int coeff = coeff_ptr[rc];
74 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, argument
98 const int coeff = coeff_ptr[rc];
110 const int coeff = coeff_ptr[rc];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_quantize.c22 void vp9_quantize_dc(const tran_low_t *coeff_ptr, int skip_block, argument
27 const int coeff = coeff_ptr[rc];
44 void vp9_high_quantize_dc(const tran_low_t *coeff_ptr, int skip_block, argument
52 const int coeff = coeff_ptr[rc];
68 void vp9_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, argument
73 const int coeff = coeff_ptr[rc];
91 void vp9_high_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, argument
99 const int coeff = coeff_ptr[rc];
115 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, argument
139 const int coeff = coeff_ptr[r
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...]
/external/libvpx/libvpx/vp8/encoder/
H A Dquantize.c27 short *coeff_ptr = b->coeff; local
44 z = coeff_ptr[rc];
74 short *coeff_ptr = b->coeff; local
85 z = coeff_ptr[rc];
112 short *coeff_ptr = b->coeff; local
130 z = coeff_ptr[rc];
168 short *coeff_ptr; local
175 coeff_ptr = b->coeff;
191 z = coeff_ptr[rc];
224 short *coeff_ptr local
[all...]
H A Dencodemb.c232 const short *coeff_ptr; local
269 coeff_ptr = b->coeff;
328 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
340 if((abs(x)*dequant_ptr[rc]>abs(coeff_ptr[rc])) &&
341 (abs(x)*dequant_ptr[rc]<abs(coeff_ptr[rc])+dequant_ptr[rc]))

Completed in 172 milliseconds