Searched refs:IntraPrediction (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 225 void Tile::IntraPrediction(const Block& block, Plane plane, int x, int y, in IntraPrediction() function in libgav1::Tile 374 template void Tile::IntraPrediction<uint8_t>(const Block& block, Plane plane, 381 template void Tile::IntraPrediction<uint16_t>(const Block& block, Plane plane,
|
D | tile.cc | 1608 IntraPrediction, block, plane, start_x, start_y, has_left, has_top, in TransformBlock() 2038 IntraPrediction, block, static_cast<Plane>(plane), base_x, base_y, in ComputePrediction()
|
/external/libgav1/libgav1/src/ |
D | tile.h | 540 void IntraPrediction(const Block& block, Plane plane, int x, int y,
|