Home
last modified time | relevance | path

Searched refs:FillCache (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/libgav1/src/utils/
Dblock_parameters_holder.h68 void FillCache(int row4x4, int column4x4, BlockSize block_size,
Dblock_parameters_holder.cc71 void BlockParametersHolder::FillCache(int row4x4, int column4x4, in FillCache() function in libgav1::BlockParametersHolder
/external/v8/src/execution/
Disolate.h1708 void FillCache();
/external/libgav1/libgav1/src/tile/
Dtile.cc2162 block_parameters_holder_.FillCache(row4x4, column4x4, block_size, &bp); in ProcessBlock()