Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Daec_xml2json.cpp27 const unsigned char* inWeights, in AecGridWeight5x5to15x15() argument
33 if (NULL == inWeights) { in AecGridWeight5x5to15x15()
56 …outWeights[(line_15x15 + j) * 15 + col_15x15] = inWeights[i] + (float)(inWeights[i + 5] - inWeight… in AecGridWeight5x5to15x15()
58 …outWeights[line_15x15 * 15 + col_15x15 + j] = inWeights[i] + (float)(inWeights[i + 1] - inWeights[… in AecGridWeight5x5to15x15()
63 …utWeights[(line_15x15 + j) * 15 + col_15x15 + 1] = inWeights[i] + (float)(inWeights[i + 5] - inWei… in AecGridWeight5x5to15x15()
69 …+ j) * 15 + col_15x15 + 2] = inWeights[line_5x5 * 5 + col_5x5] + (float)(inWeights[(line_5x5 + 1) … in AecGridWeight5x5to15x15()
71 …outWeights[line_15x15 * 15 + col_15x15 + 2 - j] = inWeights[i] + (float)(inWeights[i - 1] - inWeig… in AecGridWeight5x5to15x15()
84 …utWeights[(line_15x15 + 1) * 15 + col_15x15 + j] = inWeights[i] + (float)(inWeights[i + 1] - inWei… in AecGridWeight5x5to15x15()
88 outWeights[(line_15x15 + 1) * 15 + col_15x15 + 1] = inWeights[i]; in AecGridWeight5x5to15x15()
94 …ights[(line_15x15 + 1) * 15 + col_15x15 + 2 - j] = inWeights[i] + (float)(inWeights[i - 1] - inWei… in AecGridWeight5x5to15x15()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_ae.cpp377 unsigned char* inWeights, in AeGridWeight15x15to5x5() argument
395 SumWeight[line_5x5 * 5 + col_5x5] += inWeights[line_15x15 * 15 + col_15x15]; in AeGridWeight15x15to5x5()