Lines Matching refs:test_input_block
145 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunSignBiasCheck()
155 test_input_block[j] = ((rnd.Rand16() >> (16 - bit_depth_)) & mask_) - in RunSignBiasCheck()
159 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
186 test_input_block[j] = in RunSignBiasCheck()
190 RunFwdTxfm(test_input_block, test_output_block, pitch_)); 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()
336 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); in RunExtremalCheck()
338 fwd_txfm_ref(test_input_block, ref_temp_block, pitch_, tx_type_)); in RunExtremalCheck()