Searched refs:GetPixelPositionFromHighScale (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 210 int GetPixelPositionFromHighScale(int start, int step, int offset) { in GetPixelPositionFromHighScale() function 1014 *ref_block_start_x = GetPixelPositionFromHighScale(start_x, 0, 0); in GetReferenceBlockPosition() 1015 *ref_block_start_y = GetPixelPositionFromHighScale(start_y, 0, 0); in GetReferenceBlockPosition() 1021 *ref_block_end_x = GetPixelPositionFromHighScale(start_x, step_x, width - 1) + in GetReferenceBlockPosition() 1024 GetPixelPositionFromHighScale(start_y, step_y, height - 1) + in GetReferenceBlockPosition()
|