Home
last modified time | relevance | path

Searched refs:dqcoeff (Results 1 – 25 of 43) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c119 int16_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in optimize_b() local
186 dx = mul * (dqcoeff[rc] - coeff[rc]); in optimize_b()
290 vpx_memset(dqcoeff, 0, sizeof(*dqcoeff) * (16 << (tx_size * 2))); in optimize_b()
298 dqcoeff[rc] = (x * dequant_ptr[rc != 0]) / mul; in optimize_b()
325 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_xform_quant() local
337 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
344 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
351 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
358 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
375 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in encode_block() local
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_mmx.c36 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_mmx()
56 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff; in vp8_mbblock_error_mmx()
64 short *d_ptr = &mb->e_mbd.dqcoeff[256]; in vp8_mbuverror_mmx()
Dvp8_enc_stubs_sse2.c21 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff; in vp8_mbblock_error_xmm()
29 short *d_ptr = &mb->e_mbd.dqcoeff[256]; in vp8_mbuverror_xmm()
Dquantize_sse2.c140 _mm_store_si128((__m128i *)(d->dqcoeff), y0); in vp8_regular_quantize_b_sse2()
141 _mm_store_si128((__m128i *)(d->dqcoeff + 8), y1); in vp8_regular_quantize_b_sse2()
194 _mm_store_si128((__m128i *)(d->dqcoeff), xdq0); in vp8_fast_quantize_b_sse2()
195 _mm_store_si128((__m128i *)(d->dqcoeff + 8), xdq1); in vp8_fast_quantize_b_sse2()
Dquantize_ssse3.asm108 movdqa [rcx], xmm0 ;store dqcoeff
109 movdqa [rcx + 16], xmm4 ;store dqcoeff
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
Ddequantize_arm.c27 short *DQ = d->dqcoeff; in vp8_dequantize_b_neon()
37 short *DQ = d->dqcoeff; in vp8_dequantize_b_v6()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Drdopt_altivec.asm16 ;# r4 short *dqcoeff
27 lvx v1, 0, r4 ;# dqcoeff
38 lvx v1, r10, r4 ;# dqcoeff
Dcsystemdependent.c35 int (*vp8_block_error)(short *coeff, short *dqcoeff);
54 extern int block_error_c(short *coeff, short *dqcoeff);
91 extern int vp8_block_error_ppc(short *coeff, short *dqcoeff);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dinvtrans.h50 (&xd->block[24].dqcoeff[0], xd->qcoeff); in vp8_inverse_transform_mby()
55 (&xd->block[24].dqcoeff[0], xd->qcoeff); in vp8_inverse_transform_mby()
Dmbpitch.c47 x->block[r].dqcoeff = x->dqcoeff + r * 16; in vp8_setup_block_dptrs()
Dblockd.h199 short *dqcoeff; member
215 DECLARE_ALIGNED(16, short, dqcoeff[400]);
Ddequantize.c20 short *DQ = d->dqcoeff; in vp8_dequantize_b_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
Dvp8_fast_quantize_b_armv6.asm31 ldr r7, [r1, #vp8_blockd_dqcoeff] ; dqcoeff
97 strh r12, [r7, #0] ; dqcoeff[0] = [x0*dq0]
98 strh r0, [r7, #2] ; dqcoeff[1] = [x1*dq1]
99 strh r9, [r7, #4] ; dqcoeff[2] = [x2*dq2]
100 strh r10, [r7, #6] ; dqcoeff[3] = [x3*dq3]
101 add r7, r7, #8 ; dqcoeff += 8
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_detokenize.c69 dqcoeff[scan[c]] = vp9_read_bit(r) ? -v : v; \
83 int16_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq, in decode_coefs() argument
205 BLOCK_OFFSET(pd->dqcoeff, block), tx_size, in vp9_decode_block_tokens()
Dvp9_decodeframe.c199 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in inverse_transform_block() local
204 xd->itxm_add(dqcoeff, dst, stride, eob); in inverse_transform_block()
206 vp9_iht4x4_16_add(dqcoeff, dst, stride, tx_type); in inverse_transform_block()
210 vp9_iht8x8_add(tx_type, dqcoeff, dst, stride, eob); in inverse_transform_block()
214 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob); in inverse_transform_block()
218 vp9_idct32x32_add(dqcoeff, dst, stride, eob); in inverse_transform_block()
225 vpx_memset(dqcoeff, 0, 2 * sizeof(dqcoeff[0])); in inverse_transform_block()
228 vpx_memset(dqcoeff, 0, 4 * (4 << tx_size) * sizeof(dqcoeff[0])); in inverse_transform_block()
230 vpx_memset(dqcoeff, 0, 256 * sizeof(dqcoeff[0])); in inverse_transform_block()
232 vpx_memset(dqcoeff, 0, (16 << (tx_size << 1)) * sizeof(dqcoeff[0])); in inverse_transform_block()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeintra.c73 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride); in vp8_encode_intra4x4block()
77 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride); in vp8_encode_intra4x4block()
Dquantize.c33 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_c()
78 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_c()
118 short *dqcoeff_ptr = d->dqcoeff; in vp8_regular_quantize_b_c()
179 dqcoeff_ptr = d->dqcoeff; in vp8_strict_quantize_b_c()
229 short *dqcoeff_ptr = d->dqcoeff; in vp8_regular_quantize_b_c()
Dvp8_asm_enc_offsets.c34 DEFINE(vp8_blockd_dqcoeff, offsetof(BLOCKD, dqcoeff));
Dencodemb.c271 dqcoeff_ptr = d->dqcoeff; in optimize_b()
480 int coef = bd->dqcoeff[vp8_default_zig_zag1d[i]]; in check_reset_2nd_coeffs()
499 bd->dqcoeff[rc]=0; in check_reset_2nd_coeffs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.h183 int16_t *dqcoeff; member
236 DECLARE_ALIGNED(16, int16_t, dqcoeff[MAX_MB_PLANE][64 * 64]);
Dvp9_onyxc_int.h244 xd->plane[i].dqcoeff = xd->dqcoeff[i]; in init_macroblockd()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_quantize_ssse3.asm20 shift, qcoeff, dqcoeff, dequant, zbin_oq, \
58 DEFINE_ARGS coeff, ncoeff, d1, qcoeff, dqcoeff, iscan, d2, d3, d4, d5, d6, eob
201 DEFINE_ARGS dqcoeff, ncoeff, qcoeff, eob
Dvp9_error_sse2.asm15 ; int64_t vp9_block_error(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Didct_blk_mmx.c21 short *dq = (short *) d->dqcoeff; in vp8_dequantize_b_mmx()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.asm115 vst1.s16 {q2, q3}, [r9] ; store dqcoeff = x * Dequant
122 vst1.s16 {q12, q13}, [r7] ; store dqcoeff = x * Dequant

12