Searched refs:kBorderPixels (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/ |
D | decoder_impl.cc | 68 return Align(kBorderPixels + extra_border, 2); // Must be a multiple of 2. in GetBottomBorderPixels() 873 kBorderPixels, kBorderPixels, kBorderPixels, max_bottom_border)) { in ParseAndSchedule() 1068 kBorderPixels, kBorderPixels, kBorderPixels, max_bottom_border)) { in DecodeTemporalUnit() 1229 /*left_border=*/kBorderPixels, in DecodeTiles() 1230 /*right_border=*/kBorderPixels, in DecodeTiles() 1231 /*top_border=*/kBorderPixels, bottom_border)) { in DecodeTiles() 1338 /*subsampling_y=*/0, kBorderPixels, kBorderPixels, kBorderPixels, in DecodeTiles() 1339 kBorderPixels, nullptr, nullptr, nullptr)) { in DecodeTiles() 1357 /*subsampling_y=*/0, kBorderPixels, kBorderPixels, kBorderPixels, in DecodeTiles() 1358 kBorderPixels, nullptr, nullptr, nullptr)) { in DecodeTiles()
|
/external/libgav1/libgav1/src/utils/ |
D | constants.h | 81 kBorderPixels = 64, enumerator
|