Home
last modified time | relevance | path

Searched refs:max_h (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/test/
Dselfguided_filter_test.cc134 const int max_w = 260, max_h = 260, stride = 672, out_stride = 672; in RunCorrectnessTest() local
139 (uint8_t *)aom_memalign(32, stride * (max_h + 32) * sizeof(uint8_t)); in RunCorrectnessTest()
141 32, out_stride * (max_h + 32) * sizeof(uint8_t)); in RunCorrectnessTest()
143 32, out_stride * (max_h + 32) * sizeof(uint8_t)); in RunCorrectnessTest()
155 for (j = -16; j < max_h + 16; ++j) in RunCorrectnessTest()
167 int test_h = max_h - (i % 9); in RunCorrectnessTest()
318 const int max_w = 260, max_h = 260, stride = 672, out_stride = 672; in RunCorrectnessTest() local
325 (uint16_t *)aom_memalign(32, stride * (max_h + 32) * sizeof(uint16_t)); in RunCorrectnessTest()
327 32, out_stride * (max_h + 32) * sizeof(uint16_t)); in RunCorrectnessTest()
329 32, out_stride * (max_h + 32) * sizeof(uint16_t)); in RunCorrectnessTest()
[all …]
/external/pdfium/testing/image_diff/
Dimage_diff.cpp129 int max_h = std::max(baseline.h(), actual.h()); in CountImageSizeMismatchAsPixelDifference() local
133 *pixels_different += (max_h - h) * max_w; in CountImageSizeMismatchAsPixelDifference()
/external/libkmsxx/kms++util/inc/kms++util/
Dvideodevice.h14 uint32_t min_h, max_h, step_h; member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c209 const unsigned max_h = 1024; in nv04_surface_copy_swizzle() local
211 unsigned sub_h = h > max_h ? max_h : h; in nv04_surface_copy_swizzle()
/external/libaom/libaom/aom_dsp/
Dnoise_model.c34 const int max_h = AOMMIN(h - y_o, block_size); \
37 for (int y = 0; y < max_h; ++y) { \
42 return block_mean / (max_w * max_h); \
63 const int max_h = AOMMIN(h - y_o, block_size_y); \
67 for (int y = 0; y < max_h; ++y) { \
75 noise_mean /= (max_w * max_h); \
76 return noise_var / (max_w * max_h) - noise_mean * noise_mean; \
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp670 const auto max_h = device_limits.maxViewportDimensions[1]; in manual_PreCallValidateViewport() local
676 …e if (!(f_lte_u32_exact(fabsf(viewport.height), max_h) || f_lte_u32_direct(fabsf(viewport.height),… in manual_PreCallValidateViewport()
682 fn_name, parameter_name.get_name().c_str(), viewport.height, max_h); in manual_PreCallValidateViewport()
683 …se if (!f_lte_u32_exact(fabsf(viewport.height), max_h) && f_lte_u32_direct(fabsf(viewport.height),… in manual_PreCallValidateViewport()
690 fn_name, parameter_name.get_name().c_str(), viewport.height, max_h); in manual_PreCallValidateViewport()
/external/adhd/cras/src/server/config/
Daec_config.c113 config->erle.max_h = in aec_config_get()
355 config->erle.max_h, config->erle.onset_detection); in aec_config_dump()
/external/libkmsxx/kms++util/src/
Dvideodevice.cpp277 s.max_h = v4lfrms.stepwise.max_height; in get_frame_sizes()
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py2635 def _ResizeImageCall(self, x, max_h, max_w, preserve_aspect_ratio, argument
2638 target_max = ops.convert_to_tensor([max_h, max_w])
2642 target_max = [max_h, max_w]
3154 def _ResizeImageCall(self, x, max_h, max_w, preserve_aspect_ratio, argument
3157 target_max = ops.convert_to_tensor([max_h, max_w])
3161 target_max = [max_h, max_w]