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.c322 const int tx_off_log2 = tx_size_wide_log2[0]; in cfl_store() local
325 const int store_row = row << (tx_off_log2 - sub_y); in cfl_store()
326 const int store_col = col << (tx_off_log2 - sub_x); in cfl_store()