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.c465 static int round_floor(int ref_pos, int bsize_pix) { in round_floor() argument
468 round = -(1 + (-ref_pos - 1) / bsize_pix); in round_floor()
470 round = ref_pos / bsize_pix; in round_floor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6075 static int round_floor(int ref_pos, int bsize_pix) { argument
6078 round = -(1 + (-ref_pos - 1) / bsize_pix);
6080 round = ref_pos / bsize_pix;