Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/bitstream/
Dpartition.cc120 const int bsize_log2 = k4x4WidthLog2[block_size]; in ReadPartition() local
122 assert(bsize_log2 > 0); in ReadPartition()
123 if (bsize_log2 == 1) { in ReadPartition()
126 } else if (bsize_log2 == 5) { in ReadPartition()