Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dtile.h128 return row4x4 >= row4x4_start_ && row4x4 < row4x4_end_; in IsRow4x4Inside()
148 return row4x4 > row4x4_start_; in IsTopInside()
156 return row4x4 > row4x4_start_ && column4x4 > column4x4_start_; in IsTopLeftInside()
160 assert(row4x4 >= row4x4_start_); in IsBottomRightInside()
185 int row4x4_start() const { return row4x4_start_; } in row4x4_start()
569 return (row4x4 - row4x4_start_) >> in SuperBlockRowIndex()
594 int row4x4_start_; variable
/external/libgav1/libgav1/src/tile/
Dtile.cc478 row4x4_start_ = frame_header.tile_info.tile_row_start[row_];
485 (row4x4_end_ - row4x4_start_ + block_width4x4 - 1) >> block_width4x4_log2;
597 row4x4_start_, row4x4_end_, column4x4_start_, in Init()
607 if (row4x4 < row4x4_start_ || row4x4 >= row4x4_end_) return true; in ProcessSuperBlockRow()
658 for (int row4x4 = row4x4_start_; row4x4 < row4x4_end_; in ParseAndDecode()
679 for (int row4x4 = row4x4_start_; row4x4 < row4x4_end_; in Parse()
703 for (int row4x4 = row4x4_start_, index = row4x4_start_ >> block_width4x4_log2; in Decode()
719 if (row4x4 != row4x4_start_) { in Decode()
771 for (int row4x4 = row4x4_start_, row_index = 0; row4x4 < row4x4_end_; in ThreadedParseAndDecode()
856 const int row4x4 = row4x4_start_ + (row_index * block_width4x4); in DecodeSuperBlock()
[all …]