Home
last modified time | relevance | path

Searched refs:block_parameters_cache_ (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/src/utils/
Dblock_parameters_holder.h52 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
Dblock_parameters_holder.cc30 return block_parameters_cache_.Reset(rows4x4_, columns4x4_) && in Reset()
54 auto* bp_dst = &block_parameters_cache_[row4x4][column4x4]; in FillCache()