Home | History | Annotate | Download | only in dsp

Lines Matching refs:log_2

364     double log_2;
370 log_2 = kLog2Table[v] + log_cnt;
375 log_2 += (double)correction / orig_v;
377 return (float)log_2;