Home
last modified time | relevance | path

Searched refs:scaled_width (Results 1 – 25 of 28) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Drescaler_utils.c78 int* const scaled_width, in WebPRescalerGetScaledDimensions() argument
80 assert(scaled_width != NULL); in WebPRescalerGetScaledDimensions()
83 int width = *scaled_width; in WebPRescalerGetScaledDimensions()
101 *scaled_width = width; in WebPRescalerGetScaledDimensions()
Drescaler_utils.h62 int* const scaled_width,
/third_party/skia/third_party/externals/libwebp/src/utils/
Drescaler_utils.c86 int* const scaled_width, in WebPRescalerGetScaledDimensions() argument
88 assert(scaled_width != NULL); in WebPRescalerGetScaledDimensions()
91 int width = *scaled_width; in WebPRescalerGetScaledDimensions()
110 *scaled_width = width; in WebPRescalerGetScaledDimensions()
Drescaler_utils.h63 int* const scaled_width,
/third_party/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c199 int scaled_width = options->scaled_width; in WebPAllocateDecBuffer() local
202 width, height, &scaled_width, &scaled_height)) { in WebPAllocateDecBuffer()
205 width = scaled_width; in WebPAllocateDecBuffer()
Dwebp_dec.c826 int scaled_width = options->scaled_width; in WebPIoInitFromOptions() local
828 if (!WebPRescalerGetScaledDimensions(w, h, &scaled_width, &scaled_height)) { in WebPIoInitFromOptions()
831 io->scaled_width = scaled_width; in WebPIoInitFromOptions()
845 io->bypass_filtering |= (io->scaled_width < W * 3 / 4) && in WebPIoInitFromOptions()
Dvp8_dec.h102 int scaled_width, scaled_height; member
Dio_dec.c286 FillAlphaPlane(dst_a, io->scaled_width, expected_num_lines_out, in EmitRescaledAlphaYUV()
295 const int out_width = io->scaled_width; in InitYUVRescaler()
490 const int out_width = io->scaled_width; in InitRGBRescaler()
Dvp8_dec.c335 io->scaled_width = io->width; in VP8GetHeaders()
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c201 int scaled_width = options->scaled_width; in WebPAllocateDecBuffer() local
204 width, height, &scaled_width, &scaled_height)) { in WebPAllocateDecBuffer()
207 width = scaled_width; in WebPAllocateDecBuffer()
Dwebp_dec.c819 int scaled_width = options->scaled_width; in WebPIoInitFromOptions() local
821 if (!WebPRescalerGetScaledDimensions(w, h, &scaled_width, &scaled_height)) { in WebPIoInitFromOptions()
824 io->scaled_width = scaled_width; in WebPIoInitFromOptions()
838 io->bypass_filtering = (io->scaled_width < W * 3 / 4) && in WebPIoInitFromOptions()
Dvp8_dec.h102 int scaled_width, scaled_height; member
Dio_dec.c291 FillAlphaPlane(dst_a, io->scaled_width, expected_num_lines_out, in EmitRescaledAlphaYUV()
300 const int out_width = io->scaled_width; in InitYUVRescaler()
484 const int out_width = io->scaled_width; in InitRGBRescaler()
Dvp8_dec.c335 io->scaled_width = io->width; in VP8GetHeaders()
Dvp8l_dec.c538 const int out_width = io->scaled_width; in AllocateAndInitRescaler()
/third_party/ffmpeg/libavcodec/
Dpixlet.c428 unsigned scaled_width, scaled_height; in reconstruction() local
432 scaled_width = width >> NB_LEVELS; in reconstruction()
439 scaled_width <<= 1; in reconstruction()
444 filterfn(ptr, ctx->filter[1], scaled_width, scale_v); in reconstruction()
448 for (j = 0; j < scaled_width; j++) { in reconstruction()
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dfuzz_utils.h194 const int scaled_width = 1 + (pic->width * width_ratio) / 8; in ExtractAndCropOrScale() local
196 return WebPPictureRescale(pic, scaled_width, scaled_height); in ExtractAndCropOrScale()
Dadvanced_api_fuzzer.c53 config.options.scaled_width = (int)(config.input.width * factor * 2); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c124 w = config->options.scaled_width; in AllocateExternalBuffer()
278 config.options.scaled_width = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Ddwebp.c123 w = config->options.scaled_width; in AllocateExternalBuffer()
277 config.options.scaled_width = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c1067 gint * scaled_width, gint * scaled_height) in gst_kms_sink_calculate_display_ratio() argument
1083 *scaled_width = video_width; in gst_kms_sink_calculate_display_ratio()
1103 *scaled_width = (guint) in gst_kms_sink_calculate_display_ratio()
1108 *scaled_width = video_width; in gst_kms_sink_calculate_display_ratio()
1113 *scaled_width = (guint) in gst_kms_sink_calculate_display_ratio()
1119 GST_DEBUG_OBJECT (self, "scaling to %dx%d", *scaled_width, *scaled_height); in gst_kms_sink_calculate_display_ratio()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h453 int scaled_width, scaled_height; // final resolution member
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/
Ddecode.h456 int scaled_width, scaled_height; // final resolution member
/third_party/skia/src/codec/
DSkWebpCodec.cpp441 config.options.scaled_width = scaledWidth; in onGetPixels()
/third_party/flutter/skia/src/codec/
DSkWebpCodec.cpp446 config.options.scaled_width = scaledWidth; in onGetPixels()

12