Searched refs:bsize_pix (Results 1 – 2 of 2) sorted by relevance
244 static int round_floor(int ref_pos, int bsize_pix) { in round_floor() argument247 round = -(1 + (-ref_pos - 1) / bsize_pix); in round_floor()249 round = ref_pos / bsize_pix; in round_floor()
5672 static int round_floor(int ref_pos, int bsize_pix) { argument5675 round = -(1 + (-ref_pos - 1) / bsize_pix);5677 round = ref_pos / bsize_pix;