| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | ratio | 2 //===---------------------------- ratio -----------------------------------===// 15 ratio synopsis 21 class ratio 26 typedef ratio<num, den> type; 29 // ratio arithmetic 35 // ratio comparison 44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported 45 typedef ratio<1, 1000000000000000000000> zepto; // not supported 46 typedef ratio<1, 1000000000000000000> atto; 47 typedef ratio<1, 1000000000000000> femto; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | ratio | 2 //===---------------------------- ratio -----------------------------------===// 15 ratio synopsis 21 class ratio 26 typedef ratio<num, den> type; 29 // ratio arithmetic 35 // ratio comparison 44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported 45 typedef ratio<1, 1000000000000000000000> zepto; // not supported 46 typedef ratio<1, 1000000000000000000> atto; 47 typedef ratio<1, 1000000000000000> femto; [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/agic/ |
| H A D | rk_aiq_algo_agic_v2.cpp | 18 #define INTERPOLATION(ratio, hi, lo) (((ratio) * ((hi) - (lo)) + (lo) * (1 << 4) + (1 << 3)) >> … argument 56 void GicV2SelectParam(rkaiq_gic_v2_param_selected_t* selected, int ratio, int index, 58 float ratioF = ratio / 16.0f; 65 selected->min_busy_thre = INTERPOLATION(ratio, hi->min_busy_thre, lo->min_busy_thre); 66 selected->min_grad_thr1 = INTERPOLATION(ratio, hi->min_grad_thr1, lo->min_grad_thr1); 67 selected->min_grad_thr2 = INTERPOLATION(ratio, hi->min_grad_thr2, lo->min_grad_thr2); 68 selected->k_grad1 = INTERPOLATION(ratio, hi->k_grad1, lo->k_grad1); 69 selected->k_grad2 = INTERPOLATION(ratio, hi->k_grad2, lo->k_grad2); 70 selected->gb_thre = INTERPOLATION(ratio, hi->gb_thre, lo->gb_thre); 71 selected->maxCorV = INTERPOLATION(ratio, hi->maxCorV, lo->maxCorV); [all …]
|
| H A D | rk_aiq_algo_agic_v1.cpp | 18 #define INTERPOLATION(ratio, hi, lo) (((ratio) * ((hi) - (lo)) + (lo) * (1 << 4) + (1 << 3)) >> … argument 61 void GicV1SelectParam(rkaiq_gic_v1_param_selected_t* selected, int ratio, int index, 63 float ratioF = ratio / 16.0f; 70 selected->min_busy_thre = INTERPOLATION(ratio, hi->min_busy_thre, lo->min_busy_thre); 71 selected->min_grad_thr1 = INTERPOLATION(ratio, hi->min_grad_thr1, lo->min_grad_thr1); 72 selected->min_grad_thr2 = INTERPOLATION(ratio, hi->min_grad_thr2, lo->min_grad_thr2); 73 selected->k_grad1 = INTERPOLATION(ratio, hi->k_grad1, lo->k_grad1); 74 selected->k_grad2 = INTERPOLATION(ratio, hi->k_grad2, lo->k_grad1); 75 selected->gb_thre = INTERPOLATION(ratio, hi->gb_thre, lo->gb_thre); 76 selected->maxCorV = INTERPOLATION(ratio, hi->maxCorV, lo->maxCorV); [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/ |
| H A D | sample_adebayer_module.cpp | 19 #define INTERP_SAMPLE(x0, x1, ratio) ((ratio) * ((x1) - (x0)) + x0) argument 196 float ratio = 0.0f; in sample_adebayer_translate_params_v1() local 207 ratio = (float)(ISO - iso_low) / (iso_high - iso_low); in sample_adebayer_translate_params_v1() 211 ratio = 0; in sample_adebayer_translate_params_v1() 216 ratio = 1; in sample_adebayer_translate_params_v1() 224 …stManual.sharp_strength = ((ratio) * (sharp_strength_tmp[gain_high] - sharp_strength_tmp[gain_low]… in sample_adebayer_translate_params_v1() 225 …stManual.hf_offset = ((ratio) * (hfOffset_tmp[gain_high] - hfOffset_tmp[gain_low]) + hfOffset_tmp[… in sample_adebayer_translate_params_v1() 258 float ratio = 0.0f; in sample_adebayer_translate_params_v2() local 272 ratio = 0.0f; in sample_adebayer_translate_params_v2() 274 ratio = (float)(iso - iso_low) / (iso_high - iso_low); in sample_adebayer_translate_params_v2() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | parse-metric.c | 192 static int compute_metric(const char *name, struct value *vals, double *ratio) in compute_metric() argument 194 return __compute_metric(name, vals, name, ratio, NULL, NULL); in compute_metric() 206 double ratio; in test_ipc() local 214 compute_metric("IPC", vals, &ratio) == 0); in test_ipc() 216 TEST_ASSERT_VAL("IPC failed, wrong ratio", in test_ipc() 217 ratio == 1.5); in test_ipc() 223 double ratio; in test_frontend() local 233 compute_metric("Frontend_Bound_SMT", vals, &ratio) == 0); in test_frontend() 235 TEST_ASSERT_VAL("Frontend_Bound_SMT failed, wrong ratio", in test_frontend() 236 ratio == 0.45); in test_frontend() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/relate/ |
| H A D | intersection_points.hpp | 96 template <typename Segment1, typename Segment2, typename Ratio> 100 Ratio const& ra_from_wrt_b, Ratio const& ra_to_wrt_b, in segments_collinear() 101 Ratio const& rb_from_wrt_a, Ratio const& rb_to_wrt_a) in segments_collinear() 105 Ratio on_a[2]; in segments_collinear() 120 result.fractions[index].assign(Ratio::zero(), ra_from_wrt_b); in segments_collinear() 121 on_a[index] = Ratio::zero(); in segments_collinear() 136 result.fractions[index].assign(rb_from_wrt_a, Ratio::zero()); in segments_collinear() 149 result.fractions[index].assign(Ratio::one(), ra_to_wrt_b); in segments_collinear() 150 on_a[index] = Ratio::one(); in segments_collinear() 158 result.fractions[index].assign(rb_to_wrt_a, Ratio::one()); in segments_collinear() [all …]
|
| H A D | tupled.hpp | 48 template <typename Segment1, typename Segment2, typename Ratio> 53 Ratio const& ra1, Ratio const& ra2, in segments_collinear() 54 Ratio const& rb1, Ratio const& rb2) in segments_collinear() 80 template <typename Segment, typename Ratio> 82 Ratio const& ratio, in one_degenerate() 87 Policy1::one_degenerate(segment, ratio, a_degenerate), in one_degenerate() 88 Policy2::one_degenerate(segment, ratio, a_degenerate) in one_degenerate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/ |
| H A D | segment_ratio.hpp | 40 template <typename Ratio> 41 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply() 51 template <typename Ratio> 52 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply() 71 template <typename Ratio> 72 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply() 82 template <typename Ratio> 83 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply() 97 //! Small class to keep a ratio (e.g. 1/4) 102 //! On a segment means: this ratio is between 0 and 1 (both inclusive) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | ratio | 1 // ratio -*- C++ -*- 25 /** @file include/ratio 27 * @ingroup ratio 47 * @defgroup ratio Rational Arithmetic 256 * type intmax_t. The ratio is simplified when instantiated. 260 * std::ratio<7,-21>::num == -1; 261 * std::ratio<7,-21>::den == 3; 266 struct ratio 279 typedef ratio<num, den> type; 283 constexpr intmax_t ratio<_Num, _Den>::num; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | ratio | 1 // ratio -*- C++ -*- 25 /** @file include/ratio 27 * @ingroup ratio 47 * @defgroup ratio Rational Arithmetic 256 * type intmax_t. The ratio is simplified when instantiated. 260 * std::ratio<7,-21>::num == -1; 261 * std::ratio<7,-21>::den == 3; 266 struct ratio 279 typedef ratio<num, den> type; 283 constexpr intmax_t ratio<_Num, _Den>::num; [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | stat-shadow.c | 302 static const char *get_ratio_color(enum grc_type type, double ratio) in get_ratio_color() argument 311 if (ratio > grc_table[type][0]) in get_ratio_color() 313 else if (ratio > grc_table[type][1]) in get_ratio_color() 315 else if (ratio > grc_table[type][2]) in get_ratio_color() 454 double total, ratio = 0.0; in print_stalled_cycles_frontend() local 461 ratio = avg / total * 100.0; in print_stalled_cycles_frontend() 463 color = get_ratio_color(GRC_STALLED_CYCLES_FE, ratio); in print_stalled_cycles_frontend() 465 if (ratio) in print_stalled_cycles_frontend() 467 ratio); in print_stalled_cycles_frontend() 478 double total, ratio = 0.0; in print_stalled_cycles_backend() local [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/ |
| H A D | rk_aiq_algo_amd_itf.cpp | 175 float ratio = (float)(gain_f - gain_r); in select_motion_params_by_iso() local 178 …tion_ISO[gain_l].sigmaHScale * ratio + motion_full_params.Motion_ISO[gain_r].sigmaHScale … in select_motion_params_by_iso() 179 …tion_ISO[gain_l].sigmaLScale * ratio + motion_full_params.Motion_ISO[gain_r].sigmaLScale … in select_motion_params_by_iso() 180 …tion_ISO[gain_l].lightClp * ratio + motion_full_params.Motion_ISO[gain_r].lightClp … in select_motion_params_by_iso() 181 …tion_ISO[gain_l].uvWeight * ratio + motion_full_params.Motion_ISO[gain_r].uvWeight … in select_motion_params_by_iso() 182 …tion_ISO[gain_l].yuvnrGainScale0 * ratio + motion_full_params.Motion_ISO[gain_r].yuvnrGainScale… in select_motion_params_by_iso() 183 …tion_ISO[gain_l].yuvnrGainScale1 * ratio + motion_full_params.Motion_ISO[gain_r].yuvnrGainScale… in select_motion_params_by_iso() 184 …tion_ISO[gain_l].yuvnrGainScale2 * ratio + motion_full_params.Motion_ISO[gain_r].yuvnrGainScale… in select_motion_params_by_iso() 185 …tion_ISO[gain_l].frame_limit_y * ratio + motion_full_params.Motion_ISO[gain_r].frame_limit_y … in select_motion_params_by_iso() 186 …tion_ISO[gain_l].frame_limit_uv * ratio + motion_full_params.Motion_ISO[gain_r].frame_limit_uv… in select_motion_params_by_iso() [all …]
|
| /OK3568_Linux_fs/u-boot/board/samsung/odroid/ |
| H A D | odroid.c | 143 * coreout = MOUT / (ratio + 1) = 1000 MHz (0) in board_clock_init() 144 * corem0 = armclk / (ratio + 1) = 333 MHz (2) in board_clock_init() 145 * corem1 = armclk / (ratio + 1) = 166 MHz (5) in board_clock_init() 146 * periph = armclk / (ratio + 1) = 1000 MHz (0) in board_clock_init() 147 * atbout = MOUT / (ratio + 1) = 200 MHz (4) in board_clock_init() 148 * pclkdbgout = atbout / (ratio + 1) = 100 MHz (1) in board_clock_init() 149 * sclkapll = MOUTapll / (ratio + 1) = 1000 MHz (0) in board_clock_init() 150 * core2out = core_out / (ratio + 1) = 1000 MHz (0) (armclk) in board_clock_init() 164 * doutcopy = MOUThpm / (ratio + 1) = 200 (4) in board_clock_init() 165 * sclkhpm = doutcopy / (ratio + 1) = 200 (4) in board_clock_init() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/ |
| H A D | rk_aiq_adebayer_algo_v2.cpp | 280 float ratio = 0.0f; in AdebayerSelectParam() local 294 ratio = 0.0f; in AdebayerSelectParam() 296 ratio = (float)(iso - iso_low) / (iso_high - iso_low); in AdebayerSelectParam() 307 ratio = 1; in AdebayerSelectParam() 311 …[iso_low_index], pAdebayerCtx->full_param_v2.g_interp.debayer_gain_offset[iso_high_index], ratio)); in AdebayerSelectParam() 312 …io[iso_low_index], pAdebayerCtx->full_param_v2.g_interp.debayer_max_ratio[iso_high_index], ratio)); in AdebayerSelectParam() 313 …p_en[iso_low_index], pAdebayerCtx->full_param_v2.g_interp.debayer_clip_en[iso_high_index], ratio)); in AdebayerSelectParam() 332 ratio = 0; in AdebayerSelectParam() 334 ratio = (float)(iso - iso_low) / (iso_high - iso_low); in AdebayerSelectParam() 345 ratio = 1; in AdebayerSelectParam() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/ |
| H A D | ratio | 1 // TR2 <ratio> -*- C++ -*- 25 /** @file tr2/ratio 29 #include <ratio> 48 typedef ratio<__safe_lshift<1, 10>::__value, 1> kibi; 49 typedef ratio<__safe_lshift<1, 20>::__value, 1> mebi; 50 typedef ratio<__safe_lshift<1, 30>::__value, 1> gibi; 51 typedef ratio<__safe_lshift<1, 40>::__value, 1> tebi; 52 typedef ratio<__safe_lshift<1, 50>::__value, 1> pebi; 53 typedef ratio<__safe_lshift<1, 60>::__value, 1> exbi; 54 //typedef ratio<__safe_lshift<1, 70>::__value, 1> zebi; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/ |
| H A D | ratio | 1 // TR2 <ratio> -*- C++ -*- 25 /** @file tr2/ratio 29 #include <ratio> 48 typedef ratio<__safe_lshift<1, 10>::__value, 1> kibi; 49 typedef ratio<__safe_lshift<1, 20>::__value, 1> mebi; 50 typedef ratio<__safe_lshift<1, 30>::__value, 1> gibi; 51 typedef ratio<__safe_lshift<1, 40>::__value, 1> tebi; 52 typedef ratio<__safe_lshift<1, 50>::__value, 1> pebi; 53 typedef ratio<__safe_lshift<1, 60>::__value, 1> exbi; 54 //typedef ratio<__safe_lshift<1, 70>::__value, 1> zebi; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/thermal/intel/ |
| H A D | intel_powerclamp.c | 48 * we increment the confidence counter for the given target ratio. 54 * idle ratio. Similar to frequency modulation. 173 "\tpowerclamp controls idle ratio within this window. larger\n" 261 static unsigned int get_compensation(int ratio) in get_compensation() argument 266 if (ratio == 1 && in get_compensation() 267 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation() 268 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation() 269 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation() 270 comp = (cal_data[ratio].steady_comp + in get_compensation() 271 cal_data[ratio + 1].steady_comp + in get_compensation() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_dwb_scl.c | 530 const uint16_t *wbscl_get_filter_3tap_16p(struct fixed31_32 ratio) in wbscl_get_filter_3tap_16p() argument 532 if (ratio.value < dc_fixpt_one.value) in wbscl_get_filter_3tap_16p() 534 else if (ratio.value < dc_fixpt_from_fraction(4, 3).value) in wbscl_get_filter_3tap_16p() 536 else if (ratio.value < dc_fixpt_from_fraction(5, 3).value) in wbscl_get_filter_3tap_16p() 542 const uint16_t *wbscl_get_filter_4tap_16p(struct fixed31_32 ratio) in wbscl_get_filter_4tap_16p() argument 544 if (ratio.value < dc_fixpt_one.value) in wbscl_get_filter_4tap_16p() 546 else if (ratio.value < dc_fixpt_from_fraction(4, 3).value) in wbscl_get_filter_4tap_16p() 548 else if (ratio.value < dc_fixpt_from_fraction(5, 3).value) in wbscl_get_filter_4tap_16p() 554 static const uint16_t *wbscl_get_filter_5tap_16p(struct fixed31_32 ratio) in wbscl_get_filter_5tap_16p() argument 556 if (ratio.value < dc_fixpt_one.value) in wbscl_get_filter_5tap_16p() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/ |
| H A D | rk_aiq_anr_algo_ynr.cpp | 519 LOGD_ANR("lo luma:%f ratio:%f\n", in ynr_algo_param_printf() 555 LOGD_ANR("hi luma:%f ratio:%f\n", in ynr_algo_param_printf() 597 float ratio = 0.0f; in select_ynr_params_by_ISO() local 635 ratio = (isoValue - 50) / (float)(100 - 50); in select_ynr_params_by_ISO() 642 ratio = (isoValue - 100) / (float)(200 - 100); in select_ynr_params_by_ISO() 649 ratio = (isoValue - 200) / (float)(400 - 200); in select_ynr_params_by_ISO() 656 ratio = (isoValue - 400) / (float)(800 - 400); in select_ynr_params_by_ISO() 663 ratio = (isoValue - 800) / (float)(1600 - 800); in select_ynr_params_by_ISO() 670 ratio = (isoValue - 1600) / (float)(3200 - 1600); in select_ynr_params_by_ISO() 677 ratio = (isoValue - 3200) / (float)(6400 - 3200); in select_ynr_params_by_ISO() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aynr/ |
| H A D | rk_aiq_aynr_algo_ynr_v1.cpp | 481 LOGD_ANR("lo luma:%f ratio:%f\n", in ynr_algo_param_printf_v1() 517 LOGD_ANR("hi luma:%f ratio:%f\n", in ynr_algo_param_printf_v1() 554 float ratio = 0.0f; in select_ynr_params_by_ISO_v1() local 580 ratio = (isoValue - 50) / (float)(100 - 50); in select_ynr_params_by_ISO_v1() 587 ratio = (isoValue - 100) / (float)(200 - 100); in select_ynr_params_by_ISO_v1() 594 ratio = (isoValue - 200) / (float)(400 - 200); in select_ynr_params_by_ISO_v1() 601 ratio = (isoValue - 400) / (float)(800 - 400); in select_ynr_params_by_ISO_v1() 608 ratio = (isoValue - 800) / (float)(1600 - 800); in select_ynr_params_by_ISO_v1() 615 ratio = (isoValue - 1600) / (float)(3200 - 1600); in select_ynr_params_by_ISO_v1() 622 ratio = (isoValue - 3200) / (float)(6400 - 3200); in select_ynr_params_by_ISO_v1() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | cs42xx8.c | 183 unsigned int ratio[3]; member 267 u32 ratio[2]; in cs42xx8_hw_params() local 279 ratio[tx] = rate[tx] > 0 ? cs42xx8->sysclk / rate[tx] : 0; in cs42xx8_hw_params() 280 ratio[!tx] = rate[!tx] > 0 ? cs42xx8->sysclk / rate[!tx] : 0; in cs42xx8_hw_params() 302 /* Is the ratio[tx] valid ? */ in cs42xx8_hw_params() 304 (cs42xx8_ratios[i].ratio[0] == ratio[tx] || in cs42xx8_hw_params() 305 cs42xx8_ratios[i].ratio[1] == ratio[tx] || in cs42xx8_hw_params() 306 cs42xx8_ratios[i].ratio[2] == ratio[tx]) : in cs42xx8_hw_params() 307 (cs42xx8_ratios[i].ratio[fm[tx]] == ratio[tx])) && in cs42xx8_hw_params() 311 if (!ratio[tx]) in cs42xx8_hw_params() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/ |
| H A D | clock.c | 451 /* Clock divider ratio for this peripheral */ in exynos5_get_periph_rate() 455 /* Clock pre-divider ratio for this peripheral */ in exynos5_get_periph_rate() 545 /* Clock divider ratio for this peripheral */ in exynos542x_get_periph_rate() 549 /* Clock pre-divider ratio for this peripheral */ in exynos542x_get_periph_rate() 642 unsigned int ratio; in exynos4_get_pwm_clk() local 665 ratio = readl(&clk->div_peril3); in exynos4_get_pwm_clk() 666 ratio = ratio & 0xf; in exynos4_get_pwm_clk() 669 ratio = 8; in exynos4_get_pwm_clk() 673 pclk = sclk / (ratio + 1); in exynos4_get_pwm_clk() 682 unsigned int ratio; in exynos4x12_get_pwm_clk() local [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/ |
| H A D | cpu.c | 73 /* Check for Flex Ratio support */ in cpu_set_flex_ratio_to_tdp_nominal() 83 /* Use nominal TDP ratio for flex ratio */ in cpu_set_flex_ratio_to_tdp_nominal() 87 /* See if flex ratio is already set to nominal TDP ratio */ in cpu_set_flex_ratio_to_tdp_nominal() 91 /* Set flex ratio to nominal TDP ratio */ in cpu_set_flex_ratio_to_tdp_nominal() 97 /* Set flex ratio in soft reset data register bits 11:6 */ in cpu_set_flex_ratio_to_tdp_nominal() 101 debug("CPU: Soft reset to set up flex ratio\n"); in cpu_set_flex_ratio_to_tdp_nominal()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/ |
| H A D | ispresizer.c | 52 * Constants for ratio calculation 302 * @ratio: Structure for ratio parameters. 307 const struct resizer_ratio *ratio) in resizer_set_ratio() argument 315 rgval |= ((ratio->horz - 1) << ISPRSZ_CNT_HRSZ_SHIFT) in resizer_set_ratio() 317 rgval |= ((ratio->vert - 1) << ISPRSZ_CNT_VRSZ_SHIFT) in resizer_set_ratio() 322 if (ratio->horz > MID_RESIZE_VALUE) in resizer_set_ratio() 328 if (ratio->vert > MID_RESIZE_VALUE) in resizer_set_ratio() 680 * @ratio : return calculated ratios 684 * has a fixed number of phases that depend on the resizing ratio. As the ratio 688 * The input/output/ratio relationship is given by the OMAP34xx TRM: [all …]
|