Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/
H A Drk_aiq_amerge_algo_v10.cpp66 float MergeGetInterpRatioV10(float* pX, int lo, int hi, float CtrlValue, int length_max) { in MergeGetInterpRatioV10() argument
73 } else if (CtrlValue >= pX[length_max - 1]) { in MergeGetInterpRatioV10()
74 lo = length_max - 1; in MergeGetInterpRatioV10()
75 hi = length_max - 1; in MergeGetInterpRatioV10()
78 for (int i = 0; i < length_max - 1; i++) { in MergeGetInterpRatioV10()
H A Drk_aiq_amerge_algo_v11.cpp66 float MergeGetInterpRatioV11(float* pX, int lo, int hi, float CtrlValue, int length_max) { in MergeGetInterpRatioV11() argument
73 } else if (CtrlValue >= pX[length_max - 1]) { in MergeGetInterpRatioV11()
74 lo = length_max - 1; in MergeGetInterpRatioV11()
75 hi = length_max - 1; in MergeGetInterpRatioV11()
78 for (int i = 0; i < length_max - 1; i++) { in MergeGetInterpRatioV11()
H A Drk_aiq_amerge_algo_v12.cpp66 float MergeGetInterpRatioV12(float* pX, int lo, int hi, float CtrlValue, int length_max) { in MergeGetInterpRatioV12() argument
73 } else if (CtrlValue >= pX[length_max - 1]) { in MergeGetInterpRatioV12()
74 lo = length_max - 1; in MergeGetInterpRatioV12()
75 hi = length_max - 1; in MergeGetInterpRatioV12()
78 for (int i = 0; i < length_max - 1; i++) { in MergeGetInterpRatioV12()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adrc/
H A Drk_aiq_adrc_algo_v10.cpp43 float DrcGetInterpRatioV10(float* pX, int lo, int hi, float CtrlValue, int length_max) { in DrcGetInterpRatioV10() argument
50 } else if (CtrlValue >= pX[length_max - 1]) { in DrcGetInterpRatioV10()
51 lo = length_max - 1; in DrcGetInterpRatioV10()
52 hi = length_max - 1; in DrcGetInterpRatioV10()
55 for (int i = 0; i < length_max - 1; i++) { in DrcGetInterpRatioV10()
H A Drk_aiq_adrc_algo_v11.cpp43 float DrcGetInterpRatioV11(float* pX, int lo, int hi, float CtrlValue, int length_max) { in DrcGetInterpRatioV11() argument
50 } else if (CtrlValue >= pX[length_max - 1]) { in DrcGetInterpRatioV11()
51 lo = length_max - 1; in DrcGetInterpRatioV11()
52 hi = length_max - 1; in DrcGetInterpRatioV11()
55 for (int i = 0; i < length_max - 1; i++) { in DrcGetInterpRatioV11()
H A Drk_aiq_adrc_algo_v12.cpp43 float DrcGetInterpRatioV12(float* pX, int lo, int hi, float CtrlValue, int length_max) { in DrcGetInterpRatioV12() argument
50 } else if (CtrlValue >= pX[length_max - 1]) { in DrcGetInterpRatioV12()
51 lo = length_max - 1; in DrcGetInterpRatioV12()
52 hi = length_max - 1; in DrcGetInterpRatioV12()
55 for (int i = 0; i < length_max - 1; i++) { in DrcGetInterpRatioV12()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_adehaze_algo_v11.cpp24 float GetInterpRatioV11(float* pX, int lo, int hi, float CtrlValue, int length_max) { in GetInterpRatioV11() argument
31 } else if (CtrlValue >= pX[length_max - 1]) { in GetInterpRatioV11()
32 lo = length_max - 1; in GetInterpRatioV11()
33 hi = length_max - 1; in GetInterpRatioV11()
36 for (int i = 0; i < length_max - 1; i++) { in GetInterpRatioV11()
H A Drk_aiq_adehaze_algo_v11_duo.cpp23 float GetInterpRatioV11Duo(float* pX, int lo, int hi, float CtrlValue, int length_max) { in GetInterpRatioV11Duo() argument
30 } else if (CtrlValue >= pX[length_max - 1]) { in GetInterpRatioV11Duo()
31 lo = length_max - 1; in GetInterpRatioV11Duo()
32 hi = length_max - 1; in GetInterpRatioV11Duo()
35 for (int i = 0; i < length_max - 1; i++) { in GetInterpRatioV11Duo()
H A Drk_aiq_adehaze_algo_v12.cpp98 float GetInterpRatioV12(float* pX, int lo, int hi, float CtrlValue, int length_max) { in GetInterpRatioV12() argument
105 } else if (CtrlValue >= pX[length_max - 1]) { in GetInterpRatioV12()
106 lo = length_max - 1; in GetInterpRatioV12()
107 hi = length_max - 1; in GetInterpRatioV12()
110 for (int i = 0; i < length_max - 1; i++) { in GetInterpRatioV12()