/external/webrtc/api/video/ |
D | video_frame.cc | 70 int scaled_width, in ScaleWithFrame() argument 81 RTC_DCHECK_GT(scaled_width, 0); in ScaleWithFrame() 104 x = x * scaled_width / crop_width; in ScaleWithFrame() 107 w = (w * scaled_width + crop_width - 1) / crop_width; in ScaleWithFrame() 128 if (scaled_width != crop_width || scaled_height != crop_height) { in ScaleWithFrame() 142 if (x + w > scaled_width) { in ScaleWithFrame() 143 w = scaled_width - x; in ScaleWithFrame()
|
D | video_frame.h | 71 int scaled_width,
|
/external/webp/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,
|
/external/webp/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 | 286 FillAlphaPlane(dst_a, io->scaled_width, expected_num_lines_out, in EmitRescaledAlphaYUV() 295 const int out_width = io->scaled_width; in InitYUVRescaler() 479 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()
|
/external/ImageMagick/coders/ |
D | pcd.c | 430 const size_t scaled_width,unsigned char *pixels) in Upsample() argument 447 p=pixels+(height-1-y)*scaled_width+(width-1); in Upsample() 448 q=pixels+((height-1-y) << 1)*scaled_width+((width-1) << 1); in Upsample() 461 p=pixels+((size_t) y << 1)*scaled_width; in Upsample() 462 q=p+scaled_width; in Upsample() 463 r=q+scaled_width; in Upsample() 476 p=pixels+(2*height-2)*scaled_width; in Upsample() 477 q=pixels+(2*height-1)*scaled_width; in Upsample()
|
/external/webp/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 | 50 config.options.scaled_width = (int)(config.input.width * factor * 2); in LLVMFuzzerTestOneInput()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_denoiser.c | 616 int scaled_width = width; in vp9_denoiser_alloc() local 623 lc->scaling_factor_den, &scaled_width, &scaled_height); in vp9_denoiser_alloc() 645 const int denoise_width = (layer == 0) ? width : scaled_width; in vp9_denoiser_alloc()
|
/external/webp/include/webp/ |
D | decode.h | 453 int scaled_width, scaled_height; // final resolution member
|
/external/webp/src/webp/ |
D | decode.h | 453 int scaled_width, scaled_height; // final resolution member
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 441 config.options.scaled_width = scaledWidth; in onGetPixels()
|
/external/skqp/src/codec/ |
D | SkWebpCodec.cpp | 461 config.options.scaled_width = scaledWidth; in onGetPixels()
|
/external/webp/ |
D | README | 737 config.options.scaled_width = scaledWidth();
|