Searched refs:coeff_ (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 77 coeff_(Buffer<tran_low_t>(max_size_, max_size_, 0, 16)), in VP9QuantizeBase() 135 Buffer<tran_low_t> coeff_; member in __anonc1120ab10111::VP9QuantizeBase 160 quantize_op_(coeff_.TopLeftPixel(), count_, skip_block_, zbin_ptr_, r_ptr_, in Run() 306 ASSERT_TRUE(coeff_.Init()); in TEST_P() 331 coeff_.Set(&rnd, -max_value_, max_value_); in TEST_P() 335 ref_quantize_op_(coeff_.TopLeftPixel(), count_, skip_block, zbin_ptr_, in TEST_P() 341 coeff_.TopLeftPixel(), count_, skip_block, zbin_ptr_, r_ptr_, q_ptr_, in TEST_P() 361 ASSERT_TRUE(coeff_.Init()); in TEST_P() 386 coeff_.Set(0); in TEST_P() 387 coeff_.TopLeftPixel()[rnd.RandRange(count_) & max_index] = in TEST_P() [all …]
|
D | avg_test.cc | 294 coeff_ = reinterpret_cast<tran_low_t *>( in SetUp() 295 vpx_memalign(16, sizeof(*coeff_) * txfm_size_)); in SetUp() 298 ASSERT_TRUE(coeff_ != NULL); in SetUp() 304 vpx_free(coeff_); in TearDown() 309 for (int i = 0; i < txfm_size_; ++i) coeff_[i] = coeff_val; in FillConstant() 316 for (int i = 0; i < txfm_size_; ++i) coeff_[i] = rnd_.Rand16() >> 1; in FillRandom() 324 total = block_error_func_(coeff_, dqcoeff_, txfm_size_)); in Check() 328 tran_low_t *GetCoeff() const { return coeff_; } in GetCoeff() 335 tran_low_t *coeff_; member in __anon5bbe4b800111::BlockErrorTestFP
|
/external/libaom/libaom/test/ |
D | quantize_func_test.cc | 92 coeff_ = reinterpret_cast<tran_low_t *>( in SetUp() 100 aom_free(coeff_); in TearDown() 101 coeff_ = NULL; in TearDown() 110 tran_low_t *coeff_ptr = coeff_; in QuantizeRun() 183 coeff_[i] = c; in FillCoeff() 192 coeff_[i] = GetRandomCoeff(); in FillCoeffRandom() 199 coeff_[i] = GetRandomCoeff(); in FillCoeffRandomRows() 212 coeff_[0] = GetRandomCoeff(); in FillDcOnly() 220 coeff_[0] = -8191; in FillDcLargeNegative() 238 tran_low_t *coeff_; member in __anon04f3c17c0111::QuantizeTest [all …]
|