Searched refs:iPart (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c350 UWord32 iPart; local
356 iPart = tmp / y;
357 fPart = tmp - iPart*y;
358 iPart = min(iPart,INT_BITS-1);
360 res = pow2Table[(POW2_TABLE_SIZE*fPart)/y] >> iPart;

Completed in 92 milliseconds