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.cc1614 const int sub_block_row4x4 = row & mask; in TransformBlock() local
1630 const int tr_row4x4 = (sub_block_row4x4 >> subsampling_y); in TransformBlock()
1633 const int bl_row4x4 = (sub_block_row4x4 >> subsampling_y) + step_y + 1; in TransformBlock()
1694 ->block_decoded[plane][(sub_block_row4x4 >> subsampling_y) + 1] in TransformBlock()
2029 const int sub_block_row4x4 = block.row4x4 & mask; in ComputePrediction() local
2051 const int tr_row4x4 = sub_block_row4x4 >> subsampling_y; in ComputePrediction()
2055 (sub_block_row4x4 >> subsampling_y) + block_height4x4; in ComputePrediction()