Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dcfl.c335 const int store_height = height >> sub_y; in cfl_store() local
346 cfl->buf_height = store_height; in cfl_store()
349 cfl->buf_height = OD_MAXI(store_row + store_height, cfl->buf_height); in cfl_store()
353 assert(store_row + store_height <= CFL_BUF_LINE); in cfl_store()