Searched refs:ref16 (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
H A Ddct16x16_test.cc459 DECLARE_ALIGNED(16, uint16_t, ref16[kNumCoeffs]);
481 memset(ref16, 0, kNumCoeffs * sizeof(uint16_t));
493 inv_txfm_ref(output_ref_block, CONVERT_TO_BYTEPTR(ref16), pitch_,
505 EXPECT_EQ(ref16[j], dst16[j]);
579 DECLARE_ALIGNED(16, uint16_t, ref16[kNumCoeffs]);
596 ref16[j] = 0;
605 ref_txfm(coeff, CONVERT_TO_BYTEPTR(ref16), pitch_);
614 bit_depth_ == VPX_BITS_8 ? dst[j] - ref[j] : dst16[j] - ref16[j];
H A Dconvolve_test.cc690 uint16_t ref16[kOutputStride * kMaxDimension]; local
695 ref = CONVERT_TO_BYTEPTR(ref16);
752 uint16_t ref16[kOutputStride * kMaxDimension]; local
757 ref = CONVERT_TO_BYTEPTR(ref16);
834 uint16_t ref16[kOutputStride * kMaxDimension]; local
839 ref = CONVERT_TO_BYTEPTR(ref16);
H A Dfdct8x8_test.cc477 DECLARE_ALIGNED(16, uint16_t, ref16[kNumCoeffs]);
495 ref16[j] = 0;
504 ref_txfm(coeff, CONVERT_TO_BYTEPTR(ref16), pitch_);
513 bit_depth_ == VPX_BITS_8 ? dst[j] - ref[j] : dst16[j] - ref16[j];
H A Dvariance_test.cc146 uint16_t *ref16 = CONVERT_TO_SHORTPTR(ref); local
148 const int a1 = ref16[(w + 1) * (y + 0) + x + 0];
149 const int a2 = ref16[(w + 1) * (y + 0) + x + 1];
150 const int b1 = ref16[(w + 1) * (y + 1) + x + 0];
151 const int b2 = ref16[(w + 1) * (y + 1) + x + 1];
517 uint16_t *ref16 = CONVERT_TO_SHORTPTR(ref); local
520 const int a1 = ref16[(w + 1) * (y + 0) + x + 0];
521 const int a2 = ref16[(w + 1) * (y + 0) + x + 1];
522 const int b1 = ref16[(w + 1) * (y + 1) + x + 0];
523 const int b2 = ref16[(
[all...]

Completed in 97 milliseconds