Home
last modified time | relevance | path

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

/external/libgav1/src/
Dtile.h136 column4x4 < column4x4_end_; in IsInside()
142 assert(column4x4 <= column4x4_end_); in IsLeftInside()
157 assert(column4x4 <= column4x4_end_); in IsTopLeftInside()
164 return row4x4 < row4x4_end_ && column4x4 < column4x4_end_; in IsBottomRightInside()
189 int column4x4_end() const { return column4x4_end_; } in column4x4_end()
626 int column4x4_end_; variable
/external/libgav1/src/tile/
Dtile.cc482 column4x4_end_ = frame_header.tile_info.tile_column_start[column_ + 1];
488 (column4x4_end_ - column4x4_start_ + block_width4x4 - 1) >>
589 column4x4_end_, &motion_field_); in Init()
605 for (int column4x4 = column4x4_start_; column4x4 < column4x4_end_; in ProcessSuperBlockRow()
709 column4x4_start_ + kNum4x4InLoopFilterUnit, column4x4_end_, in Decode()
725 column4x4_end_ - kNum4x4InLoopFilterUnit, block_width4x4); in Decode()
769 column4x4 < column4x4_end_; in ThreadedParseAndDecode()
919 (MultiplyBy4(column4x4_end_ - column4x4_start_) >> in PopulateIntraPredictionBuffer()
1857 src_right_edge > MultiplyBy4(column4x4_end_)) { in IsMvValid()
1868 ((column4x4_end_ - column4x4_start_ - 1) >> 4) + 1; in IsMvValid()
[all …]