Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dtile.h133 return IsRow4x4Inside(row4x4) && column4x4 >= column4x4_start_ && in IsInside()
141 return column4x4 > column4x4_start_; in IsLeftInside()
156 return row4x4 > row4x4_start_ && column4x4 > column4x4_start_; in IsTopLeftInside()
161 assert(column4x4 >= column4x4_start_); in IsBottomRightInside()
186 int column4x4_start() const { return column4x4_start_; } in column4x4_start()
576 return (column4x4 - column4x4_start_) >> in SuperBlockColumnIndex()
596 int column4x4_start_; variable
/external/libgav1/libgav1/src/tile/
Dtile.cc480 column4x4_start_ = frame_header.tile_info.tile_column_start[column_];
487 (column4x4_end_ - column4x4_start_ + block_width4x4 - 1) >>
597 row4x4_start_, row4x4_end_, column4x4_start_, in Init()
610 for (int column4x4 = column4x4_start_; column4x4 < column4x4_end_; in ProcessSuperBlockRow()
714 column4x4_start_ + kNum4x4InLoopFilterUnit, column4x4_end_, in Decode()
729 column4x4_start_ + kNum4x4InLoopFilterUnit, in Decode()
773 for (int column4x4 = column4x4_start_, column_index = 0; in ThreadedParseAndDecode()
857 const int column4x4 = column4x4_start_ + (column_index * block_width4x4); in DecodeSuperBlock()
924 (MultiplyBy4(column4x4_end_ - column4x4_start_) >> in PopulateIntraPredictionBuffer()
928 MultiplyBy4(column4x4_start_) >> subsampling_x_[plane]; in PopulateIntraPredictionBuffer()
[all …]