Home | History | Annotate | Download | only in src

Lines Matching refs:nrmlz_th

645         encvid->sad_extra_info = (void*)(encvid->nrmlz_th);
646 offset = encvid->nrmlz_th + 16;
647 offset2 = encvid->nrmlz_th + 32;
714 CalcThreshold(HTFM_Pf, exp_lamda, encvid->nrmlz_th);
719 void CalcThreshold(double pf, double exp_lamda[], int nrmlz_th[])
735 nrmlz_th[15] = 0;
737 nrmlz_th[i] = (int)(temp[i] * ((i + 1) << 4) + 0.5);
757 offset = encvid->nrmlz_th + 16;