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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dpred_lt4_1_opt.s47 LDR r6, Table
453 Table: label
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVM_Mixer_TimeConstant.c70 LVM_UINT32 Table[] = {ALPHA_0, /* Log spaced look-up table */ local
151 Diff = (LVM_INT32)(Table[Shift] - Table[Shift+1]);
153 Product = Table[Shift+1] + (LVM_UINT32)Diff;
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h42 typedef HashTable<ResolveInfo, StringHash<ELF>, ResolveInfoFactory> Table; typedef in class:mcld::NamePool
102 Table m_Table;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair.c49 * [in] nTable Table number (0 to 4) according to the five columns
50 * of Table 9-5 in the H.264 spec
202 int Table = ZerosLeft; local
203 if (Table > 6)
205 Table = 7;
207 Run = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCRunBeforeTables[Table-1]);

Completed in 895 milliseconds