Lines Matching refs:row4x4
289 block.row4x4 >> (sequence_header_.use_128x128_superblock ? 5 : 4); in IntraPrediction()
409 const int row = block.row4x4 - 1 - (block.row4x4 & subsampling_y); in GetIntraEdgeFilterType()
414 const int row = block.row4x4 + (~block.row4x4 & subsampling_y); in GetIntraEdgeFilterType()
683 DivideBy4(prediction_height), block.row4x4, block.column4x4, in GetWarpParams()
855 const int candidate_row = block.row4x4 - 1; in ObmcPrediction()
856 const int block_start_y = MultiplyBy4(block.row4x4) >> subsampling_y; in ObmcPrediction()
887 std::min(block.row4x4 + block.height4x4, frame_header_.rows4x4); in ObmcPrediction()
889 int row4x4 = block.row4x4; in ObmcPrediction() local
892 for (int i = 0, step; i < num_limit && row4x4 < row4x4_max; in ObmcPrediction()
893 row4x4 += step) { in ObmcPrediction()
894 const int candidate_row = row4x4 | 1; in ObmcPrediction()
909 MultiplyBy4(row4x4) >> subsampling_y, candidate_row, in ObmcPrediction()