Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dtile.cc1627 const int sb_column_index = SuperBlockColumnIndex(block.column4x4); in TransformBlock() local
1630 *residual_buffer_threaded_[sb_row_index][sb_column_index] in TransformBlock()
1655 residual_buffer_threaded_[sb_row_index][sb_column_index] in TransformBlock()
2140 const int sb_column_index = SuperBlockColumnIndex(column4x4); in ProcessBlock() local
2141 residual_buffer_threaded_[sb_row_index][sb_column_index] in ProcessBlock()
2463 const int sb_column_index = SuperBlockColumnIndex(column4x4); in ProcessSuperBlock() local
2465 residual_buffer_threaded_[sb_row_index][sb_column_index] = in ProcessSuperBlock()
2467 if (residual_buffer_threaded_[sb_row_index][sb_column_index] == nullptr) { in ProcessSuperBlock()
2472 residual_buffer_threaded_[sb_row_index][sb_column_index]->buffer(); in ProcessSuperBlock()
2480 if (!DecodeSuperBlock(sb_row_index, sb_column_index, scratch_buffer)) { in ProcessSuperBlock()
[all …]
/external/libgav1/libgav1/src/
Dtile.h303 bool DecodeSuperBlock(int sb_row_index, int sb_column_index,