HomeSort by relevance Sort by last modified time
    Searched refs:qcoeff (Results 1 - 25 of 38) sorted by null

1 2

  /external/libvpx/libvpx/vp8/common/
invtrans.h 46 (&xd->block[24].dqcoeff[0], xd->qcoeff);
51 (&xd->block[24].dqcoeff[0], xd->qcoeff);
53 eob_adjust(xd->eobs, xd->qcoeff);
58 (xd->qcoeff, DQC,
dequantize.c 21 short *Q = d->qcoeff;
mbpitch.c 46 x->block[r].qcoeff = x->qcoeff + r * 16;
blockd.h 194 short *qcoeff; member in struct:blockd
210 DECLARE_ALIGNED(16, short, qcoeff[400]);
  /external/libvpx/libvpx/vp8/common/arm/
dequantize_arm.c 28 short *Q = d->qcoeff;
38 short *Q = d->qcoeff;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.h 68 Int BlockQuantDequantH263Inter(Int *rcoeff, Int *qcoeff, struct QPstruct *QuantParam,
72 Int BlockQuantDequantH263Intra(Int *rcoeff, Int *qcoeff, struct QPstruct *QuantParam,
76 Int BlockQuantDequantH263DCInter(Int *rcoeff, Int *qcoeff, struct QPstruct *QuantParam,
79 Int BlockQuantDequantH263DCIntra(Int *rcoeff, Int *qcoeff, struct QPstruct *QuantParam,
82 Int BlockQuantDequantMPEGInter(Int *rcoeff, Int *qcoeff, Int QP, Int *qmat,
86 Int BlockQuantDequantMPEGIntra(Int *rcoeff, Int *qcoeff, Int QP, Int *qmat,
90 Int BlockQuantDequantMPEGDCInter(Int *rcoeff, Int *qcoeff, Int QP, Int *qmat,
93 Int BlockQuantDequantMPEGDCIntra(Int *rcoeff, Int *qcoeff, Int QP, Int *qmat,
fastquant.cpp 123 Output: qcoeff=> quantized coefficient
149 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
233 qcoeff[zz>>1] = q_value;
269 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
313 qcoeff[0] = coeff;
319 //qcoeff++;
340 qcoeff[0] = coeff;
395 qcoeff[i] = q_value;
411 //qcoeff++; /* next column */
441 Int BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam
    [all...]
mp4enc_lib.h 65 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
69 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
73 Int BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
76 Int BlockQuantDequantH263DCIntra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
80 Int BlockQuantDequantMPEGInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,
84 Int BlockQuantDequantMPEGIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,
88 Int BlockQuantDequantMPEGDCInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,
91 Int BlockQuantDequantMPEGDCIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,
vlc_encode.cpp 2055 Short *qcoeff; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_int.h 25 DECLARE_ALIGNED(16, int16_t, qcoeff[MAX_MB_PLANE][64 * 64]);
vp9_onyxd_if.c 116 pd[i].qcoeff = pbi->qcoeff[i];
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.asm 30 %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
quantize_sse2.c 40 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);
vp8_enc_stubs_mmx.c 35 short *qcoeff_ptr = d->qcoeff;
  /external/libvpx/libvpx/vp8/decoder/
threading.c 138 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[0] * xd->dequant_y2[0]
    [all...]
decodframe.c 142 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[0] * xd->dequant_y2[0]
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_sse2.asm 16 ; 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...]
idct_blk_mmx.c 20 short *sq = (short *) d->qcoeff;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 144 qcoeff_ptr = BLOCK_OFFSET(pd->qcoeff, block);
350 int16_t *qcoeff = BLOCK_OFFSET(pd->qcoeff, block); local
372 p->quant, p->quant_shift, qcoeff, dqcoeff,
384 p->quant, p->quant_shift, qcoeff, dqcoeff,
396 p->quant, p->quant_shift, qcoeff, dqcoeff,
407 p->quant, p->quant_shift, qcoeff, dqcoeff,
530 int16_t *qcoeff = BLOCK_OFFSET(pd->qcoeff, block); local
570 p->quant, p->quant_shift, qcoeff, dqcoeff
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 90 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/
vp8_asm_enc_offsets.c 32 DEFINE(vp8_blockd_qcoeff, offsetof(BLOCKD, qcoeff));
quantize.c 32 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;
tokenize.c 122 qcoeff_ptr = b->qcoeff;
218 qcoeff_ptr = b->qcoeff;
291 qcoeff_ptr = b->qcoeff;
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 30 ldr r6, [r1, #vp8_blockd_qcoeff] ; qcoeff
77 str r0, [r6], #4 ; *qcoeff++ = x
87 str r10, [r6], #4 ; *qcoeff++ = x
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 20 shift, qcoeff, dqcoeff, dequant, zbin_oq, \
58 DEFINE_ARGS coeff, ncoeff, d1, qcoeff, dqcoeff, iscan, d2, d3, d4, d5, d6, eob
200 DEFINE_ARGS dqcoeff, ncoeff, qcoeff, eob

Completed in 548 milliseconds

1 2