Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dtile.h134 column4x4 < column4x4_end_; in IsInside()
140 assert(column4x4 <= column4x4_end_); in IsLeftInside()
155 assert(column4x4 <= column4x4_end_); in IsTopLeftInside()
162 return row4x4 < row4x4_end_ && column4x4 < column4x4_end_; in IsBottomRightInside()
187 int column4x4_end() const { return column4x4_end_; } in column4x4_end()
597 int column4x4_end_; variable
/external/libgav1/libgav1/src/tile/
Dtile.cc481 column4x4_end_ = frame_header.tile_info.tile_column_start[column_ + 1];
487 (column4x4_end_ - column4x4_start_ + block_width4x4 - 1) >>
598 column4x4_end_, &motion_field_); in Init()
610 for (int column4x4 = column4x4_start_; column4x4 < column4x4_end_; in ProcessSuperBlockRow()
714 column4x4_start_ + kNum4x4InLoopFilterUnit, column4x4_end_, in Decode()
730 column4x4_end_ - kNum4x4InLoopFilterUnit, block_width4x4); in Decode()
774 column4x4 < column4x4_end_; in ThreadedParseAndDecode()
924 (MultiplyBy4(column4x4_end_ - column4x4_start_) >> in PopulateIntraPredictionBuffer()
1850 src_right_edge > MultiplyBy4(column4x4_end_)) { in IsMvValid()
1861 ((column4x4_end_ - column4x4_start_ - 1) >> 4) + 1; in IsMvValid()
[all …]