Searched refs:coef1 (Results 1 – 1 of 1) sorted by relevance
1792 cJSON *coef1 = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "blur_coef1"); in ParserBlurInfo() local1793 if (cJSON_IsNumber(coef1)) { in ParserBlurInfo()1794 tempCoef1 = static_cast<float>(coef1->valuedouble); in ParserBlurInfo()1856 cJSON *coef1 = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "blur_coef1"); in ParserExtraInfo() local1857 if (cJSON_IsNumber(coef1)) { in ParserExtraInfo()1858 tempCoef1 = static_cast<float>(coef1->valuedouble); in ParserExtraInfo()