Searched refs:fWeight32 (Results 1 – 1 of 1) sorted by relevance
52 real32 fWeight32 [kMaxCount]; member in dng_bilinear_kernel97 fWeight32 [j] += weight; in Add()110 fWeight32 [fCount] = weight; in Add()175 real32 tempWeight = fWeight32 [j - 1]; in Finalize()177 fWeight32 [j - 1] = fWeight32 [j]; in Finalize()178 fWeight32 [j ] = tempWeight; in Finalize()211 fWeight16 [j] = (uint16) Round_uint32 (fWeight32 [j] * 256.0); in Finalize()238 fWeight32 [j] = fWeight16 [j] * (1.0f / 256.0f); in Finalize()948 fWeights32 [patRow] [patCol] = kernel.fWeight32; in Calculate()978 fWeights32 [patRow] [patCol] = kernel.fWeight32; in Calculate()