/third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
D | rescaler_utils.c | 78 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()
|
D | rescaler_utils.h | 62 int* const scaled_width,
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | rescaler_utils.c | 86 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()
|
D | rescaler_utils.h | 63 int* const scaled_width,
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | buffer_dec.c | 199 int scaled_width = options->scaled_width; in WebPAllocateDecBuffer() local 202 width, height, &scaled_width, &scaled_height)) { in WebPAllocateDecBuffer() 205 width = scaled_width; in WebPAllocateDecBuffer()
|
D | webp_dec.c | 826 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()
|
D | vp8_dec.h | 102 int scaled_width, scaled_height; member
|
D | io_dec.c | 286 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()
|
D | vp8_dec.c | 335 io->scaled_width = io->width; in VP8GetHeaders()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | buffer_dec.c | 201 int scaled_width = options->scaled_width; in WebPAllocateDecBuffer() local 204 width, height, &scaled_width, &scaled_height)) { in WebPAllocateDecBuffer() 207 width = scaled_width; in WebPAllocateDecBuffer()
|
D | webp_dec.c | 819 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()
|
D | vp8_dec.h | 102 int scaled_width, scaled_height; member
|
D | io_dec.c | 291 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()
|
D | vp8_dec.c | 335 io->scaled_width = io->width; in VP8GetHeaders()
|
D | vp8l_dec.c | 538 const int out_width = io->scaled_width; in AllocateAndInitRescaler()
|
/third_party/ffmpeg/libavcodec/ |
D | pixlet.c | 428 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/ |
D | fuzz_utils.h | 194 const int scaled_width = 1 + (pic->width * width_ratio) / 8; in ExtractAndCropOrScale() local 196 return WebPPictureRescale(pic, scaled_width, scaled_height); in ExtractAndCropOrScale()
|
D | advanced_api_fuzzer.c | 53 config.options.scaled_width = (int)(config.input.width * factor * 2); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | dwebp.c | 124 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/ |
D | dwebp.c | 123 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/ |
D | gstkmssink.c | 1067 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/ |
D | decode.h | 453 int scaled_width, scaled_height; // final resolution member
|
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 456 int scaled_width, scaled_height; // final resolution member
|
/third_party/skia/src/codec/ |
D | SkWebpCodec.cpp | 441 config.options.scaled_width = scaledWidth; in onGetPixels()
|
/third_party/flutter/skia/src/codec/ |
D | SkWebpCodec.cpp | 446 config.options.scaled_width = scaledWidth; in onGetPixels()
|