Searched refs:row4x4_start_ (Results 1 – 2 of 2) sorted by relevance
127 return row4x4 >= row4x4_start_ && row4x4 < row4x4_end_; in IsRow4x4Inside()147 return row4x4 > row4x4_start_; in IsTopInside()155 return row4x4 > row4x4_start_ && column4x4 > column4x4_start_; in IsTopLeftInside()159 assert(row4x4 >= row4x4_start_); in IsBottomRightInside()184 int row4x4_start() const { return row4x4_start_; } in row4x4_start()558 return (row4x4 - row4x4_start_) >> in SuperBlockRowIndex()583 int row4x4_start_; variable
479 row4x4_start_ = frame_header.tile_info.tile_row_start[row_];486 (row4x4_end_ - row4x4_start_ + block_width4x4 - 1) >> block_width4x4_log2;598 row4x4_start_, row4x4_end_, column4x4_start_, in Init()608 if (row4x4 < row4x4_start_ || row4x4 >= row4x4_end_) return true; in ProcessSuperBlockRow()662 for (int row4x4 = row4x4_start_; row4x4 < row4x4_end_; in ParseAndDecode()683 for (int row4x4 = row4x4_start_; row4x4 < row4x4_end_; in Parse()707 for (int row4x4 = row4x4_start_, index = row4x4_start_ >> block_width4x4_log2; in Decode()723 if (row4x4 != row4x4_start_) { in Decode()775 for (int row4x4 = row4x4_start_, row_index = 0; row4x4 < row4x4_end_; in ThreadedParseAndDecode()860 const int row4x4 = row4x4_start_ + (row_index * block_width4x4); in DecodeSuperBlock()[all …]