HomeSort by relevance Sort by last modified time
    Searched refs:table_index (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
tns_decode_coef.cpp 308 Int32 table_index; local
333 table_index = coef_offset + *(pLPC++);
335 /* Equiv. to sin_result = tns_table[coef_res][table_index]; */
336 sin_result = *(pTnsTable + table_index);
  /external/freetype/include/freetype/
tttables.h     [all...]
  /external/qemu/block/
qcow2-refcount.c 464 int64_t table_index = -1, old_table_index; local
488 old_table_index = table_index;
489 table_index = cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT);
490 if ((old_table_index >= 0) && (table_index != old_table_index)) {
    [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]

Completed in 146 milliseconds