Home
last modified time | relevance | path

Searched refs:intra_y_mode (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc383 void Tile::ReadPredictionModeY(const Block& block, bool intra_y_mode) { in ReadPredictionModeY() argument
385 if (intra_y_mode) { in ReadPredictionModeY()
681 bool Tile::ReadIntraBlockModeInfo(const Block& block, bool intra_y_mode) { in ReadIntraBlockModeInfo() argument
685 ReadPredictionModeY(block, intra_y_mode); in ReadIntraBlockModeInfo()
/external/libgav1/libgav1/src/
Dtile.h333 void ReadPredictionModeY(const Block& block, bool intra_y_mode);
351 bool intra_y_mode); // 5.11.22.