Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dtile.cc882 const int candidate_column_index = candidate_column_indices[i]; in DecodeSuperBlock() local
883 if (!CanDecode(candidate_row_index, candidate_column_index)) { in DecodeSuperBlock()
887 threading_.sb_state[candidate_row_index][candidate_column_index] = in DecodeSuperBlock()
890 thread_pool_->Schedule([this, candidate_row_index, candidate_column_index, in DecodeSuperBlock()
892 DecodeSuperBlock(candidate_row_index, candidate_column_index, in DecodeSuperBlock()