Home
last modified time | relevance | path

Searched refs:columns4x4 (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
25 columns4x4_ = columns4x4; in Allocate()
Dblock_parameters_holder.h40 LIBGAV1_MUST_USE_RESULT bool Reset(int rows4x4, int columns4x4);
63 int columns4x4() const { return columns4x4_; } in columns4x4() function
Dblock_parameters_holder.cc26 bool BlockParametersHolder::Reset(int rows4x4, int columns4x4) { in Reset() argument
28 columns4x4_ = columns4x4; in Reset()
Dsegmentation_map.h41 LIBGAV1_MUST_USE_RESULT bool Allocate(int32_t rows4x4, int32_t columns4x4);
Dtypes.h447 int32_t columns4x4; member
/external/libgav1/libgav1/src/post_filter/
Ddeblock.cc384 const int bp_stride = block_parameters_.columns4x4(); in VerticalDeblockFilter()
427 const int bp_stride = block_parameters_.columns4x4() << subsampling_y; in VerticalDeblockFilter()
469 for (column4x4 = 0; column4x4 < frame_header_.columns4x4; in ApplyDeblockFilterForOneSuperBlockRow()
490 for (int column4x4 = 0; column4x4 < frame_header_.columns4x4; in DeblockFilterWorker()
508 column4x4_end = std::min(column4x4_end, frame_header_.columns4x4); in ApplyDeblockFilter()
Dcdef.cc98 MultiplyBy4(frame_header_.columns4x4), subsampling_x_[plane]); in SetupCdefBorder()
362 bp_row0_base + block_parameters_.columns4x4(); in ApplyCdefForOneUnit()
363 const int bp_stride = MultiplyBy2(block_parameters_.columns4x4()); in ApplyCdefForOneUnit()
594 for (int column4x4 = 0; column4x4 < frame_header_.columns4x4; in ApplyCdefForOneSuperBlockRowHelper()
598 std::min(kStep64x64, frame_header_.columns4x4 - column4x4); in ApplyCdefForOneSuperBlockRowHelper()
Dsuper_res.cc27 MultiplyBy4(frame_header_.columns4x4) >> subsampling_x_[plane]; in ApplySuperRes()
188 MultiplyBy4(frame_header_.columns4x4) >> subsampling_x_[plane]; in ApplySuperResThreaded()
Dpost_filter.cc314 const int num_pixels = SubsampledValue(MultiplyBy4(frame_header_.columns4x4), in CopyDeblockedPixels()
/external/libgav1/libgav1/src/
Ddecoder_impl.cc287 frame_header.columns4x4, block_width4x4); in ApplyDeblockingFilterForTileBoundaries()
1238 DivideBy16(frame_header.columns4x4 + kMaxBlockWidth4x4), in DecodeTiles()
1246 frame_header.columns4x4 + kMaxBlockWidth4x4, in DecodeTiles()
1253 DivideBy2(frame_header.rows4x4), DivideBy2(frame_header.columns4x4), in DecodeTiles()
1256 DivideBy2(frame_header.rows4x4), DivideBy2(frame_header.columns4x4), in DecodeTiles()
1284 frame_header.columns4x4 + kMaxBlockWidth4x4)) { in DecodeTiles()
1336 MultiplyBy4(frame_header.columns4x4), num_units, in DecodeTiles()
1398 MultiplyBy4(frame_header.columns4x4), num_threads, in DecodeTiles()
1436 prev_frame->columns4x4() == frame_header.columns4x4 && in DecodeTiles()
1463 ((MultiplyBy4(frame_header.columns4x4) >> subsampling) * in DecodeTiles()
Dmotion_vector.cc222 tile.frame_header().columns4x4 - block.column4x4, 16}); in ScanRow()
582 tile.frame_header().columns4x4 - block.column4x4, in ExtraSearch()
778 source_frame->columns4x4() != frame_header.columns4x4 || in MotionFieldProjection()
886 tile.frame_header().columns4x4 - block.column4x4); in FindWarpSamples()
940 DivideBy2(std::min(column4x4_end, frame_header.columns4x4)); in SetupMotionField()
Dbuffer_pool.cc71 columns4x4_ = frame_header.columns4x4; in SetFrameDimensions()
Dbuffer_pool.h127 int32_t columns4x4() const { return columns4x4_; } in columns4x4() function
Dobu_parser.cc592 frame_header_.columns4x4 = ((frame_header_.width + 7) >> 3) << 1; in ParseSuperResParametersAndComputeImageSize()
1609 ? ((frame_header_.columns4x4 + 31) >> 5) in ParseTileInfoSyntax()
1610 : ((frame_header_.columns4x4 + 15) >> 4); in ParseTileInfoSyntax()
1653 tile_info->tile_column_start[i] = frame_header_.columns4x4; in ParseTileInfoSyntax()
1703 tile_info->tile_column_start[i] = frame_header_.columns4x4; in ParseTileInfoSyntax()
Dpost_filter.h289 MultiplyBy4(frame_header_.columns4x4); in DoBorderExtensionInLoop()
Dtile.h170 return block_parameters_holder_.columns4x4(); in BlockParametersStride()
859 const int columns = std::min(tile.frame_header_.columns4x4 - column4x4, in HasOverlappableCandidates()
/external/libgav1/libgav1/src/tile/
Dtile.cc375 block.tile.frame_header().columns4x4 - block.width4x4 - block.column4x4; in GetClampParameters()
552 std::min(frame_header_.columns4x4, DivideBy4(plane_width + 3)
562 : frame_header_.columns4x4; in Init()
949 const int max_x4x4 = frame_header_.columns4x4 >> subsampling_x_[plane]; in GetTransformAllZeroContext()
1259 const int max_x4x4 = frame_header_.columns4x4 >> subsampling_x_[plane]; in GetDcSignContext()
1280 const int max_x4x4 = frame_header_.columns4x4 >> subsampling_x_[plane]; in SetEntropyContexts()
1577 const int max_x = MultiplyBy4(frame_header_.columns4x4) >> subsampling_x; in TransformBlock()
1687 if (row >= frame_header_.rows4x4 || column >= frame_header_.columns4x4) { in TransformTree()
1981 frame_header_.columns4x4); in ResetEntropyContext()
2132 column4x4 >= frame_header_.columns4x4) { in ProcessBlock()
[all …]
Dprediction.cc233 const int max_x = (MultiplyBy4(frame_header_.columns4x4) >> x_shift) - 1; in IntraPrediction()
854 std::min(block.column4x4 + block.width4x4, frame_header_.columns4x4); in ObmcPrediction()
1136 ? MultiplyBy4(frame_header_.columns4x4) in BlockInterPrediction()
/external/libgav1/libgav1/src/tile/bitstream/
Dtransform_size.cc176 node.x + j >= frame_header_.columns4x4) { in ReadVariableTransformTree()
Dpalette.cc260 block_width, MultiplyBy4(frame_header_.columns4x4 - block.column4x4)); in ReadPaletteTokens()
Dmode_info.cc596 const int x_limit = std::min(frame_header_.columns4x4 - block.column4x4, in ComputePredictedSegmentId()