Searched refs:ProcessSuperBlock (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 612 if (!ProcessSuperBlock(row4x4, column4x4, scratch_buffer, in ProcessSuperBlockRow() 776 if (!ProcessSuperBlock(row4x4, column4x4, scratch_buffer.get(), in ThreadedParseAndDecode() 862 ok = ProcessSuperBlock(row4x4, column4x4, scratch_buffer.get(), in DecodeSuperBlock() 2434 bool Tile::ProcessSuperBlock(int row4x4, int column4x4, in ProcessSuperBlock() function in libgav1::Tile
|
/external/libgav1/libgav1/src/ |
D | tile.h | 312 bool ProcessSuperBlock(int row4x4, int column4x4,
|