Searched refs:GetLeftTransformHeight (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/tile/bitstream/ |
D | transform_size.cc | 83 int Tile::GetLeftTransformHeight(const Block& block, int row4x4, int column4x4, in GetLeftTransformHeight() function in libgav1::Tile 115 ? GetLeftTransformHeight(block, block.row4x4, block.column4x4, true) in ReadFixedTransformSize() 156 GetLeftTransformHeight(block, node.y, node.x, false) < in ReadVariableTransformTree()
|
/external/libgav1/libgav1/src/ |
D | tile.h | 381 int GetLeftTransformHeight(const Block& block, int row4x4, int column4x4,
|