Searched refs:qcoeff (Results 1 - 25 of 63) sorted by last modified time

123

/external/libvpx/libvpx/vp8/common/arm/
H A Ddequantize_arm.c28 short *Q = d->qcoeff;
38 short *Q = d->qcoeff;
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h198 short *qcoeff; member in struct:blockd
214 DECLARE_ALIGNED(16, short, qcoeff[400]);
H A Ddequantize.c21 short *Q = d->qcoeff;
H A Dinvtrans.h50 (&xd->block[24].dqcoeff[0], xd->qcoeff);
55 (&xd->block[24].dqcoeff[0], xd->qcoeff);
57 eob_adjust(xd->eobs, xd->qcoeff);
62 (xd->qcoeff, DQC,
H A Dmbpitch.c46 x->block[r].qcoeff = x->qcoeff + r * 16;
/external/libvpx/libvpx/vp8/common/x86/
H A Didct_blk_mmx.c20 short *sq = (short *) d->qcoeff;
H A 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
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c142 vpx_memset(xd->qcoeff, 0, sizeof(xd->qcoeff));
206 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride);
211 (b->qcoeff[0] * DQC[0],
214 vpx_memset(b->qcoeff, 0, 2 * sizeof(b->qcoeff[0]));
250 xd->qcoeff);
251 vpx_memset(b->qcoeff, 0, 16 * sizeof(b->qcoeff[0]));
255 b->dqcoeff[0] = b->qcoeff[
[all...]
H A Ddetokenize.c188 qcoeff_ptr = &x->qcoeff[0];
H A Dthreading.c138 vpx_memset(xd->qcoeff, 0, sizeof(xd->qcoeff));
224 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride);
228 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0],
230 vpx_memset(b->qcoeff, 0, 2 * sizeof(b->qcoeff[0]));
266 xd->qcoeff);
267 vpx_memset(b->qcoeff, 0, 16 * sizeof(b->qcoeff[0]));
271 b->dqcoeff[0] = b->qcoeff[
[all...]
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
H A 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
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm90 vst1.s16 {q4, q5}, [r7] ; store: qcoeff = x1
105 vst1.s16 {q10, q11}, [r6] ; store: qcoeff = x2
216 vst1.s16 {q12, q13}, [r6@128]; store: qcoeff = x1
241 vst1.s16 {q0, q1}, [r6@128] ; qcoeff = 0
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c1195 (xd->qcoeff+16*16, xd->dequant_uv,
1383 (xd->qcoeff+16*16, xd->dequant_uv,
H A Dencodemb.c270 qcoeff_ptr = d->qcoeff;
498 bd->qcoeff[rc]=0;
H A Dquantize.c32 short *qcoeff_ptr = d->qcoeff;
77 short *qcoeff_ptr = d->qcoeff;
117 short *qcoeff_ptr = d->qcoeff;
178 qcoeff_ptr = d->qcoeff;
228 short *qcoeff_ptr = d->qcoeff;
H A Drdopt.c527 short *qcoeff_ptr = b->qcoeff;
H A Dtokenize.c122 qcoeff_ptr = b->qcoeff;
219 qcoeff_ptr = b->qcoeff;
294 qcoeff_ptr = b->qcoeff;
H A Dvp8_asm_enc_offsets.c32 DEFINE(vp8_blockd_qcoeff, offsetof(BLOCKD, qcoeff));
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_sse2.c40 short *qcoeff_ptr = d->qcoeff;
133 y0 = _mm_load_si128((__m128i *)(d->qcoeff));
134 y1 = _mm_load_si128((__m128i *)(d->qcoeff + 8));
136 /* dqcoeff = qcoeff * dequant */
185 /* qcoeff = x */
186 _mm_store_si128((__m128i *)(d->qcoeff), x0);
187 _mm_store_si128((__m128i *)(d->qcoeff + 8), x1);
H A 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
H A Dvp8_enc_stubs_mmx.c35 short *qcoeff_ptr = d->qcoeff;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h34 int16_t *qcoeff[MAX_MB_PLANE][3]; member in struct:__anon24933
68 int16_t *qcoeff; member in struct:macroblock_plane
H A Dvp9_encodeframe.c864 p[i].qcoeff = ctx->qcoeff_pbuf[i][1];
871 p[i].qcoeff = ctx->qcoeff_pbuf[i][2];
1006 p[i].qcoeff = ctx->qcoeff_pbuf[i][0];
3281 p[i].qcoeff = ctx->qcoeff_pbuf[i][0];
H A Dvp9_encodemb.c118 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
155 qcoeff[scan[i]]].token];
161 x = qcoeff[rc];
289 vpx_memset(qcoeff, 0, sizeof(*qcoeff) * (16 << (tx_size * 2)));
297 qcoeff[rc] = x;
324 int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
337 p->quant, p->quant_shift, qcoeff, dqcoef
484 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
[all...]
H A Dvp9_firstpass.c553 p[i].qcoeff = ctx->qcoeff_pbuf[i][1];

Completed in 2115 milliseconds

123