HomeSort by relevance Sort by last modified time
    Searched refs:dst16 (Results 1 - 16 of 16) sorted by null

  /external/libvpx/libvpx/test/
dct32x32_test.cc 114 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]);
128 dst16[j] = rnd.Rand16() & mask_;
129 test_input_block[j] = src16[j] - dst16[j];
140 inv_txfm_(test_temp_block, CAST_TO_BYTEPTR(dst16), 32));
147 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
248 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]);
264 dst16[j] = rnd.Rand16() & mask_;
265 in[j] = src16[j] - dst16[j];
278 ASM_REGISTER_STATE_CHECK(inv_txfm_(coeff, CAST_TO_BYTEPTR(dst16), 32));
284 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]
    [all...]
fdct8x8_test.cc 222 DECLARE_ALIGNED(16, uint16_t, dst16[64]);
236 dst16[j] = rnd.Rand16() & mask_;
237 test_input_block[j] = src16[j] - dst16[j];
260 RunInvTxfm(test_temp_block, CAST_TO_BYTEPTR(dst16), pitch_));
267 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
298 DECLARE_ALIGNED(16, uint16_t, dst16[64]);
321 dst16[j] = 0;
324 dst16[j] = mask_;
327 dst16[j] = rnd.Rand8() % 2 ? mask_ : 0;
329 test_input_block[j] = src16[j] - dst16[j]
    [all...]
dct16x16_test.cc 330 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]);
343 dst16[j] = rnd.Rand16() & mask_;
344 test_input_block[j] = src16[j] - dst16[j];
356 RunInvTxfm(test_temp_block, CAST_TO_BYTEPTR(dst16), pitch_));
363 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
442 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]);
464 memset(dst16, 0, kNumCoeffs * sizeof(uint16_t));
481 RunInvTxfm(output_ref_block, CAST_TO_BYTEPTR(dst16), pitch_));
488 for (int j = 0; j < kNumCoeffs; ++j) EXPECT_EQ(ref16[j], dst16[j]);
502 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs])
    [all...]
dct_test.cc 147 Buffer<uint16_t> dst16 = Buffer<uint16_t>(size_, size_, 0, 16); local
148 ASSERT_TRUE(dst16.Init());
170 dst16.Set(&rnd, 0, max_pixel_value_);
175 dst16.TopLeftPixel()[h * dst16.stride() + w];
188 RunInvTxfm(test_temp_block, CAST_TO_BYTEPTR(dst16.TopLeftPixel())));
197 diff = dst16.TopLeftPixel()[h * dst16.stride() + w] -
311 Buffer<uint16_t> dst16 = Buffer<uint16_t>(size_, size_, 0, 16); local
312 ASSERT_TRUE(dst16.Init())
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 69 int16_t *dst16 = (int16_t *)xy; local
88 vst1q_s16(dst16, fx8);
93 dst16 += 8;
97 xy = (uint32_t *) dst16;
  /external/skqp/src/opts/
SkBitmapProcState_matrix_neon.h 69 int16_t *dst16 = (int16_t *)xy; local
88 vst1q_s16(dst16, fx8);
93 dst16 += 8;
97 xy = (uint32_t *) dst16;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 320 uint16_t *dst16 = CONVERT_TO_SHORTPTR(dst); local
322 memcpy(dst16, src16, src_ybc->y_width * sizeof(uint16_t));
324 dst16 += dst_ybc->y_stride;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 622 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); local
625 vp9_highbd_idct32x32_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block],
629 vp9_highbd_idct16x16_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block],
633 vp9_highbd_idct8x8_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block],
640 x->highbd_inv_txfm_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block],
789 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); local
805 vp9_highbd_idct32x32_add(dqcoeff, dst16, dst_stride, *eob, xd->bd);
    [all...]
vp9_rdopt.c 1008 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 192 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); local
194 vp9_highbd_iwht4x4_add(dqcoeff, dst16, stride, eob, xd->bd);
198 vp9_highbd_idct4x4_add(dqcoeff, dst16, stride, eob, xd->bd);
201 vp9_highbd_idct8x8_add(dqcoeff, dst16, stride, eob, xd->bd);
204 vp9_highbd_idct16x16_add(dqcoeff, dst16, stride, eob, xd->bd);
207 vp9_highbd_idct32x32_add(dqcoeff, dst16, stride, eob, xd->bd);
260 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); local
262 vp9_highbd_iwht4x4_add(dqcoeff, dst16, stride, eob, xd->bd);
266 vp9_highbd_iht4x4_add(tx_type, dqcoeff, dst16, stride, eob, xd->bd);
269 vp9_highbd_iht8x8_add(tx_type, dqcoeff, dst16, stride, eob, xd->bd)
    [all...]
  /system/media/audio_utils/
echo_reference.c 214 int16_t *dst16 = (int16_t *)er->wr_buf; local
217 *dst16++ = (int16_t)(((int32_t)*src16 + (int32_t)*(src16 + 1)) >> 1);
  /external/skia/src/codec/
SkSwizzler.cpp 37 uint16_t* dst16 = (uint16_t*) dst; local
39 dst16[x] = *((const uint16_t*) src);
556 uint16_t* dst16 = (uint16_t*) dst; local
558 dst16[x] = strip16to565(src);
    [all...]
  /external/skqp/src/codec/
SkSwizzler.cpp 37 uint16_t* dst16 = (uint16_t*) dst; local
39 dst16[x] = *((const uint16_t*) src);
556 uint16_t* dst16 = (uint16_t*) dst; local
558 dst16[x] = strip16to565(src);
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 264 GLushort *dst16 = (GLushort *) dstRow; local
266 GL_UNSIGNED_SHORT, dst16, depthScale,
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
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/valgrind/VEX/priv/
guest_s390_toIR.c 7250 IRTemp dst16 = newTemp(Ity_F32); local
    [all...]

Completed in 389 milliseconds