Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dtile.cc1584 const int sub_block_column4x4 = column & mask; in TransformBlock() local
1601 (sub_block_column4x4 >> subsampling_x) + step_x + 1; in TransformBlock()
1603 const int bl_column4x4 = (sub_block_column4x4 >> subsampling_x); in TransformBlock()
1665 [(sub_block_column4x4 >> subsampling_x) + 1]; in TransformBlock()
2005 const int sub_block_column4x4 = block.column4x4 & mask; in ComputePrediction() local
2028 (sub_block_column4x4 >> subsampling_x) + block_width4x4 + 1; in ComputePrediction()
2031 const int bl_column4x4 = (sub_block_column4x4 >> subsampling_x) + 1; in ComputePrediction()