Home
last modified time | relevance | path

Searched refs:dstv (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp8/decoder/arm/neon/
Didct_blk_neon.c83 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_neon() argument
103 idct_dequant_full_2x_neon (q, dq, pre, dstv, 8, stride); in vp8_dequant_idct_add_uv_block_neon()
105 idct_dequant_0_2x_neon (q, dq[0], pre, 8, dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
109 dstv += 4*stride; in vp8_dequant_idct_add_uv_block_neon()
112 idct_dequant_full_2x_neon (q, dq, pre, dstv, 8, stride); in vp8_dequant_idct_add_uv_block_neon()
114 idct_dequant_0_2x_neon (q, dq[0], pre, 8, dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
/external/libvpx/vp8/decoder/x86/
Didct_blk_sse2.c82 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_sse2() argument
102 idct_dequant_full_2x_sse2 (q, dq, pre, dstv, stride, 8); in vp8_dequant_idct_add_uv_block_sse2()
104 idct_dequant_0_2x_sse2 (q, dq, pre, dstv, stride, 8); in vp8_dequant_idct_add_uv_block_sse2()
108 dstv += stride*4; in vp8_dequant_idct_add_uv_block_sse2()
111 idct_dequant_full_2x_sse2 (q, dq, pre, dstv, stride, 8); in vp8_dequant_idct_add_uv_block_sse2()
113 idct_dequant_0_2x_sse2 (q, dq, pre, dstv, stride, 8); in vp8_dequant_idct_add_uv_block_sse2()
Didct_blk_mmx.c100 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_mmx() argument
131 vp8_dequant_idct_add_mmx (q, dq, pre, dstv, 8, stride); in vp8_dequant_idct_add_uv_block_mmx()
134 vp8_dc_only_idct_add_mmx (q[0]*dq[0], pre, dstv, 8, stride); in vp8_dequant_idct_add_uv_block_mmx()
139 vp8_dequant_idct_add_mmx (q+16, dq, pre+4, dstv+4, 8, stride); in vp8_dequant_idct_add_uv_block_mmx()
142 vp8_dc_only_idct_add_mmx (q[16]*dq[0], pre+4, dstv+4, 8, stride); in vp8_dequant_idct_add_uv_block_mmx()
148 dstv += 4*stride; in vp8_dequant_idct_add_uv_block_mmx()
/external/libvpx/vp8/decoder/arm/armv6/
Didct_blk_v6.c100 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_v6() argument
131 vp8_dequant_idct_add_v6 (q, dq, pre, dstv, 8, stride); in vp8_dequant_idct_add_uv_block_v6()
134 vp8_dc_only_idct_add_v6 (q[0]*dq[0], pre, dstv, 8, stride); in vp8_dequant_idct_add_uv_block_v6()
139 vp8_dequant_idct_add_v6 (q+16, dq, pre+4, dstv+4, 8, stride); in vp8_dequant_idct_add_uv_block_v6()
142 vp8_dc_only_idct_add_v6 (q[16]*dq[0], pre+4, dstv+4, 8, stride); in vp8_dequant_idct_add_uv_block_v6()
148 dstv += 4*stride; in vp8_dequant_idct_add_uv_block_v6()
/external/libvpx/vp8/decoder/
Didct_blk.c79 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_c() argument
109 vp8_dequant_idct_add_c (q, dq, pre, dstv, 8, stride); in vp8_dequant_idct_add_uv_block_c()
112 vp8_dc_only_idct_add_c (q[0]*dq[0], pre, dstv, 8, stride); in vp8_dequant_idct_add_uv_block_c()
118 dstv += 4; in vp8_dequant_idct_add_uv_block_c()
122 dstv += 4*stride - 8; in vp8_dequant_idct_add_uv_block_c()