Home | History | Annotate | Download | only in x86

Lines Matching refs:dq

14 void vp8_idct_dequant_0_2x_sse2(short *q, short *dq, unsigned char *dst,
16 void vp8_idct_dequant_full_2x_sse2(short *q, short *dq, unsigned char *dst,
19 void vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *dst,
26 vp8_idct_dequant_full_2x_sse2(q, dq, dst, stride);
28 vp8_idct_dequant_0_2x_sse2(q, dq, dst, stride);
33 vp8_idct_dequant_full_2x_sse2(q + 32, dq, dst + 8, stride);
35 vp8_idct_dequant_0_2x_sse2(q + 32, dq, dst + 8, stride);
44 void vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq,
50 vp8_idct_dequant_full_2x_sse2(q, dq, dstu, stride);
52 vp8_idct_dequant_0_2x_sse2(q, dq, dstu, stride);
60 vp8_idct_dequant_full_2x_sse2(q, dq, dstu, stride);
62 vp8_idct_dequant_0_2x_sse2(q, dq, dstu, stride);
69 vp8_idct_dequant_full_2x_sse2(q, dq, dstv, stride);
71 vp8_idct_dequant_0_2x_sse2(q, dq, dstv, stride);
79 vp8_idct_dequant_full_2x_sse2(q, dq, dstv, stride);
81 vp8_idct_dequant_0_2x_sse2(q, dq, dstv, stride);