Searched refs:getLog2 (Results 1 – 2 of 2) sorted by relevance
/external/aac/libSBRdec/src/ |
D | HFgen_preFlat.cpp | 135 const UCHAR getLog2[32] = {0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, variable 731 int sum_saftey = getLog2[numBands - 1]; in polyfit() 811 x_sf = getLog2[x_int]; in polyval()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorFFT.h | 223 const Index log_len = is_power_of_two ? getLog2(line_len) : getLog2(good_composite); 311 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE static Index getLog2(Index m) {
|