HomeSort by relevance Sort by last modified time
    Searched refs:trim_ratio (Results 1 - 7 of 7) sorted by null

  /external/libxcam/modules/ocl/
cl_image_warp_handler.h 44 float trim_ratio; member in struct:XCam::CLWarpConfig
51 , trim_ratio (0.05f)
cl_image_warp_handler.cpp 95 if ((warp_config.trim_ratio > 0.5f) || (warp_config.trim_ratio < 0.0f)) {
96 warp_config.trim_ratio = 0.0f;
129 float shift_x = warp_config.trim_ratio * cl_desc_out.width * 8.0f;
131 float shift_x = warp_config.trim_ratio * cl_desc_out.width;
133 float shift_y = warp_config.trim_ratio * cl_desc_out.height;
134 float scale_x = 1.0f - 2.0f * warp_config.trim_ratio;
135 float scale_y = 1.0f - 2.0f * warp_config.trim_ratio;
  /external/tensorflow/tensorflow/compiler/aot/
benchmark.cc 57 static constexpr float trim_ratio = 0.25; local
59 const size_t count_trimmed = count_us * trim_ratio;
76 snprintf(buf, kBufSize, "Mean with %2.0f%% trimmed:", trim_ratio * 100);
  /external/autotest/client/site_tests/hardware_TrimIntegrity/
hardware_TrimIntegrity.py 37 TRIM_RATIO = [0, 0.25, 0.5, 0.75, 1]
98 chunk_size=CHUNK_SIZE, trim_ratio=TRIM_RATIO):
105 @param trim_ratio: list of ratio of file size to trim data
182 for ratio in trim_ratio:
  /external/libxcam/cl_kernel/
kernel_image_warp.cl 19 float trim_ratio;
  /external/gemmlowp/test/
benchmark.cc 233 const float trim_ratio = 0.25; local
234 const size_t count_trimmed = gemm_times.size() * trim_ratio;
264 std::cout << " " << 100 * trim_ratio
benchmark_meta_gemm.cc 119 const float trim_ratio = 0.25; local
120 const size_t count_trimmed = times->size() * trim_ratio;
150 std::cout << " " << 100 * trim_ratio

Completed in 119 milliseconds