Home
last modified time | relevance | path

Searched refs:test_input_block (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc73 int16_t test_input_block[16]; in TEST() local
84 test_input_block[j] = rnd.Rand8() - rnd.Rand8(); in TEST()
87 vp8_short_fdct4x4_c(test_input_block, test_output_block, pitch); in TEST()
113 test_input_block[j] = (rnd.Rand8() >> 4) - (rnd.Rand8() >> 4); in TEST()
116 vp8_short_fdct4x4_c(test_input_block, test_output_block, pitch); in TEST()
144 int16_t test_input_block[16]; in TEST() local
150 test_input_block[j] = rnd.Rand8() - rnd.Rand8(); in TEST()
154 vp8_short_fdct4x4_c(test_input_block, test_temp_block, pitch); in TEST()
158 const int diff = test_input_block[j] - test_output_block[j]; in TEST()
H A Dfdct8x8_test.cc144 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunSignBiasCheck()
158 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
185 test_input_block[j] = in RunSignBiasCheck()
217 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunRoundTripErrorCheck()
232 test_input_block[j] = src[j] - dst[j]; in RunRoundTripErrorCheck()
237 test_input_block[j] = src16[j] - dst16[j]; in RunRoundTripErrorCheck()
243 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunRoundTripErrorCheck()
292 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunExtremalCheck()
316 test_input_block[j] = src[j] - dst[j]; in RunExtremalCheck()
329 test_input_block[j] = src16[j] - dst16[j]; in RunExtremalCheck()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc88 int16_t test_input_block[16]; in TEST_P() local
99 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
102 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
128 test_input_block[j] = (rnd_.Rand8() >> 4) - (rnd_.Rand8() >> 4); in TEST_P()
131 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
158 int16_t test_input_block[16]; in TEST_P() local
164 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
168 fdct_func_(test_input_block, test_temp_block, pitch); in TEST_P()
172 const int diff = test_input_block[j] - test_output_block[j]; in TEST_P()
H A Dfdct8x8_test.cc145 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunSignBiasCheck()
159 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
186 test_input_block[j] = in RunSignBiasCheck()
218 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunRoundTripErrorCheck()
233 test_input_block[j] = src[j] - dst[j]; in RunRoundTripErrorCheck()
238 test_input_block[j] = src16[j] - dst16[j]; in RunRoundTripErrorCheck()
244 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunRoundTripErrorCheck()
293 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunExtremalCheck()
317 test_input_block[j] = src[j] - dst[j]; in RunExtremalCheck()
330 test_input_block[j] = src16[j] - dst16[j]; in RunExtremalCheck()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/test/
H A Dvp8_fdct4x4_test.cc88 int16_t test_input_block[16]; in TEST_P() local
99 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
102 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
128 test_input_block[j] = (rnd_.Rand8() >> 4) - (rnd_.Rand8() >> 4); in TEST_P()
131 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
158 int16_t test_input_block[16]; in TEST_P() local
164 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
168 fdct_func_(test_input_block, test_temp_block, pitch); in TEST_P()
172 const int diff = test_input_block[j] - test_output_block[j]; in TEST_P()
H A Dfdct8x8_test.cc145 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunSignBiasCheck()
159 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
186 test_input_block[j] = in RunSignBiasCheck()
218 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunRoundTripErrorCheck()
233 test_input_block[j] = src[j] - dst[j]; in RunRoundTripErrorCheck()
238 test_input_block[j] = src16[j] - dst16[j]; in RunRoundTripErrorCheck()
244 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunRoundTripErrorCheck()
293 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunExtremalCheck()
317 test_input_block[j] = src[j] - dst[j]; in RunExtremalCheck()
330 test_input_block[j] = src16[j] - dst16[j]; in RunExtremalCheck()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/test/
H A Dvp8_fdct4x4_test.cc88 int16_t test_input_block[16]; in TEST_P() local
99 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
102 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
128 test_input_block[j] = (rnd_.Rand8() >> 4) - (rnd_.Rand8() >> 4); in TEST_P()
131 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
158 int16_t test_input_block[16]; in TEST_P() local
164 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
168 fdct_func_(test_input_block, test_temp_block, pitch); in TEST_P()
172 const int diff = test_input_block[j] - test_output_block[j]; in TEST_P()
H A Dfdct8x8_test.cc145 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunSignBiasCheck()
159 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
186 test_input_block[j] = in RunSignBiasCheck()
218 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunRoundTripErrorCheck()
233 test_input_block[j] = src[j] - dst[j]; in RunRoundTripErrorCheck()
238 test_input_block[j] = src16[j] - dst16[j]; in RunRoundTripErrorCheck()
244 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunRoundTripErrorCheck()
293 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunExtremalCheck()
317 test_input_block[j] = src[j] - dst[j]; in RunExtremalCheck()
330 test_input_block[j] = src16[j] - dst16[j]; in RunExtremalCheck()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/test/
H A Dvp8_fdct4x4_test.cc88 int16_t test_input_block[16]; in TEST_P() local
99 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
102 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
128 test_input_block[j] = (rnd_.Rand8() >> 4) - (rnd_.Rand8() >> 4); in TEST_P()
131 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
158 int16_t test_input_block[16]; in TEST_P() local
164 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
168 fdct_func_(test_input_block, test_temp_block, pitch); in TEST_P()
172 const int diff = test_input_block[j] - test_output_block[j]; in TEST_P()
H A Dfdct8x8_test.cc145 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunSignBiasCheck()
159 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
186 test_input_block[j] = in RunSignBiasCheck()
218 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunRoundTripErrorCheck()
233 test_input_block[j] = src[j] - dst[j]; in RunRoundTripErrorCheck()
238 test_input_block[j] = src16[j] - dst16[j]; in RunRoundTripErrorCheck()
244 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunRoundTripErrorCheck()
293 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunExtremalCheck()
317 test_input_block[j] = src[j] - dst[j]; in RunExtremalCheck()
330 test_input_block[j] = src16[j] - dst16[j]; in RunExtremalCheck()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc88 int16_t test_input_block[16]; in TEST_P() local
99 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
102 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
128 test_input_block[j] = (rnd_.Rand8() >> 4) - (rnd_.Rand8() >> 4); in TEST_P()
131 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
158 int16_t test_input_block[16]; in TEST_P() local
164 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
168 fdct_func_(test_input_block, test_temp_block, pitch); in TEST_P()
172 const int diff = test_input_block[j] - test_output_block[j]; in TEST_P()
H A Dfdct8x8_test.cc145 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunSignBiasCheck()
159 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
186 test_input_block[j] = in RunSignBiasCheck()
218 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunRoundTripErrorCheck()
233 test_input_block[j] = src[j] - dst[j]; in RunRoundTripErrorCheck()
238 test_input_block[j] = src16[j] - dst16[j]; in RunRoundTripErrorCheck()
244 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunRoundTripErrorCheck()
293 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunExtremalCheck()
317 test_input_block[j] = src[j] - dst[j]; in RunExtremalCheck()
330 test_input_block[j] = src16[j] - dst16[j]; in RunExtremalCheck()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/test/
H A Dvp8_fdct4x4_test.cc88 int16_t test_input_block[16]; in TEST_P() local
99 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
102 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
128 test_input_block[j] = (rnd_.Rand8() >> 4) - (rnd_.Rand8() >> 4); in TEST_P()
131 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
158 int16_t test_input_block[16]; in TEST_P() local
164 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
168 fdct_func_(test_input_block, test_temp_block, pitch); in TEST_P()
172 const int diff = test_input_block[j] - test_output_block[j]; in TEST_P()
H A Dfdct8x8_test.cc145 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunSignBiasCheck()
159 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
186 test_input_block[j] = in RunSignBiasCheck()
218 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunRoundTripErrorCheck()
233 test_input_block[j] = src[j] - dst[j]; in RunRoundTripErrorCheck()
238 test_input_block[j] = src16[j] - dst16[j]; in RunRoundTripErrorCheck()
244 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunRoundTripErrorCheck()
293 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunExtremalCheck()
317 test_input_block[j] = src[j] - dst[j]; in RunExtremalCheck()
330 test_input_block[j] = src16[j] - dst16[j]; in RunExtremalCheck()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc88 int16_t test_input_block[16]; in TEST_P() local
99 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
102 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
128 test_input_block[j] = (rnd_.Rand8() >> 4) - (rnd_.Rand8() >> 4); in TEST_P()
131 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
158 int16_t test_input_block[16]; in TEST_P() local
164 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
168 fdct_func_(test_input_block, test_temp_block, pitch); in TEST_P()
172 const int diff = test_input_block[j] - test_output_block[j]; in TEST_P()
H A Dfdct8x8_test.cc145 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunSignBiasCheck()
159 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
186 test_input_block[j] = in RunSignBiasCheck()
218 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunRoundTripErrorCheck()
233 test_input_block[j] = src[j] - dst[j]; in RunRoundTripErrorCheck()
238 test_input_block[j] = src16[j] - dst16[j]; in RunRoundTripErrorCheck()
244 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunRoundTripErrorCheck()
293 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunExtremalCheck()
317 test_input_block[j] = src[j] - dst[j]; in RunExtremalCheck()
330 test_input_block[j] = src16[j] - dst16[j]; in RunExtremalCheck()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc88 int16_t test_input_block[16]; in TEST_P() local
99 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
102 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
128 test_input_block[j] = (rnd_.Rand8() >> 4) - (rnd_.Rand8() >> 4); in TEST_P()
131 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P()
158 int16_t test_input_block[16]; in TEST_P() local
164 test_input_block[j] = rnd_.Rand8() - rnd_.Rand8(); in TEST_P()
168 fdct_func_(test_input_block, test_temp_block, pitch); in TEST_P()
172 const int diff = test_input_block[j] - test_output_block[j]; in TEST_P()
H A Dfdct8x8_test.cc145 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunSignBiasCheck()
159 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
186 test_input_block[j] = in RunSignBiasCheck()
218 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunRoundTripErrorCheck()
233 test_input_block[j] = src[j] - dst[j]; in RunRoundTripErrorCheck()
238 test_input_block[j] = src16[j] - dst16[j]; in RunRoundTripErrorCheck()
244 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunRoundTripErrorCheck()
293 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunExtremalCheck()
317 test_input_block[j] = src[j] - dst[j]; in RunExtremalCheck()
330 test_input_block[j] = src16[j] - dst16[j]; in RunExtremalCheck()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/test/
H A Dfdct8x8_test.cc126 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunSignBiasCheck()
139 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
165 test_input_block[j] = in RunSignBiasCheck()
195 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunRoundTripErrorCheck()
210 test_input_block[j] = src[j] - dst[j]; in RunRoundTripErrorCheck()
215 test_input_block[j] = src16[j] - dst16[j]; in RunRoundTripErrorCheck()
221 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunRoundTripErrorCheck()
270 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunExtremalCheck()
294 test_input_block[j] = src[j] - dst[j]; in RunExtremalCheck()
307 test_input_block[j] = src16[j] - dst16[j]; in RunExtremalCheck()
[all …]
H A Dtransform_test_base.h52 int16_t *test_input_block = reinterpret_cast<int16_t *>( in RunAccuracyCheck() local
73 test_input_block[j] = src[j] - dst[j]; in RunAccuracyCheck()
78 test_input_block[j] = src16[j] - dst16[j]; in RunAccuracyCheck()
84 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunAccuracyCheck()
118 aom_free(test_input_block); in RunAccuracyCheck()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Dtransform_test_base.h53 int16_t *test_input_block = reinterpret_cast<int16_t *>( in RunAccuracyCheck() local
72 test_input_block[j] = src[j] - dst[j]; in RunAccuracyCheck()
76 test_input_block[j] = src16[j] - dst16[j]; in RunAccuracyCheck()
81 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunAccuracyCheck()
108 aom_free(test_input_block); in RunAccuracyCheck()
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Dtransform_test_base.h53 int16_t *test_input_block = reinterpret_cast<int16_t *>( in RunAccuracyCheck() local
72 test_input_block[j] = src[j] - dst[j]; in RunAccuracyCheck()
76 test_input_block[j] = src16[j] - dst16[j]; in RunAccuracyCheck()
81 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunAccuracyCheck()
108 aom_free(test_input_block); in RunAccuracyCheck()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Dtransform_test_base.h53 int16_t *test_input_block = reinterpret_cast<int16_t *>( in RunAccuracyCheck() local
72 test_input_block[j] = src[j] - dst[j]; in RunAccuracyCheck()
76 test_input_block[j] = src16[j] - dst16[j]; in RunAccuracyCheck()
81 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunAccuracyCheck()
108 aom_free(test_input_block); in RunAccuracyCheck()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Dtransform_test_base.h56 int16_t *test_input_block = reinterpret_cast<int16_t *>( in RunAccuracyCheck() local
75 test_input_block[j] = src[j] - dst[j]; in RunAccuracyCheck()
79 test_input_block[j] = src16[j] - dst16[j]; in RunAccuracyCheck()
84 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunAccuracyCheck()
111 aom_free(test_input_block); in RunAccuracyCheck()
/dports/multimedia/aom/aom-3.2.0/test/
H A Dtransform_test_base.h56 int16_t *test_input_block = reinterpret_cast<int16_t *>( in RunAccuracyCheck() local
75 test_input_block[j] = src[j] - dst[j]; in RunAccuracyCheck()
79 test_input_block[j] = src16[j] - dst16[j]; in RunAccuracyCheck()
84 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunAccuracyCheck()
111 aom_free(test_input_block); in RunAccuracyCheck()

123