Searched refs:block_parameters_cache_ (Results 1 – 2 of 2) sorted by relevance
52 return block_parameters_cache_[row4x4][column4x4]; in Find()56 return block_parameters_cache_.data() + row4x4 * columns4x4_ + column4x4; in Address()60 return block_parameters_cache_.data() + row4x4 * columns4x4_ + column4x4; in Address()87 Array2D<BlockParameters*> block_parameters_cache_; variable
30 return block_parameters_cache_.Reset(rows4x4_, columns4x4_) && in Reset()54 auto* bp_dst = &block_parameters_cache_[row4x4][column4x4]; in FillCache()