Lines Matching refs:column4x4
410 const int column = block.column4x4 + (~block.column4x4 & subsampling_x); in GetIntraEdgeFilterType()
415 const int column = block.column4x4 - 1 - (block.column4x4 & subsampling_x); in GetIntraEdgeFilterType()
683 DivideBy4(prediction_height), block.row4x4, block.column4x4, in GetWarpParams()
854 std::min(block.column4x4 + block.width4x4, frame_header_.columns4x4); in ObmcPrediction()
857 int column4x4 = block.column4x4; in ObmcPrediction() local
859 for (int i = 0, step; i < num_limit && column4x4 < column4x4_max; in ObmcPrediction()
860 column4x4 += step) { in ObmcPrediction()
861 const int candidate_column = column4x4 | 1; in ObmcPrediction()
876 MultiplyBy4(column4x4) >> subsampling_x, block_start_y, in ObmcPrediction()
888 const int candidate_column = block.column4x4 - 1; in ObmcPrediction()
890 const int block_start_x = MultiplyBy4(block.column4x4) >> subsampling_x; in ObmcPrediction()