Searched refs:SubsampledValue (Results 1 – 12 of 12) sorted by relevance
/external/libgav1/libgav1/src/post_filter/ |
D | post_filter.cc | 194 SubsampledValue(width_, subsampling_x_[plane]); 196 SubsampledValue(upscaled_width_, subsampling_x_[plane]); 218 SubsampledValue(upscaled_width_, subsampling_x_[plane]), 286 SubsampledValue(upscaled_width_, subsampling_x_[plane]); in ExtendBordersForReferenceFrame() 287 const int plane_height = SubsampledValue(height_, subsampling_y_[plane]); in ExtendBordersForReferenceFrame() 314 const int num_pixels = SubsampledValue(MultiplyBy4(frame_header_.columns4x4), in CopyDeblockedPixels() 319 SubsampledValue(frame_header_.height, subsampling_y_[plane]); in CopyDeblockedPixels() 349 SubsampledValue(upscaled_width_, subsampling_x_[plane]); in CopyBordersForOneSuperBlockRow() 350 const int plane_height = SubsampledValue(height_, subsampling_y_[plane]); in CopyBordersForOneSuperBlockRow() 355 std::min(SubsampledValue(MultiplyBy4(sb4x4) - height_offset, in CopyBordersForOneSuperBlockRow() [all …]
|
D | loop_restoration.cc | 111 const int plane_height = SubsampledValue(height_, subsampling_y_[plane]); in ApplyLoopRestorationForOneSuperBlockRow() 113 SubsampledValue(upscaled_width_, subsampling_x_[plane]); in ApplyLoopRestorationForOneSuperBlockRow()
|
D | cdef.cc | 97 const int num_pixels = SubsampledValue( in SetupCdefBorder() 100 const int plane_height = SubsampledValue(MultiplyBy4(frame_header_.rows4x4), in SetupCdefBorder() 129 const int plane_width = SubsampledValue(width_, subsampling_x); in PrepareCdefBlock() 130 const int plane_height = SubsampledValue(height_, subsampling_y); in PrepareCdefBlock()
|
/external/libgav1/libgav1/src/ |
D | film_grain.cc | 436 SubsampledValue(width_, subsampling_x_); in AllocateNoiseStripes() 449 SubsampledValue(width_, subsampling_x_), in AllocateNoiseStripes() 452 SubsampledValue(width_, subsampling_x_); in AllocateNoiseStripes() 455 SubsampledValue(width_, subsampling_x_), in AllocateNoiseStripes() 716 const int height_uv = SubsampledValue(height_, subsampling_y_); in AddNoise() 717 const int width_uv = SubsampledValue(width_, subsampling_x_); in AddNoise()
|
D | frame_buffer.cc | 77 is_monochrome ? 0 : libgav1::SubsampledValue(width, subsampling_x); in Libgav1ComputeFrameBufferInfo() 79 is_monochrome ? 0 : libgav1::SubsampledValue(height, subsampling_y); in Libgav1ComputeFrameBufferInfo()
|
D | yuv_buffer.cc | 60 is_monochrome ? 0 : SubsampledValue(width, subsampling_x); in Realloc() 62 is_monochrome ? 0 : SubsampledValue(height, subsampling_y); in Realloc()
|
D | loop_restoration_info.cc | 74 (plane == kPlaneY) ? width : SubsampledValue(width, subsampling_x_); in Reset() 76 (plane == kPlaneY) ? height : SubsampledValue(height, subsampling_y_); in Reset()
|
D | decoder_impl.cc | 1378 Align(SubsampledValue(frame_header.upscaled_width, 1), 16) * in DecodeTiles()
|
/external/libgav1/libgav1/src/utils/ |
D | common.h | 527 constexpr int SubsampledValue(int value, int subsampling) { in SubsampledValue() function
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 1144 SubsampledValue(reference_upscaled_width, subsampling_x) - 1; in BlockInterPrediction() 1146 const int ref_last_y = SubsampledValue(reference_height, subsampling_y) - 1; in BlockInterPrediction()
|
D | tile.cc | 545 SubsampledValue(frame_header_.height, subsampling_y_[plane]); 550 SubsampledValue(frame_header_.width, subsampling_x_[plane]);
|
/external/libgav1/libgav1/src/dsp/ |
D | film_grain.cc | 212 luma = SubsampledValue(luma, subsampling_x + subsampling_y); in ApplyAutoRegressiveFilterToChromaGrains_C()
|