/external/libvpx/libvpx/vp8/encoder/x86/ |
quantize_sse4.asm | 130 ; quant_shift 147 ; downshift by quant_shift[rc] 148 pextrb ecx, xmm5, %1 ; quant_shift[rc]
|
quantize_sse2.c | 45 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift)); 46 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8));
|
/external/libvpx/libvpx/vp8/encoder/ |
vp8_asm_enc_offsets.c | 30 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
|
block.h | 40 short *quant_shift; member in struct:block
|
quantize.c | 31 unsigned char *quant_shift_ptr = b->quant_shift; 116 short *quant_shift_ptr = b->quant_shift; 177 quant_shift_ptr = b->quant_shift; 674 x->block[i].quant_shift = cpi->Y1quant_shift[QIndex]; 688 x->block[i].quant_shift = cpi->UVquant_shift[QIndex]; 700 x->block[24].quant_shift = cpi->Y2quant_shift[QIndex];
|
ethreading.c | 359 z->block[i].quant_shift = x->block[i].quant_shift;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | 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, 570 p->quant, p->quant_shift, qcoeff, dqcoeff, 594 p->quant, p->quant_shift, qcoeff, dqcoeff, 618 p->quant_shift, qcoeff, dqcoeff, 649 p->quant_shift, qcoeff, dqcoeff,
|
vp9_quantize.c | 175 p->zbin, p->round, p->quant, p->quant_shift, 272 x->plane[0].quant_shift = cpi->y_quant_shift[qindex]; 284 x->plane[i].quant_shift = cpi->uv_quant_shift[qindex]; 293 x->plane[3].quant_shift = cpi->a_quant_shift[qindex];
|
vp9_block.h | 77 int16_t *quant_shift; member in struct:macroblock_plane
|