Searched refs:ref_block_end_y (Results 1 – 2 of 2) sorted by relevance
998 int* ref_block_end_x, int* ref_block_end_y) { in GetReferenceBlockPosition() argument1008 *ref_block_end_y = in GetReferenceBlockPosition()1017 *ref_block_end_y = *ref_block_start_y + block_height - 1; in GetReferenceBlockPosition()1023 *ref_block_end_y > (ref_last_y + bottom_border); in GetReferenceBlockPosition()1142 int ref_block_end_y; in BlockInterPrediction() local1150 &ref_block_start_y, &ref_block_end_x, &ref_block_end_y); in BlockInterPrediction()1158 std::min(ref_block_end_y + kSubPixelTaps, ref_last_y), subsampling_y); in BlockInterPrediction()
480 int* ref_block_end_y);