HomeSort by relevance Sort by last modified time
    Searched full:norm_f1 (Results 1 - 1 of 1) sorted by null

  /external/aac/libFDK/src/
fixpoint_math.cpp 522 INT norm_f1, norm_f2; local
528 norm_f1 = CountLeadingBits(f1);
529 f1 = f1 << norm_f1;
534 *result_e = - (norm_f1 + norm_f2);

Completed in 380 milliseconds