/external/libgav1/libgav1/src/dsp/x86/ |
D | super_res_sse4.cc | 72 void SuperResCoefficients_SSE4_1(const int upscaled_width, in SuperResCoefficients_SSE4_1() argument 77 int x = RightShiftWithCeiling(upscaled_width, 4); in SuperResCoefficients_SSE4_1() 95 const int downscaled_width, const int upscaled_width, in SuperRes_SSE4_1() argument 111 int x = RightShiftWithCeiling(upscaled_width, 4); in SuperRes_SSE4_1() 212 void SuperResCoefficients_SSE4_1(const int upscaled_width, in SuperResCoefficients_SSE4_1() argument 217 int x = RightShiftWithCeiling(upscaled_width, 3); in SuperResCoefficients_SSE4_1() 232 const int downscaled_width, const int upscaled_width, in SuperRes_SSE4_1() argument 247 int x = RightShiftWithCeiling(upscaled_width, 3); in SuperRes_SSE4_1()
|
/external/libgav1/libgav1/src/post_filter/ |
D | post_filter.cc | 151 upscaled_width_(frame_header.upscaled_width), in PostFilter() 195 const int upscaled_width = local 199 (superres_width + upscaled_width / 2) / upscaled_width; 201 super_res_info_[plane].step * upscaled_width - superres_width; 203 ((-((upscaled_width - downscaled_width) << (kSuperResScaleBits - 1)) + 204 DivideBy2(upscaled_width)) / 205 upscaled_width + 208 super_res_info_[plane].upscaled_width = upscaled_width; 476 const int upscaled_width = super_res_info_[plane].upscaled_width in SetupLoopRestorationBorder() local 479 memcpy(dst_line, src_line, upscaled_width); in SetupLoopRestorationBorder()
|
D | super_res.cc | 42 super_res_info_[plane].upscaled_width, in ApplySuperRes() 57 super_res_info_[plane].upscaled_width, in ApplySuperRes() 74 super_res_info_[plane].upscaled_width, in ApplySuperRes() 88 /*height=*/1, plane_width, super_res_info_[plane].upscaled_width, in ApplySuperRes()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | super_res_neon.cc | 34 void SuperResCoefficients_NEON(const int upscaled_width, in SuperResCoefficients_NEON() argument 39 int x = RightShiftWithCeiling(upscaled_width, 3); in SuperResCoefficients_NEON() 86 const int downscaled_width, const int upscaled_width, in SuperRes_NEON() argument 100 int x = RightShiftWithCeiling(upscaled_width, 4); in SuperRes_NEON() 157 void SuperResCoefficients_NEON(const int upscaled_width, in SuperResCoefficients_NEON() argument 162 int x = RightShiftWithCeiling(upscaled_width, 3); in SuperResCoefficients_NEON() 239 const int downscaled_width, const int upscaled_width, in SuperRes_NEON() argument 252 int x = RightShiftWithCeiling(upscaled_width, 3); in SuperRes_NEON()
|
/external/libgav1/libgav1/src/dsp/ |
D | super_res.cc | 30 const int downscaled_width, const int upscaled_width, in SuperRes_C() argument 63 } while (++x < upscaled_width); in SuperRes_C()
|
D | dsp.h | 367 using SuperResCoefficientsFunc = void (*)(int upscaled_width, 386 int downscaled_width, int upscaled_width,
|
/external/libgav1/libgav1/src/ |
D | post_filter.h | 214 return frame_header.width != frame_header.upscaled_width && in DoSuperRes() 288 frame_header_.upscaled_width == in DoBorderExtensionInLoop() 491 int upscaled_width; member
|
D | decoder_impl.cc | 1193 &frame_header.loop_restoration, frame_header.upscaled_width, in DecodeTiles() 1226 frame_header.upscaled_width, frame_header.height, in DecodeTiles() 1355 frame_header.upscaled_width, num_units, in DecodeTiles() 1368 kSuperResFilterTaps * Align(frame_header.upscaled_width, 16) * in DecodeTiles() 1378 Align(SubsampledValue(frame_header.upscaled_width, 1), 16) * in DecodeTiles() 1556 displayable_frame->upscaled_width(), in ApplyFilmGrain() 1587 displayable_frame->upscaled_width(), in ApplyFilmGrain() 1609 displayable_frame->upscaled_width(), in ApplyFilmGrain()
|
D | obu_parser.cc | 556 frame_header_.render_width = frame_header_.upscaled_width; in ParseFrameSizeAndRenderSize() 566 frame_header_.upscaled_width = frame_header_.width; in ParseSuperResParametersAndComputeImageSize() 577 (frame_header_.upscaled_width * kSuperResScaleNumerator + in ParseSuperResParametersAndComputeImageSize() 586 assert(frame_header_.upscaled_width >= frame_header_.width); in ParseSuperResParametersAndComputeImageSize() 587 if (frame_header_.upscaled_width > INT32_MAX / frame_header_.height) { in ParseSuperResParametersAndComputeImageSize() 601 if (2 * frame_header_.width < reference_frame->upscaled_width() || in ValidateInterFrameSize() 603 frame_header_.width > 16 * reference_frame->upscaled_width() || in ValidateInterFrameSize() 609 reference_frame->upscaled_width(), in ValidateInterFrameSize() 1098 frame_header_.width == frame_header_.upscaled_width; in ComputeSegmentLosslessAndQIndex() 1993 frame_header_.width == frame_header_.upscaled_width) { in ParseFrameParameters() [all …]
|
D | buffer_pool.cc | 65 upscaled_width_ = frame_header.upscaled_width; in SetFrameDimensions()
|
D | buffer_pool.h | 119 int32_t upscaled_width() const { return upscaled_width_; } in upscaled_width() function
|
D | tile.h | 364 return reference_frames_[index]->upscaled_width() != frame_header_.width || in IsScaled()
|
/external/libaom/libaom/av1/common/ |
D | restoration.c | 1427 int upscaled_width; in save_deblock_boundary_lines() local 1431 upscaled_width = (cm->superres_upscaled_width + ss_x) >> ss_x; in save_deblock_boundary_lines() 1432 line_bytes = upscaled_width << use_highbd; in save_deblock_boundary_lines() 1443 upscaled_width = frame->crop_widths[is_uv]; in save_deblock_boundary_lines() 1444 line_bytes = upscaled_width << use_highbd; in save_deblock_boundary_lines() 1454 extend_lines(bdry_rows, upscaled_width, RESTORATION_CTX_VERT, bdry_stride, in save_deblock_boundary_lines() 1478 const int upscaled_width = av1_superres_scaled(cm) in save_cdef_boundary_lines() local 1481 const int line_bytes = upscaled_width << use_highbd; in save_cdef_boundary_lines() 1489 extend_lines(bdry_rows, upscaled_width, RESTORATION_CTX_VERT, bdry_stride, in save_cdef_boundary_lines()
|
/external/libaom/libaom/av1/encoder/ |
D | level.c | 712 const int upscaled_width = cm->superres_upscaled_width; in av1_init_level_info() local 714 const int pic_size = upscaled_width * height; in av1_init_level_info() 718 if (upscaled_width > spec->max_h_size || height > spec->max_v_size || in av1_init_level_info() 1053 const int upscaled_width = cm->superres_upscaled_width; in av1_update_level_info() local 1059 const int luma_pic_size = upscaled_width * height; in av1_update_level_info()
|
D | encoder.c | 1153 const int upscaled_width = cm->superres_upscaled_width; in av1_get_compression_ratio() local 1155 const int luma_pic_size = upscaled_width * height; in av1_get_compression_ratio()
|
/external/libgav1/libgav1/src/utils/ |
D | types.h | 454 int32_t upscaled_width; member
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 950 ? frame_header_.upscaled_width in ScaleMotionVector() 951 : reference_frames_[reference_frame_index]->upscaled_width(); in ScaleMotionVector() 1137 : reference_frames_[reference_frame_index]->upscaled_width(); in BlockInterPrediction()
|
D | tile.cc | 2516 frame_header_.width != frame_header_.upscaled_width; in ReadLoopRestorationCoefficients()
|