Searched refs:height4x4 (Results 1 – 7 of 7) sorted by relevance
/external/libgav1/libgav1/src/ |
D | motion_vector.cc | 241 const int height4x4 = block.height4x4; in ScanColumn() local 242 const int min_step = GetMinimumStep(height4x4, delta_column); in ScanColumn() 246 bps + stride * std::min({static_cast<int>(height4x4), in ScanColumn() 251 std::min(height4x4, static_cast<int>(kNum4x4BlocksHigh[mv_bp.size])), in ScanColumn() 406 const int step_h = (block.height4x4 >= 16) ? 4 : 2; in TemporalScan() 410 row_start + std::min(static_cast<int>(block.height4x4), 16); in TemporalScan() 450 {block.height4x4, -2}, in TemporalScan() 451 {block.height4x4, block.width4x4}, in TemporalScan() 452 {block.height4x4 - 2, block.width4x4}}; in TemporalScan() 456 temporal_sample_offsets[0] = stride * ((row_start + block.height4x4) >> 1) + in TemporalScan() [all …]
|
D | tile.h | 761 height4x4(height >> 2), in Block() 774 (tile.sequence_header_.color_config.subsampling_y & height4x4) == 1) { in Block() 795 (tile.sequence_header_.color_config.subsampling_y & height4x4)); in Block() 872 static_cast<int>(height4x4)); in HasOverlappableCandidates() 895 const int height4x4; member
|
/external/libgav1/libgav1/src/tile/bitstream/ |
D | transform_size.cc | 205 for (int row = block.row4x4; row < block.row4x4 + block.height4x4; in DecodeTransformSize() 214 for (int row = block.row4x4; row < block.row4x4 + block.height4x4; ++row) { in DecodeTransformSize()
|
D | mode_info.cc | 311 for (int i = row4x4; i < row4x4 + block.height4x4; i += cdef_size4x4) { in ReadCdef() 599 static_cast<int>(block.height4x4)); in ComputePredictedSegmentId() 836 std::min(block.width4x4, block.height4x4) >= 2 && in ReadReferenceFrames()
|
/external/libgav1/libgav1/src/post_filter/ |
D | cdef.cc | 637 const int height4x4 = block_height4x4 - (is_last_row ? 0 : 2); in ApplyCdefForOneSuperBlockRow() local 638 if (height4x4 > 0) { in ApplyCdefForOneSuperBlockRow() 640 height4x4); in ApplyCdefForOneSuperBlockRow()
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 368 const int row_border = kMvBorder4x4 + block.height4x4; in GetClampParameters() 372 block.tile.frame_header().rows4x4 - block.height4x4 - block.row4x4; in GetClampParameters() 1989 std::min((block.row4x4 + block.height4x4) >> subsampling_y, in ResetEntropyContext() 2193 static_cast<int>(block.height4x4)); in ProcessBlock() 2549 std::min(block.row4x4 + block.height4x4, frame_header_.rows4x4); in StoreMotionFieldMvsIntoCurrentFrame()
|
D | prediction.cc | 887 std::min(block.row4x4 + block.height4x4, frame_header_.rows4x4); in ObmcPrediction()
|