Home
last modified time | relevance | path

Searched refs:qcoeff (Results 1 – 25 of 30) sorted by relevance

12

/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()
57 eob_adjust(xd->eobs, xd->qcoeff); in vp8_inverse_transform_mby()
62 (xd->qcoeff, DQC, in vp8_inverse_transform_mby()
Dmbpitch.c46 x->block[r].qcoeff = x->qcoeff + r * 16; in vp8_setup_block_dptrs()
Ddequantize.c21 short *Q = d->qcoeff; in vp8_dequantize_b_c()
Dblockd.h198 short *qcoeff; member
214 DECLARE_ALIGNED(16, short, qcoeff[400]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dquantize_sse4.asm30 %define qcoeff 0 ; 32
124 movdqa [rsp + qcoeff], xmm4
125 movdqa [rsp + qcoeff + 16], xmm4
152 mov WORD PTR[rsp + qcoeff + %1 *2], di
154 pinsrw %5, edi, %2 ; qcoeff[rc]
181 movdqa xmm4, [rsp + qcoeff]
182 movdqa xmm5, [rsp + qcoeff + 16]
203 ; store qcoeff
Dquantize_sse2.c40 short *qcoeff_ptr = d->qcoeff; in vp8_regular_quantize_b_sse2()
133 y0 = _mm_load_si128((__m128i *)(d->qcoeff)); in vp8_regular_quantize_b_sse2()
134 y1 = _mm_load_si128((__m128i *)(d->qcoeff + 8)); in vp8_regular_quantize_b_sse2()
186 _mm_store_si128((__m128i *)(d->qcoeff), x0); in vp8_fast_quantize_b_sse2()
187 _mm_store_si128((__m128i *)(d->qcoeff + 8), x1); in vp8_fast_quantize_b_sse2()
Dvp8_enc_stubs_mmx.c35 short *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_mmx()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
Ddequantize_arm.c28 short *Q = d->qcoeff; in vp8_dequantize_b_neon()
38 short *Q = d->qcoeff; in vp8_dequantize_b_v6()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c118 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); in optimize_b() local
155 qcoeff[scan[i]]].token]; in optimize_b()
161 x = qcoeff[rc]; in optimize_b()
289 vpx_memset(qcoeff, 0, sizeof(*qcoeff) * (16 << (tx_size * 2))); in optimize_b()
297 qcoeff[rc] = x; in optimize_b()
324 int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, 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()
[all …]
Dvp9_tokenize.c224 const int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); in tokenize_b() local
251 v = qcoeff[scan[c]]; in tokenize_b()
262 v = qcoeff[scan[c]]; in tokenize_b()
Dvp9_block.h34 int16_t *qcoeff[MAX_MB_PLANE][3]; member
68 int16_t *qcoeff; member
Dvp9_quantize.c138 BLOCK_OFFSET(p->qcoeff, block), in vp9_regular_quantize_b_4x4()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c138 vpx_memset(xd->qcoeff, 0, sizeof(xd->qcoeff)); in mt_decode_macroblock()
224 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride); in mt_decode_macroblock()
228 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0], in mt_decode_macroblock()
230 vpx_memset(b->qcoeff, 0, 2 * sizeof(b->qcoeff[0])); in mt_decode_macroblock()
266 xd->qcoeff); in mt_decode_macroblock()
267 vpx_memset(b->qcoeff, 0, 16 * sizeof(b->qcoeff[0])); in mt_decode_macroblock()
271 b->dqcoeff[0] = b->qcoeff[0] * xd->dequant_y2[0]; in mt_decode_macroblock()
273 xd->qcoeff); in mt_decode_macroblock()
274 vpx_memset(b->qcoeff, 0, 2 * sizeof(b->qcoeff[0])); in mt_decode_macroblock()
284 (xd->qcoeff, DQC, in mt_decode_macroblock()
[all …]
Ddecodeframe.c142 vpx_memset(xd->qcoeff, 0, sizeof(xd->qcoeff)); in decode_macroblock()
206 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride); in decode_macroblock()
211 (b->qcoeff[0] * DQC[0], in decode_macroblock()
214 vpx_memset(b->qcoeff, 0, 2 * sizeof(b->qcoeff[0])); in decode_macroblock()
250 xd->qcoeff); in decode_macroblock()
251 vpx_memset(b->qcoeff, 0, 16 * sizeof(b->qcoeff[0])); in decode_macroblock()
255 b->dqcoeff[0] = b->qcoeff[0] * xd->dequant_y2[0]; in decode_macroblock()
257 xd->qcoeff); in decode_macroblock()
258 vpx_memset(b->qcoeff, 0, 2 * sizeof(b->qcoeff[0])); in decode_macroblock()
268 (xd->qcoeff, DQC, in decode_macroblock()
[all …]
Ddetokenize.c188 qcoeff_ptr = &x->qcoeff[0]; in vp8_decode_mb_tokens()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Didctllm_sse2.asm16 ; short *qcoeff - 0
31 mov rax, arg(0) ; qcoeff
99 ; short *qcoeff - 0
116 ; dc is set as first coeff, so no need to load qcoeff
117 mov rax, arg(0) ; qcoeff
139 ; dequantize qcoeff buffer
355 ; short *qcoeff - 0
371 ; dc is set as first coeff, so no need to load qcoeff
372 mov rax, arg(0) ; qcoeff
431 ; short *qcoeff - 0
[all …]
Didct_blk_mmx.c20 short *sq = (short *) d->qcoeff; in vp8_dequantize_b_mmx()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
Dvp8_fast_quantize_b_armv6.asm30 ldr r6, [r1, #vp8_blockd_qcoeff] ; qcoeff
77 str r0, [r6], #4 ; *qcoeff++ = x
87 str r10, [r6], #4 ; *qcoeff++ = x
/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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtokenize.c122 qcoeff_ptr = b->qcoeff; in tokenize2nd_order_b()
219 qcoeff_ptr = b->qcoeff; in tokenize1st_order_b()
294 qcoeff_ptr = b->qcoeff; in tokenize1st_order_b()
Dvp8_asm_enc_offsets.c32 DEFINE(vp8_blockd_qcoeff, offsetof(BLOCKD, qcoeff));
Dquantize.c32 short *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_c()
77 short *qcoeff_ptr = d->qcoeff; in vp8_fast_quantize_b_c()
117 short *qcoeff_ptr = d->qcoeff; in vp8_regular_quantize_b_c()
178 qcoeff_ptr = d->qcoeff; in vp8_strict_quantize_b_c()
228 short *qcoeff_ptr = d->qcoeff; in vp8_regular_quantize_b_c()
Dencodemb.c270 qcoeff_ptr = d->qcoeff; in optimize_b()
498 bd->qcoeff[rc]=0; in check_reset_2nd_coeffs()
Dencodeframe.c1196 (xd->qcoeff+16*16, xd->dequant_uv, in vp8cx_encode_intra_macroblock()
1384 (xd->qcoeff+16*16, xd->dequant_uv, in vp8cx_encode_inter_macroblock()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.asm105 vst1.s16 {q10, q11}, [r6] ; store: qcoeff = x2

12