Searched refs:fWeight16 (Results 1 – 1 of 1) sorted by relevance
53 uint16 fWeight16 [kMaxCount]; member in dng_bilinear_kernel211 fWeight16 [j] = (uint16) Round_uint32 (fWeight32 [j] * 256.0); in Finalize()215 total += fWeight16 [j]; in Finalize()219 if (fWeight16 [biggest] < fWeight16 [j]) in Finalize()230 fWeight16 [biggest] += (256 - total); in Finalize()238 fWeight32 [j] = fWeight16 [j] * (1.0f / 256.0f); in Finalize()947 fWeights16 [patRow] [patCol] = kernel.fWeight16; in Calculate()977 fWeights16 [patRow] [patCol] = kernel.fWeight16; in Calculate()