Searched refs:pp (Results 1 – 1 of 1) sorted by relevance
249 uint32_t n2, pp, od; in LLF_RND_EntropyEstimate() local255 pp = SQR(m) + SQR(n-m); /* related to theoretical "autocorrelation" probability */ in LLF_RND_EntropyEstimate()259 if (n2 > pp) in LLF_RND_EntropyEstimate()260 od = n2 - pp; in LLF_RND_EntropyEstimate()262 od = pp - n2; in LLF_RND_EntropyEstimate()266 var = Mult32x32(pp,(n2-pp)); in LLF_RND_EntropyEstimate()