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.s48 ADRL r8, Table
456 Table: label
457 .word inter4_2-Table
/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.h38 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> > Table; typedef in class:mcld::NamePool
39 typedef Table::iterator syminfo_iterator;
40 typedef Table::const_iterator const_syminfo_iterator;
135 Table m_Table;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair.c64 * [in] nTable Table number (0 to 4) according to the five columns
65 * of Table 9-5 in the H.264 spec
217 int Table = ZerosLeft; local
218 if (Table > 6)
220 Table = 7;
222 Run = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCRunBeforeTables[Table-1]);

Completed in 858 milliseconds