Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dcfl.c330 const int tx_off_log2 = MI_SIZE_LOG2; in cfl_store() local
333 const int store_row = row << (tx_off_log2 - sub_y); in cfl_store()
334 const int store_col = col << (tx_off_log2 - sub_x); in cfl_store()