Lines Matching refs:MultiplyBy4
233 const int max_x = (MultiplyBy4(frame_header_.columns4x4) >> x_shift) - 1; in IntraPrediction()
234 const int max_y = (MultiplyBy4(frame_header_.rows4x4) >> y_shift) - 1; in IntraPrediction()
515 const int x4 = MultiplyBy4(x); in PalettePrediction()
516 const int y4 = MultiplyBy4(y); in PalettePrediction()
856 const int block_start_y = MultiplyBy4(block.row4x4) >> subsampling_y; in ObmcPrediction()
872 std::min(width, MultiplyBy4(step) >> subsampling_x); in ObmcPrediction()
876 MultiplyBy4(column4x4) >> subsampling_x, block_start_y, in ObmcPrediction()
890 const int block_start_x = MultiplyBy4(block.column4x4) >> subsampling_x; in ObmcPrediction()
905 std::min(height, MultiplyBy4(step) >> subsampling_y); in ObmcPrediction()
909 MultiplyBy4(row4x4) >> subsampling_y, candidate_row, in ObmcPrediction()
1136 ? MultiplyBy4(frame_header_.columns4x4) in BlockInterPrediction()
1140 ? MultiplyBy4(frame_header_.rows4x4) in BlockInterPrediction()