Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dcfl.c334 const int store_col = col << (tx_off_log2 - sub_x); in cfl_store() local
348 cfl->buf_width = OD_MAXI(store_col + store_width, cfl->buf_width); in cfl_store()
354 assert(store_col + store_width <= CFL_BUF_LINE); in cfl_store()
358 cfl->recon_buf_q3 + (store_row * CFL_BUF_LINE + store_col); in cfl_store()