Home
last modified time | relevance | path

Searched refs:bsize_pix (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtpl_model.c244 static int round_floor(int ref_pos, int bsize_pix) { in round_floor() argument
247 round = -(1 + (-ref_pos - 1) / bsize_pix); in round_floor()
249 round = ref_pos / bsize_pix; in round_floor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c5672 static int round_floor(int ref_pos, int bsize_pix) { argument
5675 round = -(1 + (-ref_pos - 1) / bsize_pix);
5677 round = ref_pos / bsize_pix;