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

  /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/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.asm 40 %define qcoeff 72 ; 32
125 ; zero qcoeff
126 movdqa [rsp + qcoeff], xmm6
127 movdqa [rsp + qcoeff + 16], xmm6
148 mov WORD PTR[rsp + qcoeff + %1 * 2], di ;qcoeff_ptr[rc] = temp_qcoeff[rc]
170 movdqa xmm2, [rsp + qcoeff]
171 movdqa xmm3, [rsp + qcoeff + 16]
192 movdqa [rcx], xmm2 ; store qcoeff
316 ; qcoeff = x
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 ((int *)b->qcoeff)[0] = 0;
266 xd->qcoeff);
267 ((int *)b->qcoeff)[0] = 0;
268 ((int *)b->qcoeff)[1] = 0;
269 ((int *)b->qcoeff)[2] = 0;
270 ((int *)b->qcoeff)[3] = 0
    [all...]
decodframe.c 141 vpx_memset(xd->qcoeff, 0, sizeof(xd->qcoeff));
205 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride);
210 (b->qcoeff[0] * DQC[0],
213 ((int *)b->qcoeff)[0] = 0;
249 xd->qcoeff);
250 ((int *)b->qcoeff)[0] = 0;
251 ((int *)b->qcoeff)[1] = 0;
252 ((int *)b->qcoeff)[2] = 0;
253 ((int *)b->qcoeff)[3] = 0
    [all...]
detokenize.c 188 qcoeff_ptr = &x->qcoeff[0];
  /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 19 short *sq = (short *) d->qcoeff;
  /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/
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;
encodemb.c 270 qcoeff_ptr = d->qcoeff;
498 bd->qcoeff[rc]=0;
encodeframe.c     [all...]
rdopt.c 522 short *qcoeff_ptr = b->qcoeff;
    [all...]
  /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

Completed in 622 milliseconds