/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idct_blk_dspr2.c | 39 unsigned char *dstv, int stride, in vp8_dequant_idct_add_uv_block_dspr2() argument 62 vp8_dequant_idct_add_dspr2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_dspr2() 64 vp8_dc_only_idct_add_dspr2(q[0] * dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_dspr2() 69 dstv += 4; in vp8_dequant_idct_add_uv_block_dspr2() 72 dstv += 4 * stride - 8; in vp8_dequant_idct_add_uv_block_dspr2()
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | idct_blk_neon.c | 47 unsigned char *dstv, int stride, in vp8_dequant_idct_add_uv_block_neon() argument 70 idct_dequant_full_2x_neon(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_neon() 72 idct_dequant_0_2x_neon(q, dq[0], dstv, stride); in vp8_dequant_idct_add_uv_block_neon() 76 dstv += 4 * stride; in vp8_dequant_idct_add_uv_block_neon() 80 idct_dequant_full_2x_neon(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_neon() 82 idct_dequant_0_2x_neon(q, dq[0], dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | idct_blk_sse2.c | 46 unsigned char *dstv, int stride, in vp8_dequant_idct_add_uv_block_sse2() argument 69 vp8_idct_dequant_full_2x_sse2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2() 71 vp8_idct_dequant_0_2x_sse2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2() 75 dstv += stride * 4; in vp8_dequant_idct_add_uv_block_sse2() 79 vp8_idct_dequant_full_2x_sse2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2() 81 vp8_idct_dequant_0_2x_sse2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
|
/external/libvpx/libvpx/vp8/common/ |
D | idct_blk.c | 43 unsigned char *dstv, int stride, in vp8_dequant_idct_add_uv_block_c() argument 66 vp8_dequant_idct_add_c(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_c() 68 vp8_dc_only_idct_add_c(q[0] * dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_c() 73 dstv += 4; in vp8_dequant_idct_add_uv_block_c() 76 dstv += 4 * stride - 8; in vp8_dequant_idct_add_uv_block_c()
|
/external/syslinux/gpxe/src/crypto/ |
D | arc4.c | 77 static void arc4_xor ( void *ctxv, const void *srcv, void *dstv, in arc4_xor() argument 82 u8 *dst = dstv; in arc4_xor() 90 if ( srcv && dstv ) in arc4_xor()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 363 uint8_t *dstv, int32_t stride, in vp8_dequant_idct_add_uv_block_msa() argument 390 dequant_idct4x4_addblk_2x_msa(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_msa() 392 dequant_idct_addconst_2x_msa(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_msa() 397 dstv += (stride * 4); in vp8_dequant_idct_add_uv_block_msa() 401 dequant_idct4x4_addblk_2x_msa(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_msa() 403 dequant_idct_addconst_2x_msa(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_msa()
|
/external/valgrind/none/tests/amd64/ |
D | sse4-64.c | 348 V128 dstv; \ 351 memcpy(dstv, fives, sizeof(dstv)); \ 362 : /*in*/ "r"(&dstv), "r"(&src64), "r"(&res) \ 365 showIGVV("r", (_opname), (_imm), src64, &dstv, &res); \ 369 V128 dstv; \ 372 memcpy(dstv, fives, sizeof(dstv)); \ 379 : /*in*/ "r"(&dstv), "r"(&src64), "r"(&res) \ 382 showIGVV("m", (_opname), (_imm), src64, &dstv, &res); \
|