/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 222 DECLARE_ALIGNED(16, uint16_t, dst16[64]); in RunRoundTripErrorCheck() 236 dst16[j] = rnd.Rand16() & mask_; in RunRoundTripErrorCheck() 237 test_input_block[j] = src16[j] - dst16[j]; in RunRoundTripErrorCheck() 260 RunInvTxfm(test_temp_block, CAST_TO_BYTEPTR(dst16), pitch_)); in RunRoundTripErrorCheck() 267 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunRoundTripErrorCheck() 298 DECLARE_ALIGNED(16, uint16_t, dst16[64]); in RunExtremalCheck() 321 dst16[j] = 0; in RunExtremalCheck() 324 dst16[j] = mask_; in RunExtremalCheck() 327 dst16[j] = rnd.Rand8() % 2 ? mask_ : 0; in RunExtremalCheck() 329 test_input_block[j] = src16[j] - dst16[j]; in RunExtremalCheck() [all …]
|
D | dct32x32_test.cc | 114 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]); in TEST_P() 128 dst16[j] = rnd.Rand16() & mask_; in TEST_P() 129 test_input_block[j] = src16[j] - dst16[j]; in TEST_P() 140 inv_txfm_(test_temp_block, CAST_TO_BYTEPTR(dst16), 32)); in TEST_P() 147 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in TEST_P() 248 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]); in TEST_P() 264 dst16[j] = rnd.Rand16() & mask_; in TEST_P() 265 in[j] = src16[j] - dst16[j]; in TEST_P() 278 ASM_REGISTER_STATE_CHECK(inv_txfm_(coeff, CAST_TO_BYTEPTR(dst16), 32)); in TEST_P() 284 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in TEST_P()
|
D | dct16x16_test.cc | 330 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]); in RunAccuracyCheck() 343 dst16[j] = rnd.Rand16() & mask_; in RunAccuracyCheck() 344 test_input_block[j] = src16[j] - dst16[j]; in RunAccuracyCheck() 356 RunInvTxfm(test_temp_block, CAST_TO_BYTEPTR(dst16), pitch_)); in RunAccuracyCheck() 363 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunAccuracyCheck() 442 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]); in RunQuantCheck() 464 memset(dst16, 0, kNumCoeffs * sizeof(uint16_t)); in RunQuantCheck() 481 RunInvTxfm(output_ref_block, CAST_TO_BYTEPTR(dst16), pitch_)); in RunQuantCheck() 488 for (int j = 0; j < kNumCoeffs; ++j) EXPECT_EQ(ref16[j], dst16[j]); in RunQuantCheck() 502 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]); in RunInvAccuracyCheck() [all …]
|
D | fdct4x4_test.cc | 112 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]); in RunAccuracyCheck() 125 dst16[j] = rnd.Rand16() & mask_; in RunAccuracyCheck() 126 test_input_block[j] = src16[j] - dst16[j]; in RunAccuracyCheck() 138 RunInvTxfm(test_temp_block, CAST_TO_BYTEPTR(dst16), pitch_)); in RunAccuracyCheck() 145 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunAccuracyCheck() 225 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]); in RunInvAccuracyCheck() 239 dst16[j] = rnd.Rand16() & mask_; in RunInvAccuracyCheck() 240 in[j] = src16[j] - dst16[j]; in RunInvAccuracyCheck() 252 RunInvTxfm(coeff, CAST_TO_BYTEPTR(dst16), pitch_)); in RunInvAccuracyCheck() 259 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunInvAccuracyCheck()
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | bswap.ll | 13 @dst16 = common global [16 x i16] zeroinitializer, align 32 150 ; CHECK-NEXT: store <8 x i16> [[TMP2]], <8 x i16>* bitcast ([16 x i16]* @dst16 to <8 x i16>*), a… 169 …store i16 %bswap0, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 0), ali… 170 …store i16 %bswap1, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 1), ali… 171 …store i16 %bswap2, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 2), ali… 172 …store i16 %bswap3, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 3), ali… 173 …store i16 %bswap4, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 4), ali… 174 …store i16 %bswap5, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 5), ali… 175 …store i16 %bswap6, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 6), ali… 176 …store i16 %bswap7, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 7), ali… [all …]
|
D | ctlz.ll | 13 @dst16 = common global [16 x i16] zeroinitializer, align 32 180 ; CHECK-NEXT: store i16 [[CTLZ0]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 181 ; CHECK-NEXT: store i16 [[CTLZ1]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 182 ; CHECK-NEXT: store i16 [[CTLZ2]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 183 ; CHECK-NEXT: store i16 [[CTLZ3]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 184 ; CHECK-NEXT: store i16 [[CTLZ4]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 185 ; CHECK-NEXT: store i16 [[CTLZ5]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 186 ; CHECK-NEXT: store i16 [[CTLZ6]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 187 ; CHECK-NEXT: store i16 [[CTLZ7]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 206 …store i16 %ctlz0, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 0), alig… [all …]
|
D | cttz.ll | 13 @dst16 = common global [16 x i16] zeroinitializer, align 32 180 ; CHECK-NEXT: store i16 [[CTTZ0]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 181 ; CHECK-NEXT: store i16 [[CTTZ1]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 182 ; CHECK-NEXT: store i16 [[CTTZ2]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 183 ; CHECK-NEXT: store i16 [[CTTZ3]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 184 ; CHECK-NEXT: store i16 [[CTTZ4]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 185 ; CHECK-NEXT: store i16 [[CTTZ5]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 186 ; CHECK-NEXT: store i16 [[CTTZ6]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 187 ; CHECK-NEXT: store i16 [[CTTZ7]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, … 206 …store i16 %cttz0, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 0), alig… [all …]
|
D | ctpop.ll | 13 @dst16 = common global [16 x i16] zeroinitializer, align 32 138 ; CHECK-NEXT: store <8 x i16> [[TMP2]], <8 x i16>* bitcast ([16 x i16]* @dst16 to <8 x i16>*), a… 157 …store i16 %ctpop0, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 0), ali… 158 …store i16 %ctpop1, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 1), ali… 159 …store i16 %ctpop2, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 2), ali… 160 …store i16 %ctpop3, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 3), ali… 161 …store i16 %ctpop4, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 4), ali… 162 …store i16 %ctpop5, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 5), ali… 163 …store i16 %ctpop6, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 6), ali… 164 …store i16 %ctpop7, i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 7), ali… [all …]
|
D | bitreverse.ll | 15 @dst16 = common global [16 x i16] zeroinitializer, align 32 244 …16 [[BITREVERSE0]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 0), al… 245 …16 [[BITREVERSE1]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 1), al… 246 …16 [[BITREVERSE2]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 2), al… 247 …16 [[BITREVERSE3]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 3), al… 248 …16 [[BITREVERSE4]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 4), al… 249 …16 [[BITREVERSE5]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 5), al… 250 …16 [[BITREVERSE6]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 6), al… 251 …16 [[BITREVERSE7]], i16* getelementptr inbounds ([16 x i16], [16 x i16]* @dst16, i16 0, i64 7), al… 257 ; AVX-NEXT: store <8 x i16> [[TMP2]], <8 x i16>* bitcast ([16 x i16]* @dst16 to <8 x i16>*), ali… [all …]
|
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_neon.h | 73 int16_t *dst16 = (int16_t *)xy; in SCALE_NOFILTER_NAME() local 92 vst1q_s16(dst16, fx8); in SCALE_NOFILTER_NAME() 97 dst16 += 8; in SCALE_NOFILTER_NAME() 101 xy = (uint32_t *) dst16; in SCALE_NOFILTER_NAME() 136 int16_t *dst16 = (int16_t *) xy; in AFFINE_NOFILTER_NAME() local 160 vst2q_s16(dst16, hi16); in AFFINE_NOFILTER_NAME() 168 dst16 += 16; // 8x32 aka 16x16 in AFFINE_NOFILTER_NAME() 173 xy = (uint32_t *) dst16; in AFFINE_NOFILTER_NAME()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tile_image.c | 172 uint16_t *dst16 = (uint16_t *) dst; in lp_tiled_to_linear() local 185 dst16 + dst_offset, in lp_tiled_to_linear() 262 uint16_t *dst16 = (uint16_t *) dst; in lp_linear_to_tiled() local 275 dst16 + dst_offset, in lp_linear_to_tiled()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 640 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); in encode_block() local 643 vp9_highbd_idct32x32_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block], in encode_block() 647 vp9_highbd_idct16x16_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block], in encode_block() 651 vp9_highbd_idct8x8_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block], in encode_block() 658 x->highbd_itxm_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block], in encode_block() 804 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); in vp9_encode_block_intra() local 820 vp9_highbd_idct32x32_add(dqcoeff, dst16, dst_stride, *eob, xd->bd); in vp9_encode_block_intra() 840 vp9_highbd_iht16x16_add(tx_type, dqcoeff, dst16, dst_stride, *eob, in vp9_encode_block_intra() 861 vp9_highbd_iht8x8_add(tx_type, dqcoeff, dst16, dst_stride, *eob, in vp9_encode_block_intra() 886 x->highbd_itxm_add(dqcoeff, dst16, dst_stride, *eob, xd->bd); in vp9_encode_block_intra() [all …]
|
D | vp9_rdopt.c | 1007 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); in rd_pick_intra4x4block() local 1029 vp9_highbd_iwht4x4_add(BLOCK_OFFSET(pd->dqcoeff, block), dst16, in rd_pick_intra4x4block() 1052 dst16, dst_stride, p->eobs[block], xd->bd); in rd_pick_intra4x4block()
|
/external/llvm/test/Transforms/CodeGenPrepare/AArch64/ |
D | free-zext.ll | 30 define i32 @test_free_zext2(i32* %ptr, i16* %dst16, i32* %dst32, i32 %c) { 42 store i16 %trunc, i16* %dst16, align 2
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 295 uint16_t *dst16 = CONVERT_TO_SHORTPTR(dst); in vpx_yv12_copy_y_c() local 297 memcpy(dst16, src16, src_ybc->y_width * sizeof(uint16_t)); in vpx_yv12_copy_y_c() 299 dst16 += dst_ybc->y_stride; in vpx_yv12_copy_y_c()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 192 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); in inverse_transform_block_inter() local 194 vp9_highbd_iwht4x4_add(dqcoeff, dst16, stride, eob, xd->bd); in inverse_transform_block_inter() 198 vp9_highbd_idct4x4_add(dqcoeff, dst16, stride, eob, xd->bd); in inverse_transform_block_inter() 201 vp9_highbd_idct8x8_add(dqcoeff, dst16, stride, eob, xd->bd); in inverse_transform_block_inter() 204 vp9_highbd_idct16x16_add(dqcoeff, dst16, stride, eob, xd->bd); in inverse_transform_block_inter() 207 vp9_highbd_idct32x32_add(dqcoeff, dst16, stride, eob, xd->bd); in inverse_transform_block_inter() 260 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); in inverse_transform_block_intra() local 262 vp9_highbd_iwht4x4_add(dqcoeff, dst16, stride, eob, xd->bd); in inverse_transform_block_intra() 266 vp9_highbd_iht4x4_add(tx_type, dqcoeff, dst16, stride, eob, xd->bd); in inverse_transform_block_intra() 269 vp9_highbd_iht8x8_add(tx_type, dqcoeff, dst16, stride, eob, xd->bd); in inverse_transform_block_intra() [all …]
|
/external/skia/src/codec/ |
D | SkSwizzler.cpp | 37 uint16_t* dst16 = (uint16_t*) dst; in sample2() local 39 dst16[x] = *((const uint16_t*) src); in sample2() 588 uint16_t* dst16 = (uint16_t*) dst; in swizzle_rgb16_to_565() local 590 dst16[x] = strip16to565(src); in swizzle_rgb16_to_565()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | intrapred_ssse3.asm | 85 cglobal d45_predictor_32x32, 3, 6, 7, dst, stride, above, dst16, line, goffset 90 DEFINE_ARGS dst, stride, stride3, dst16, line
|
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 1153 GLushort *dst16 = (GLushort *) dstRow; in _mesa_texstore_z16() local 1155 GL_UNSIGNED_SHORT, dst16, depthScale, in _mesa_texstore_z16()
|
/external/valgrind/VEX/priv/ |
D | guest_s390_toIR.c | 7240 IRTemp dst16 = newTemp(Ity_F32); in s390_irgen_PFPO() local 7407 assign(dst16, binop(Iop_D128toF32, irrm, mkexpr(src16))); in s390_irgen_PFPO() 7408 put_fpr_w0(0, mkexpr(dst16)); /* put the result in FPR 0,2 */ in s390_irgen_PFPO()
|