Home
last modified time | relevance | path

Searched defs:scaled_height (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/api/video/
Dvideo_frame_buffer.cc27 int scaled_height) { in CropAndScale()
142 int scaled_height) { in CropAndScale()
167 int scaled_height) { in CropAndScale()
216 int scaled_height) { in CropAndScale()
Dvideo_frame_buffer.h104 int scaled_height) { in Scale()
/external/webrtc/test/
Dmappable_native_buffer.cc80 int scaled_height) { in CropAndScale()
114 int scaled_height) { in CropAndScale()
/external/webp/tests/fuzzer/
Dadvanced_api_fuzzer.c79 int scaled_height = config.options.scaled_height; in LLVMFuzzerTestOneInput() local
Dfuzz_utils.h195 const int scaled_height = 1 + (pic->height * height_ratio) / 8; in ExtractAndCropOrScale() local
/external/webp/src/utils/
Drescaler_utils.c87 int* const scaled_height) { in WebPRescalerGetScaledDimensions()
/external/ComputeLibrary/tests/validation/fixtures/
DROIAlignLayerFixture.h78 …const auto scaled_height = static_cast<float>((shape[get_data_layout_dimension_index(data_layout, … variable
DROIPoolingLayerFixture.h77 …const auto scaled_height = 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.c200 int scaled_height = options->scaled_height; in WebPAllocateDecBuffer() local
Dwebp_dec.c827 int scaled_height = options->scaled_height; 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.c545 int scaled_height = height; in av1_denoiser_alloc() local
/external/webp/src/webp/
Ddecode.h453 int scaled_width, scaled_height; // final resolution member
/external/libvpx/vp9/encoder/
Dvp9_denoiser.c617 int scaled_height = height; in vp9_denoiser_alloc() local
/external/libvpx/test/
Dsvc_datarate_test.cc556 unsigned int scaled_height = top_sl_height_ * in FramePktHook() local
/external/libaom/av1/common/
Dresize.c1377 const int scaled_height = in av1_realloc_and_scale_if_required() local
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc176 int scaled_height) override { in CropAndScale()