Searched refs:DecodeSuperBlock (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/ |
D | tile.h | 279 void DecodeSuperBlock(int row_index, int column_index, int block_width4x4); 303 bool DecodeSuperBlock(int sb_row_index, int sb_column_index,
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 793 DecodeSuperBlock(row_index, column_index, block_width4x4); in ThreadedParseAndDecode() 854 void Tile::DecodeSuperBlock(int row_index, int column_index, in DecodeSuperBlock() function in libgav1::Tile 892 DecodeSuperBlock(candidate_row_index, candidate_column_index, in DecodeSuperBlock() 2480 if (!DecodeSuperBlock(sb_row_index, sb_column_index, scratch_buffer)) { in ProcessSuperBlock() 2491 bool Tile::DecodeSuperBlock(int sb_row_index, int sb_column_index, in DecodeSuperBlock() function in libgav1::Tile
|