Home
last modified time | relevance | path

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

/external/webrtc/api/video/
Dvideo_frame.cc70 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()
Dvideo_frame.h71 int scaled_width,
/external/webp/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,
/external/webp/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.c286 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()
Dvp8_dec.c335 io->scaled_width = io->width; in VP8GetHeaders()
Dvp8l_dec.c538 const int out_width = io->scaled_width; in AllocateAndInitRescaler()
/external/ImageMagick/coders/
Dpcd.c430 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/
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.c50 config.options.scaled_width = (int)(config.input.width * factor * 2); in LLVMFuzzerTestOneInput()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c616 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/
Ddecode.h453 int scaled_width, scaled_height; // final resolution member
/external/webp/src/webp/
Ddecode.h453 int scaled_width, scaled_height; // final resolution member
/external/skia/src/codec/
DSkWebpCodec.cpp441 config.options.scaled_width = scaledWidth; in onGetPixels()
/external/skqp/src/codec/
DSkWebpCodec.cpp461 config.options.scaled_width = scaledWidth; in onGetPixels()
/external/webp/
DREADME737 config.options.scaled_width = scaledWidth();