Home
last modified time | relevance | path

Searched refs:sq (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Didct_blk_mmx.c16 extern void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q);
20 short *sq = (short *) d->qcoeff; in vp8_dequantize_b_mmx() local
23 vp8_dequantize_b_impl_mmx(sq, dq, DQC); in vp8_dequantize_b_mmx()
Ddequantize_mmx.asm15 ;void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q)
25 mov rsi, arg(0) ;sq
Dloopfilter_sse2.asm499 psubsb xmm3, xmm5 ; sq = vp8_signed_char_clamp(qs0 - u3)
501 psubsb xmm1, xmm2 ; sq = vp8_signed_char_clamp(qs1 - u2)
512 pxor xmm1, xmm7 ; *oq1 = sq^0x80;
517 psubsb xmm5, xmm0 ; sq = vp8_signed_char_clamp(qs2 - u)
519 pxor xmm5, xmm7 ; *oq2 = sq^0x80;
520 pxor xmm3, xmm7 ; *oq0 = sq^0x80