Searched defs:Level (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair.c72 int Level, LevelCode, LevelPrefix, LevelSuffix, LevelSuffixSize; local
99 Level = -1;
103 Level = +1;
105 pLevel[i] = (OMX_S16)Level;
107 DEBUG_PRINTF_2("Level[%d] = %d\n", i, pLevel[i]);
149 /* Level magnitude can't be 1 */
155 Level = (-LevelCode-1)>>1;
160 Level = (LevelCode+2)>>1;
162 pLevel[i] = (OMX_S16)Level;
164 DEBUG_PRINTF_2("Level[
[all...]
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
H A DLVREV.h109 LVM_UINT16 Level; /* Level, 0 to 100 representing percentage of reverb */ member in struct:__anon423
/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1168 unsigned Level = 0; local
1174 Level++;
1177 IndexVarName.append(llvm::utostr_32(Level));

Completed in 357 milliseconds