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.cc54 auto* bp_dst = &block_parameters_cache_[row4x4][column4x4]; in FillCache() local
58 SetBlock<BlockParameters*>(rows, 1, bp, bp_dst, columns4x4_); in FillCache()
60 SetBlock<BlockParameters*>(rows, 2, bp, bp_dst, columns4x4_); in FillCache()
62 SetBlock<BlockParameters*>(rows, 4, bp, bp_dst, columns4x4_); in FillCache()
64 SetBlock<BlockParameters*>(rows, 8, bp, bp_dst, columns4x4_); in FillCache()
66 SetBlock<BlockParameters*>(rows, 16, bp, bp_dst, columns4x4_); in FillCache()
68 SetBlock<BlockParameters*>(rows, 32, bp, bp_dst, columns4x4_); in FillCache()
74 auto* d = bp_dst; in FillCache()
78 bp_dst += columns4x4_; in FillCache()