Searched refs:OD_MAXI (Results 1 – 4 of 4) sorted by relevance
46 #define OD_MAXI AOMMAX macro47 #define OD_CLAMPI(min, val, max) (OD_MAXI(min, OD_MINI(val, max)))
348 cfl->buf_width = OD_MAXI(store_col + store_width, cfl->buf_width); in cfl_store()349 cfl->buf_height = OD_MAXI(store_row + store_height, cfl->buf_height); in cfl_store()
59 fz[j] = OD_MAXI(fz[j], 1); in TEST()
334 c = OD_MAXI((s + 7) >> 3, 0); in od_ec_enc_done()