Searched refs:bsize_pix (Results 1 – 2 of 2) sorted by relevance
465 static int round_floor(int ref_pos, int bsize_pix) { in round_floor() argument468 round = -(1 + (-ref_pos - 1) / bsize_pix); in round_floor()470 round = ref_pos / bsize_pix; in round_floor()
6075 static int round_floor(int ref_pos, int bsize_pix) { argument6078 round = -(1 + (-ref_pos - 1) / bsize_pix);6080 round = ref_pos / bsize_pix;