Searched refs:quant (Results 1 - 13 of 13) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_quantize.c137 p->zbin, p->round, p->quant, p->quant_shift,
143 static void invert_quant(int16_t *quant, int16_t *shift, int d) { argument
150 *quant = (int16_t)(t - (1 << 16));
157 int i, q, quant; local
165 quant = i == 0 ? vp9_dc_quant(q, cm->y_dc_delta_q)
167 invert_quant(&quants->y_quant[q][i], &quants->y_quant_shift[q][i], quant);
168 quants->y_zbin[q][i] = ROUND_POWER_OF_TWO(qzbin_factor * quant, 7);
169 quants->y_round[q][i] = (qrounding_factor * quant) >> 7;
170 cm->y_dequant[q][i] = quant;
173 quant
[all...]
H A Dvp9_encodemb.c337 p->quant, p->quant_shift, qcoeff, dqcoeff,
344 p->quant, p->quant_shift, qcoeff, dqcoeff,
351 p->quant, p->quant_shift, qcoeff, dqcoeff,
358 p->quant, p->quant_shift, qcoeff, dqcoeff,
515 p->quant, p->quant_shift, qcoeff, dqcoeff,
535 p->quant, p->quant_shift, qcoeff, dqcoeff,
554 vp9_quantize_b(coeff, 64, x->skip_block, p->zbin, p->round, p->quant,
578 vp9_quantize_b(coeff, 16, x->skip_block, p->zbin, p->round, p->quant,
H A Dvp9_block.h74 int16_t *quant; member in struct:macroblock_plane
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dblock.h42 short *quant; member in struct:block
H A Dquantize.c115 short *quant_ptr = b->quant;
176 quant_ptr = b->quant;
227 short *quant_ptr = b->quant;
408 static void invert_quant(int improved_quant, short *quant, argument
419 *quant = (short)(t - (1<<16));
426 *quant = (1 << 16) / d;
672 x->block[i].quant = cpi->Y1quant[QIndex];
686 x->block[i].quant = cpi->UVquant[QIndex];
699 x->block[24].quant = cpi->Y2quant[QIndex];
H A Dvp8_asm_enc_offsets.c26 DEFINE(vp8_block_quant, offsetof(BLOCK, quant));
H A Dethreading.c357 z->block[i].quant = x->block[i].quant;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dquantize_sse2.c54 __m128i quant0 = _mm_load_si128((__m128i *)(b->quant));
55 __m128i quant1 = _mm_load_si128((__m128i *)(b->quant + 8));
175 /* y = (x * quant) >> 16 */
H A Dquantize_sse4.asm110 ; quant
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_ssse3.asm19 cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, zbin, round, quant, \
37 mova m2, [quantq] ; m2 = quant
/hardware/intel/img/psb_video/src/
H A Dtng_hostcode.h223 IMG_INT8 quant; member in struct:_H264_PICMGMT_UP_PARAMS
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_TI_Video.h2551 OMX_U8 quant; member in struct:OMX_TI_VIDEO_VC1VDEC_MbInfo
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h2197 int quant; /* quantization resolution to pulse positions */ member in struct:__anon82

Completed in 215 milliseconds