Home
last modified time | relevance | path

Searched refs:table_index (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/src/
Dtns_decode_coef.cpp308 Int32 table_index; in tns_decode_coef() local
333 table_index = coef_offset + *(pLPC++); in tns_decode_coef()
336 sin_result = *(pTnsTable + table_index); in tns_decode_coef()
/external/qemu/block/
Dqcow2-refcount.c241 int64_t table_index = -1, old_table_index; in update_refcount() local
259 old_table_index = table_index; in update_refcount()
260 table_index = cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT); in update_refcount()
261 if ((old_table_index >= 0) && (table_index != old_table_index)) { in update_refcount()
/external/freetype/include/freetype/
Dtttables.h703 FT_UInt table_index,
/external/freetype/src/base/
Dftobjs.c3389 FT_UInt table_index, in FT_Sfnt_Table_Info() argument
3403 return service->table_info( face, table_index, tag, length ); in FT_Sfnt_Table_Info()