/external/libgav1/libgav1/src/utils/ |
D | segmentation_map.cc | 23 bool SegmentationMap::Allocate(int32_t rows4x4, int32_t columns4x4) { in Allocate() argument 24 rows4x4_ = rows4x4; in Allocate()
|
D | block_parameters_holder.cc | 26 bool BlockParametersHolder::Reset(int rows4x4, int columns4x4) { in Reset() argument 27 rows4x4_ = rows4x4; in Reset()
|
D | segmentation_map.h | 41 LIBGAV1_MUST_USE_RESULT bool Allocate(int32_t rows4x4, int32_t columns4x4);
|
D | block_parameters_holder.h | 40 LIBGAV1_MUST_USE_RESULT bool Reset(int rows4x4, int columns4x4);
|
D | types.h | 448 int32_t rows4x4; member
|
/external/libgav1/libgav1/src/ |
D | decoder_impl.cc | 137 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 …]
|
D | motion_vector.cc | 247 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()
|
D | buffer_pool.cc | 70 rows4x4_ = frame_header.rows4x4; in SetFrameDimensions()
|
D | buffer_pool.h | 126 int32_t rows4x4() const { return rows4x4_; } in rows4x4() function
|
D | obu_parser.cc | 593 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()
|
D | tile.h | 871 const int rows = std::min(tile.frame_header_.rows4x4 - row4x4, in HasOverlappableCandidates()
|
/external/libgav1/libgav1/src/post_filter/ |
D | cdef.cc | 100 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()
|
D | post_filter.cc | 539 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()
|
D | deblock.cc | 467 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()
|
D | loop_restoration.cc | 158 const int row4x4_end = frame_header_.rows4x4 + kNum4x4InLoopRestorationUnit; in ApplyLoopRestorationWorker()
|
D | super_res.cc | 106 std::min(sb4x4, frame_header_.rows4x4 - row4x4_start) - in ApplySuperResForOneSuperBlockRow()
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 372 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 …]
|
D | prediction.cc | 234 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/ |
D | transform_size.cc | 175 if (node.y + i >= frame_header_.rows4x4 || in ReadVariableTransformTree()
|
D | palette.cc | 258 block_height, MultiplyBy4(frame_header_.rows4x4 - block.row4x4)); in ReadPaletteTokens()
|
D | mode_info.cc | 598 const int y_limit = std::min(frame_header_.rows4x4 - block.row4x4, in ComputePredictedSegmentId()
|