Searched defs:ROUND_UP (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Desc_iquant_scaling.cpp314 #define ROUND_UP (( ((UInt32) 1) << (QTABLE) )-1) macro
H A Dhuffspec_fxp.cpp263 #define ROUND_UP (( ((UInt32) 1) << (QTABLE) )-1) macro
600 temp += ROUND_UP;
/frameworks/base/libs/utils/
H A DBackupData.cpp42 const static int ROUND_UP[4] = { 0, 3, 2, 1 }; member in namespace:android
47 return n + ROUND_UP[n % 4];
53 return ROUND_UP[n % 4];
H A DBackupHelpers.cpp81 const static int ROUND_UP[4] = { 0, 3, 2, 1 }; member in namespace:android
86 return n + ROUND_UP[n % 4];
191 int paddingLen = ROUND_UP[nameLen % 4];

Completed in 273 milliseconds