Searched refs:sub_block_column4x4 (Results 1 – 1 of 1) sorted by relevance
1615 const int sub_block_column4x4 = column & mask; in TransformBlock() local1632 (sub_block_column4x4 >> subsampling_x) + step_x + 1; in TransformBlock()1634 const int bl_column4x4 = (sub_block_column4x4 >> subsampling_x); in TransformBlock()1695 [(sub_block_column4x4 >> subsampling_x) + 1]; in TransformBlock()2030 const int sub_block_column4x4 = block.column4x4 & mask; in ComputePrediction() local2053 (sub_block_column4x4 >> subsampling_x) + block_width4x4 + 1; in ComputePrediction()2056 const int bl_column4x4 = (sub_block_column4x4 >> subsampling_x) + 1; in ComputePrediction()