Home
last modified time | relevance | path

Searched defs:scaled_width (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/api/video/
Dvideo_frame_buffer.cc26 int scaled_width, in CropAndScale()
141 int scaled_width, in CropAndScale()
166 int scaled_width, in CropAndScale()
215 int scaled_width, in CropAndScale()
Dvideo_frame_buffer.h103 rtc::scoped_refptr<VideoFrameBuffer> Scale(int scaled_width, in Scale()
Dvideo_frame.cc70 int scaled_width, in ScaleWithFrame()
/external/webrtc/test/
Dmappable_native_buffer.cc79 int scaled_width, in CropAndScale()
113 int scaled_width, in CropAndScale()
/external/webp/tests/fuzzer/
Dadvanced_api_fuzzer.c78 int scaled_width = config.options.scaled_width; in LLVMFuzzerTestOneInput() local
Dfuzz_utils.h194 const int scaled_width = 1 + (pic->width * width_ratio) / 8; in ExtractAndCropOrScale() local
/external/webp/src/utils/
Drescaler_utils.c86 int* const scaled_width, in WebPRescalerGetScaledDimensions()
/external/ComputeLibrary/tests/validation/fixtures/
DROIAlignLayerFixture.h77 …const auto scaled_width = static_cast<float>((shape[get_data_layout_dimension_index(data_layout, … variable
DROIPoolingLayerFixture.h76 …const auto scaled_width = static_cast<float>((shape[get_data_layout_dimension_index(data_layout, … variable
/external/webp/src/dec/
Dvp8_dec.h102 int scaled_width, scaled_height; member
Dbuffer_dec.c199 int scaled_width = options->scaled_width; in WebPAllocateDecBuffer() local
Dwebp_dec.c826 int scaled_width = options->scaled_width; in WebPIoInitFromOptions() local
/external/libaom/av1/encoder/
Dencoder_alloc.h368 AV1_COMP *cpi, int scaled_width, int scaled_height) { in realloc_and_scale_source()
Dav1_temporal_denoiser.c544 int scaled_width = width; in av1_denoiser_alloc() local
/external/ImageMagick/coders/
Dpcd.c430 const size_t scaled_width,unsigned char *pixels) in Upsample()
/external/webp/src/webp/
Ddecode.h453 int scaled_width, scaled_height; // final resolution member
/external/libvpx/vp9/encoder/
Dvp9_denoiser.c616 int scaled_width = width; in vp9_denoiser_alloc() local
/external/libvpx/test/
Dsvc_datarate_test.cc551 unsigned int scaled_width = top_sl_width_ * in FramePktHook() local
/external/libaom/av1/common/
Dresize.c1376 const int scaled_width = for_psnr ? cm->superres_upscaled_width : cm->width; in av1_realloc_and_scale_if_required() local
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc175 int scaled_width, in CropAndScale()