Searched refs:PalettePrediction (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 508 void Tile::PalettePrediction(const Block& block, const Plane plane, in PalettePrediction() function in libgav1::Tile 531 template void Tile::PalettePrediction<uint8_t>( 535 template void Tile::PalettePrediction<uint16_t>(
|
D | tile.cc | 1591 CALL_BITDEPTH_FUNCTION(PalettePrediction, block, plane, start_x, start_y, in TransformBlock()
|
/external/libgav1/libgav1/src/ |
D | tile.h | 555 void PalettePrediction(const Block& block, Plane plane, int start_x,
|