/external/libvpx/libvpx/vp8/encoder/x86/ |
quantize_sse2.c | 56 __m128i dequant0 = _mm_load_si128((__m128i *)(d->dequant)); 57 __m128i dequant1 = _mm_load_si128((__m128i *)(d->dequant + 8)); 136 /* dqcoeff = qcoeff * dequant */ 154 __m128i dequant0 = _mm_load_si128((__m128i *)(d->dequant)); 155 __m128i dequant1 = _mm_load_si128((__m128i *)(d->dequant + 8)); 189 /* x * dequant */ 193 /* dqcoeff = x * dequant */
|
vp8_enc_stubs_mmx.c | 37 short *dequant_ptr = d->dequant;
|
quantize_sse4.asm | 194 ; dequant
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.asm | 98 vmul.s16 q2, q6, q4 ; x * Dequant 107 vmul.s16 q12, q6, q10 ; x2 * Dequant 115 vst1.s16 {q2, q3}, [r9] ; store dqcoeff = x * Dequant 122 vst1.s16 {q12, q13}, [r7] ; store dqcoeff = x * Dequant 226 vmul.s16 q2, q12 ; x * Dequant 232 vst1.s16 {q2, q3}, [r7@128] ; store dqcoeff = x * Dequant
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_QuantIntra_I.c | 86 /* Dequant the DC value, this applies to both the methods */ 132 /* Dequant the DC value, this applies to both the methods */
|
omxVCM4P2_QuantInvIntra_I.c | 120 /* Dequant the DC value, this applies to both the methods */
|
/external/libvpx/libvpx/vp8/encoder/ |
vp8_asm_enc_offsets.c | 33 DEFINE(vp8_blockd_dequant, offsetof(BLOCKD, dequant));
|
quantize.c | 34 short *dequant_ptr = d->dequant; 79 short *dequant_ptr = d->dequant; 119 short *dequant_ptr = d->dequant; 180 dequant_ptr = d->dequant; 230 short *dequant_ptr = d->dequant; 656 /*TODO: Remove dequant from BLOCKD. This is a temporary solution until 657 * the quantizer code uses a passed in pointer to the dequant constants. 661 x->e_mbd.block[i].dequant = xd->dequant_y1; 663 x->e_mbd.block[i].dequant = xd->dequant_uv; 664 x->e_mbd.block[24].dequant = xd->dequant_y2 [all...] |
ethreading.c | 411 /*TODO: Remove dequant from BLOCKD. This is a temporary solution until 412 * the quantizer code uses a passed in pointer to the dequant constants. 416 zd->block[i].dequant = zd->dequant_y1; 418 zd->block[i].dequant = zd->dequant_uv; 419 zd->block[24].dequant = zd->dequant_y2;
|
encodemb.c | 268 dequant_ptr = d->dequant; 475 if(bd->dequant[0]>=35 && bd->dequant[1]>=35)
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | 139 const int16_t *dequant_ptr = pd->dequant; 373 pd->dequant, p->zbin_extra, eob, scan, iscan); 385 pd->dequant, p->zbin_extra, eob, scan, iscan); 397 pd->dequant, p->zbin_extra, eob, scan, iscan); 408 pd->dequant, p->zbin_extra, eob, scan, iscan); 571 pd->dequant, p->zbin_extra, eob, scan, iscan); 595 pd->dequant, p->zbin_extra, eob, scan, iscan); 619 pd->dequant, p->zbin_extra, eob, scan, iscan); 650 pd->dequant, p->zbin_extra, eob, scan, iscan);
|
vp9_quantize.c | 178 pd->dequant, p->zbin_extra, &pd->eobs[pb_idx.block], scan, iscan); 276 x->e_mbd.plane[0].dequant = cpi->common.y_dequant[qindex]; 288 x->e_mbd.plane[i].dequant = cpi->common.uv_dequant[qindex]; 297 x->e_mbd.plane[3].dequant = cpi->common.a_dequant[qindex];
|
/external/libvpx/libvpx/vp8/common/x86/ |
idctllm_sse2.asm | 17 ; short *dequant - 1 30 mov rdx, arg(1) ; dequant 100 ; short *dequant - 1 118 mov rdx, arg(1) ; dequant 356 ; short *dequant - 1 395 ; Rounding to dequant and downshift 432 ; short *dequant - 1 450 mov rdx, arg(1) ; dequant
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_quantize_ssse3.asm | 20 shift, qcoeff, dqcoeff, dequant, zbin_oq, \ 47 mova m3, [r2q] ; m3 = dequant
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastquant.cpp | 129 modifications to speed up fastQuant/DeQuant (check for zero 1st, rowq LUT, 235 // dequant and clip 397 // dequant and clip 610 if (q_value) /* dequant */ 850 Purpose: MPEG Quant/Dequant for DC only block.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_dequant.cpp | 169 ///// NEED TO DEQUANT THOSE PREDICTED AC COEFF 170 /* dequantize the rest of AC predicted coeff that haven't been dequant */ 612 ///// NEED TO DEQUANT THOSE PREDICTED AC COEFF 613 /* dequantize the rest of AC predicted coeff that haven't been dequant */ 987 ///// NEED TO DEQUANT THOSE PREDICTED AC COEFF 988 /* dequantize the rest of AC predicted coeff that haven't been dequant */ [all...] |
datapart_decode.cpp | 36 /* Modified : 09/18/2000 add fast VlcDecode+Dequant */ 135 /* Modified : 09/18/2000 add fast VlcDecode+Dequant */ 298 /* Modified : 09/18/2000, fast VlcDecode+Dequant */ 699 // Future work:: can be combined in the dequant function
|
mp4lib_int.h | 288 /* for fast VLC+Dequant 10/12/2000*/
|
/external/chromium_org/third_party/opus/src/silk/ |
decode_parameters.c | 45 /* Dequant Gains */
|
/external/libvpx/libvpx/vp8/common/ |
blockd.h | 197 short *dequant; member in struct:blockd
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
vp8_fast_quantize_b_armv6.asm | 32 ldr r8, [r1, #vp8_blockd_dequant] ; dequant
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_detokenize.c | 230 pd->dequant, pt, token_cache);
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
idct_dequant_full_2x_neon.asm | 43 ; dequant: q[i] = q[i] * dq[i]
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
block.cpp | 170 /* dequant */ 476 if (lev) // dequant 605 { /* dequant */ 945 /* dequant */ [all...] |
/external/libvorbis/lib/ |
sharedbook.c | 563 /* run the nine dequant tests, and compare to the hand-rolled results */ 564 fprintf(stderr,"Dequant test 1... ");
|