/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 | 452 p->quant, p->quant_shift, qcoeff, dqcoeff, 464 p->quant, p->quant_shift, qcoeff, dqcoeff, 476 p->quant, p->quant_shift, qcoeff, dqcoeff, 487 p->quant, p->quant_shift, qcoeff, dqcoeff, 614 p->quant, p->quant_shift, qcoeff, dqcoeff, 639 p->quant, p->quant_shift, qcoeff, dqcoeff, 668 p->quant_shift, qcoeff, dqcoeff, 700 p->quant_shift, qcoeff, dqcoeff,
|
vp9_quantize.c | 188 mb->plane[pb_idx.plane].quant_shift, 285 x->plane[0].quant_shift = cpi->y_quant_shift[qindex]; 297 x->plane[i].quant_shift = cpi->uv_quant_shift[qindex]; 306 x->plane[3].quant_shift = cpi->a_quant_shift[qindex];
|
vp9_block.h | 71 int16_t *quant_shift; member in struct:macroblock_plane
|