/external/libvpx/libvpx/vp8/encoder/x86/ |
vp8_enc_stubs_mmx.c | 27 short *quant_ptr, short *dqcoeff_ptr); 36 short *dqcoeff_ptr = d->dqcoeff; local 48 dqcoeff_ptr
|
quantize_mmx.asm | 17 ; short *quant_ptr, short *dqcoeff_ptr); 67 mov rax, arg(7) ;dqcoeff_ptr 107 mov rax, arg(7) ;dqcoeff_ptr 148 mov rax, arg(7) ;dqcoeff_ptr 189 mov rax, arg(7) ;dqcoeff_ptr
|
quantize_sse2.asm | 174 mov rdi, [rsi + vp8_blockd_dqcoeff] ; dqcoeff_ptr
|
/external/libvpx/libvpx/vp8/encoder/ |
quantize.c | 33 short *dqcoeff_ptr = d->dqcoeff; local 37 vpx_memset(dqcoeff_ptr, 0, 32); 57 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */ 78 short *dqcoeff_ptr = d->dqcoeff; local 93 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */ 118 short *dqcoeff_ptr = d->dqcoeff; local 123 vpx_memset(dqcoeff_ptr, 0, 32); 145 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */ 172 short *dqcoeff_ptr; local 179 dqcoeff_ptr = d->dqcoeff 229 short *dqcoeff_ptr = d->dqcoeff; local [all...] |
encodemb.c | 234 short *dqcoeff_ptr; local 271 dqcoeff_ptr = d->dqcoeff; 328 dx = dqcoeff_ptr[rc] - coeff_ptr[rc]; 459 dqcoeff_ptr[rc] = x * dequant_ptr[rc];
|