Searched refs:non_zero_coeff_count_ (Results 1 – 1 of 1) sorted by relevance
49 non_zero_coeff_count_.reset(new (std::nothrow) int16_t[max_size_]); in Init()51 return non_zero_coeff_count_ != nullptr && tx_type_ != nullptr; in Init()57 non_zero_coeff_count_[back_] = non_zero_coeff_count; in Push()64 return non_zero_coeff_count_[front_]; in NonZeroCoeffCount()91 std::unique_ptr<int16_t[]> non_zero_coeff_count_; variable