Home
last modified time | relevance | path

Searched refs:SubsampledValue (Results 1 – 12 of 12) sorted by relevance

/external/libgav1/libgav1/src/post_filter/
Dpost_filter.cc194 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 …]
Dloop_restoration.cc111 const int plane_height = SubsampledValue(height_, subsampling_y_[plane]); in ApplyLoopRestorationForOneSuperBlockRow()
113 SubsampledValue(upscaled_width_, subsampling_x_[plane]); in ApplyLoopRestorationForOneSuperBlockRow()
Dcdef.cc97 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/
Dfilm_grain.cc436 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()
Dframe_buffer.cc77 is_monochrome ? 0 : libgav1::SubsampledValue(width, subsampling_x); in Libgav1ComputeFrameBufferInfo()
79 is_monochrome ? 0 : libgav1::SubsampledValue(height, subsampling_y); in Libgav1ComputeFrameBufferInfo()
Dyuv_buffer.cc60 is_monochrome ? 0 : SubsampledValue(width, subsampling_x); in Realloc()
62 is_monochrome ? 0 : SubsampledValue(height, subsampling_y); in Realloc()
Dloop_restoration_info.cc74 (plane == kPlaneY) ? width : SubsampledValue(width, subsampling_x_); in Reset()
76 (plane == kPlaneY) ? height : SubsampledValue(height, subsampling_y_); in Reset()
Ddecoder_impl.cc1378 Align(SubsampledValue(frame_header.upscaled_width, 1), 16) * in DecodeTiles()
/external/libgav1/libgav1/src/utils/
Dcommon.h527 constexpr int SubsampledValue(int value, int subsampling) { in SubsampledValue() function
/external/libgav1/libgav1/src/tile/
Dprediction.cc1144 SubsampledValue(reference_upscaled_width, subsampling_x) - 1; in BlockInterPrediction()
1146 const int ref_last_y = SubsampledValue(reference_height, subsampling_y) - 1; in BlockInterPrediction()
Dtile.cc545 SubsampledValue(frame_header_.height, subsampling_y_[plane]);
550 SubsampledValue(frame_header_.width, subsampling_x_[plane]);
/external/libgav1/libgav1/src/dsp/
Dfilm_grain.cc212 luma = SubsampledValue(luma, subsampling_x + subsampling_y); in ApplyAutoRegressiveFilterToChromaGrains_C()