HomeSort by relevance Sort by last modified time
    Searched defs:table_index (Results 1 - 2 of 2) 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/qemu/block/
qcow2-refcount.c 241 int64_t table_index = -1, old_table_index; local
259 old_table_index = table_index;
260 table_index = cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT);
261 if ((old_table_index >= 0) && (table_index != old_table_index)) {

Completed in 5177 milliseconds