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

1 2 3 4

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/
dequantize_arm.c 21 short *Q = d->qcoeff;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
invtrans.h 50 (&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,
dequantize.c 21 short *Q = d->qcoeff;
mbpitch.c 46 x->block[r].qcoeff = x->qcoeff + r * 16;
  /external/libvpx/libvpx/vp8/common/
invtrans.h 50 (&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,
dequantize.c 21 short *Q = d->qcoeff;
mbpitch.c 46 x->block[r].qcoeff = x->qcoeff + r * 16;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
invtrans.h 50 (&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,
dequantize.c 21 short *Q = d->qcoeff;
mbpitch.c 46 x->block[r].qcoeff = x->qcoeff + r * 16;
  /external/libvpx/libvpx/vp8/common/arm/
dequantize_arm.c 28 short *Q = d->qcoeff;
38 short *Q = d->qcoeff;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
dequantizeb_neon.c 18 qQ = vld2q_s16(d->qcoeff);
  /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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemb.c 111 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
145 vp9_pt_energy_class[vp9_dct_value_tokens_ptr[qcoeff[scan[i]]].token];
150 int x = qcoeff[rc];
275 vpx_memset(qcoeff, 0, sizeof(*qcoeff) * (16 << (tx_size * 2)));
284 qcoeff[rc] = x;
322 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
335 p->quant_fp, p->quant_shift, qcoeff, dqcoeff
372 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
420 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
607 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
    [all...]
vp9_context_tree.c 34 CHECK_MEM_ERROR(cm, ctx->qcoeff[i][k],
35 vpx_memalign(16, num_pix * sizeof(*ctx->qcoeff[i][k])));
41 ctx->qcoeff_pbuf[i][k] = ctx->qcoeff[i][k];
56 vpx_free(ctx->qcoeff[i][k]);
57 ctx->qcoeff[i][k] = 0;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
quantize_sse2.c 39 short *qcoeff_ptr = d->qcoeff;
132 y0 = _mm_load_si128((__m128i *)(d->qcoeff));
133 y1 = _mm_load_si128((__m128i *)(d->qcoeff + 8));
135 /* dqcoeff = qcoeff * dequant */
184 /* qcoeff = x */
185 _mm_store_si128((__m128i *)(d->qcoeff), x0);
186 _mm_store_si128((__m128i *)(d->qcoeff + 8), x1);
quantize_ssse3.c 88 /* qcoeff = x */
89 _mm_store_si128((__m128i *)(d->qcoeff), x0);
90 _mm_store_si128((__m128i *)(d->qcoeff + 8), x1);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 118 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, dqcoeff
484 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemb.c 118 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, dqcoeff
484 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
    [all...]

Completed in 876 milliseconds

1 2 3 4