Home | History | Annotate | Download | only in src

Lines Matching refs:nrmlz_th

104     void CalcThreshold(double pf, double exp_lamda[], Int nrmlz_th[]);
577 video->sad_extra_info = (void*)(video->nrmlz_th);
578 offset = video->nrmlz_th + 16;
579 offset2 = video->nrmlz_th + 32;
646 CalcThreshold(HTFM_Pf, exp_lamda, video->nrmlz_th);
651 void CalcThreshold(double pf, double exp_lamda[], Int nrmlz_th[])
667 nrmlz_th[15] = 0;
669 nrmlz_th[i] = (Int)(temp[i] * ((i + 1) << 4) + 0.5);
690 offset = video->nrmlz_th + 16;