Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
Dblock_parameters_holder.cc78 auto* bp_dst = &block_parameters_cache_[row4x4][column4x4]; in FillCache() local
82 SetBlock<BlockParameters*>(rows, 1, bp, bp_dst, columns4x4_); in FillCache()
84 SetBlock<BlockParameters*>(rows, 2, bp, bp_dst, columns4x4_); in FillCache()
86 SetBlock<BlockParameters*>(rows, 4, bp, bp_dst, columns4x4_); in FillCache()
88 SetBlock<BlockParameters*>(rows, 8, bp, bp_dst, columns4x4_); in FillCache()
90 SetBlock<BlockParameters*>(rows, 16, bp, bp_dst, columns4x4_); in FillCache()
92 SetBlock<BlockParameters*>(rows, 32, bp, bp_dst, columns4x4_); in FillCache()
98 auto* d = bp_dst; in FillCache()
102 bp_dst += columns4x4_; in FillCache()