Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dcfl.c327 const int store_height = height >> sub_y; in cfl_store() local
338 cfl->buf_height = store_height; in cfl_store()
341 cfl->buf_height = OD_MAXI(store_row + store_height, cfl->buf_height); in cfl_store()
345 assert(store_row + store_height <= CFL_BUF_LINE); in cfl_store()