Home
last modified time | relevance | path

Searched refs:IntraPrediction (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/tile/
Dprediction.cc225 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,
Dtile.cc1608 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/
Dtile.h540 void IntraPrediction(const Block& block, Plane plane, int x, int y,