Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dtile.cc1583 const int sub_block_row4x4 = row & mask; in TransformBlock() local
1599 const int tr_row4x4 = (sub_block_row4x4 >> subsampling_y); in TransformBlock()
1602 const int bl_row4x4 = (sub_block_row4x4 >> subsampling_y) + step_y + 1; in TransformBlock()
1664 ->block_decoded[plane][(sub_block_row4x4 >> subsampling_y) + 1] in TransformBlock()
2004 const int sub_block_row4x4 = block.row4x4 & mask; in ComputePrediction() local
2026 const int tr_row4x4 = sub_block_row4x4 >> subsampling_y; in ComputePrediction()
2030 (sub_block_row4x4 >> subsampling_y) + block_height4x4; in ComputePrediction()