Home
last modified time | relevance | path

Searched refs:rows4x4 (Results 1 – 21 of 21) sorted by relevance

/external/libgav1/libgav1/src/utils/
Dsegmentation_map.cc23 bool SegmentationMap::Allocate(int32_t rows4x4, int32_t columns4x4) { in Allocate() argument
24 rows4x4_ = rows4x4; in Allocate()
Dblock_parameters_holder.cc26 bool BlockParametersHolder::Reset(int rows4x4, int columns4x4) { in Reset() argument
27 rows4x4_ = rows4x4; in Reset()
Dsegmentation_map.h41 LIBGAV1_MUST_USE_RESULT bool Allocate(int32_t rows4x4, int32_t columns4x4);
Dblock_parameters_holder.h40 LIBGAV1_MUST_USE_RESULT bool Reset(int rows4x4, int columns4x4);
Dtypes.h448 int32_t rows4x4; member
/external/libgav1/libgav1/src/
Ddecoder_impl.cc137 for (int row4x4 = 0; row4x4 < frame_header.rows4x4; in DecodeTilesNonFrameParallel()
146 row4x4, block_width4x4, row4x4 + block_width4x4 >= frame_header.rows4x4, in DecodeTilesNonFrameParallel()
244 for (int row4x4 = 0; row4x4 < frame_header.rows4x4; in DecodeTilesFrameParallel()
255 row4x4, block_width4x4, row4x4 + block_width4x4 >= frame_header.rows4x4, in DecodeTilesFrameParallel()
478 (frame_header.rows4x4 + block_width4x4 - 1) >> block_width4x4_log2; in DecodeTilesThreadedFrameParallel()
537 for (int row4x4 = 0, index = 0; row4x4 < frame_header.rows4x4; in DecodeTilesThreadedFrameParallel()
562 row4x4, block_width4x4, row4x4 + block_width4x4 >= frame_header.rows4x4, in DecodeTilesThreadedFrameParallel()
1237 DivideBy16(frame_header.rows4x4 + kMaxBlockHeight4x4), in DecodeTiles()
1245 frame_header.rows4x4 + kMaxBlockHeight4x4, in DecodeTiles()
1253 DivideBy2(frame_header.rows4x4), DivideBy2(frame_header.columns4x4), in DecodeTiles()
[all …]
Dmotion_vector.cc247 tile.frame_header().rows4x4 - block.row4x4, 16}); in ScanColumn()
584 tile.frame_header().rows4x4 - block.row4x4, 16}); in ExtraSearch()
777 if (source_frame->rows4x4() != frame_header.rows4x4 || in MotionFieldProjection()
908 tile.frame_header().rows4x4 - block.row4x4); in FindWarpSamples()
937 const int y8_end = DivideBy2(std::min(row4x4_end, frame_header.rows4x4)); in SetupMotionField()
Dbuffer_pool.cc70 rows4x4_ = frame_header.rows4x4; in SetFrameDimensions()
Dbuffer_pool.h126 int32_t rows4x4() const { return rows4x4_; } in rows4x4() function
Dobu_parser.cc593 frame_header_.rows4x4 = ((frame_header_.height + 7) >> 3) << 1; in ParseSuperResParametersAndComputeImageSize()
1612 ? ((frame_header_.rows4x4 + 31) >> 5) in ParseTileInfoSyntax()
1613 : ((frame_header_.rows4x4 + 15) >> 4); in ParseTileInfoSyntax()
1679 tile_info->tile_row_start[i] = frame_header_.rows4x4; in ParseTileInfoSyntax()
1728 tile_info->tile_row_start[i] = frame_header_.rows4x4; in ParseTileInfoSyntax()
Dtile.h871 const int rows = std::min(tile.frame_header_.rows4x4 - row4x4, in HasOverlappableCandidates()
/external/libgav1/libgav1/src/post_filter/
Dcdef.cc100 const int plane_height = SubsampledValue(MultiplyBy4(frame_header_.rows4x4), in SetupCdefBorder()
620 if (row4x4 >= frame_header_.rows4x4) return; in ApplyCdefForOneSuperBlockRow()
636 std::min(kStep64x64, frame_header_.rows4x4 - row4x4); in ApplyCdefForOneSuperBlockRow()
652 kStep64x64, std::memory_order_relaxed)) < frame_header_.rows4x4) { in ApplyCdefWorker()
654 std::min(kStep64x64, frame_header_.rows4x4 - row4x4); in ApplyCdefWorker()
Dpost_filter.cc539 for (int row4x4 = 0; row4x4 < frame_header_.rows4x4; in ApplyFilteringThreaded()
545 for (int row4x4 = 0; row4x4 < frame_header_.rows4x4; in ApplyFilteringThreaded()
558 } while (row4x4 < frame_header_.rows4x4); in ApplyFilteringThreaded()
Ddeblock.cc467 if (row4x4 >= frame_header_.rows4x4) break; in ApplyDeblockFilterForOneSuperBlockRow()
489 frame_header_.rows4x4) { in DeblockFilterWorker()
513 std::min(sb4x4, frame_header_.rows4x4 - row4x4_start); in ApplyDeblockFilter()
Dloop_restoration.cc158 const int row4x4_end = frame_header_.rows4x4 + kNum4x4InLoopRestorationUnit; in ApplyLoopRestorationWorker()
Dsuper_res.cc106 std::min(sb4x4, frame_header_.rows4x4 - row4x4_start) - in ApplySuperResForOneSuperBlockRow()
/external/libgav1/libgav1/src/tile/
Dtile.cc372 block.tile.frame_header().rows4x4 - block.height4x4 - block.row4x4; in GetClampParameters()
547 std::min(frame_header_.rows4x4, DivideBy4(plane_height + 3)
561 ? frame_header_.rows4x4 in Init()
950 const int max_y4x4 = frame_header_.rows4x4 >> subsampling_y_[plane]; in GetTransformAllZeroContext()
1264 const int max_y4x4 = frame_header_.rows4x4 >> subsampling_y_[plane]; in GetDcSignContext()
1286 const int max_y4x4 = frame_header_.rows4x4 >> subsampling_y_[plane]; in SetEntropyContexts()
1578 const int max_y = MultiplyBy4(frame_header_.rows4x4) >> subsampling_y; in TransformBlock()
1687 if (row >= frame_header_.rows4x4 || column >= frame_header_.columns4x4) { in TransformTree()
1990 frame_header_.rows4x4); in ResetEntropyContext()
2131 if (row4x4 >= frame_header_.rows4x4 || in ProcessBlock()
[all …]
Dprediction.cc234 const int max_y = (MultiplyBy4(frame_header_.rows4x4) >> y_shift) - 1; in IntraPrediction()
887 std::min(block.row4x4 + block.height4x4, frame_header_.rows4x4); in ObmcPrediction()
1140 ? MultiplyBy4(frame_header_.rows4x4) in BlockInterPrediction()
/external/libgav1/libgav1/src/tile/bitstream/
Dtransform_size.cc175 if (node.y + i >= frame_header_.rows4x4 || in ReadVariableTransformTree()
Dpalette.cc258 block_height, MultiplyBy4(frame_header_.rows4x4 - block.row4x4)); in ReadPaletteTokens()
Dmode_info.cc598 const int y_limit = std::min(frame_header_.rows4x4 - block.row4x4, in ComputePredictedSegmentId()