Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_ae.cpp386 int SumWeight[RAWAELITE_WIN_NUM] = {0}; in AeGridWeight15x15to5x5() local
395 SumWeight[line_5x5 * 5 + col_5x5] += inWeights[line_15x15 * 15 + col_15x15]; in AeGridWeight15x15to5x5()
399 outWeights[i] = SumWeight[i] / 9; in AeGridWeight15x15to5x5()