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

  /external/chromium_org/third_party/opus/src/silk/
resampler_private_IIR_FIR.c 45 opus_int32 table_index; local
49 table_index = silk_SMULWB( index_Q16 & 0xFFFF, 12 );
52 res_Q15 = silk_SMULBB( buf_ptr[ 0 ], silk_resampler_frac_FIR_12[ table_index ][ 0 ] );
53 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 1 ], silk_resampler_frac_FIR_12[ table_index ][ 1 ] );
54 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 2 ], silk_resampler_frac_FIR_12[ table_index ][ 2 ] );
55 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 3 ], silk_resampler_frac_FIR_12[ table_index ][ 3 ] );
56 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 4 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 3 ] );
57 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 5 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 2 ] );
58 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 6 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 1 ] );
59 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 7 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 0 ] )
    [all...]
  /external/libopus/silk/
resampler_private_IIR_FIR.c 45 opus_int32 table_index; local
49 table_index = silk_SMULWB( index_Q16 & 0xFFFF, 12 );
52 res_Q15 = silk_SMULBB( buf_ptr[ 0 ], silk_resampler_frac_FIR_12[ table_index ][ 0 ] );
53 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 1 ], silk_resampler_frac_FIR_12[ table_index ][ 1 ] );
54 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 2 ], silk_resampler_frac_FIR_12[ table_index ][ 2 ] );
55 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 3 ], silk_resampler_frac_FIR_12[ table_index ][ 3 ] );
56 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 4 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 3 ] );
57 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 5 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 2 ] );
58 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 6 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 1 ] );
59 res_Q15 = silk_SMLABB( res_Q15, buf_ptr[ 7 ], silk_resampler_frac_FIR_12[ 11 - table_index ][ 0 ] )
    [all...]
  /hardware/libhardware/modules/usbaudio/
format.c 89 int slot_index, bit_index, table_index; local
90 table_index = 0;
96 if (table_index >= 2 && (mask->bits[slot_index] & bit_mask) != 0) {
98 return table_index < table_size
99 ? format_value_map[table_index]
103 table_index++;
177 int slot_index, bit_index, table_index; local
178 table_index = 0;
180 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) {
182 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++)
    [all...]
alsa_device_profile.c 253 int slot_index, bit_index, table_index; local
254 table_index = 0;
256 for (slot_index = 0; slot_index < num_slots && table_index < table_size;
260 bit_index < bits_per_slot && table_index < table_size;
263 enum pcm_format format = pcm_format_value_map[table_index];
274 table_index++;
  /art/compiler/
gc_map_builder.h 49 size_t table_index = TableIndex(native_offset); local
50 while (in_use_[table_index]) {
51 table_index = (table_index + 1) % entries_;
53 in_use_[table_index] = true;
54 SetCodeOffset(table_index, native_offset);
55 DCHECK_EQ(native_offset, GetCodeOffset(table_index));
56 SetReferences(table_index, references);
64 uint32_t GetCodeOffset(size_t table_index) {
66 size_t table_offset = (table_index * EntryWidth()) + sizeof(uint32_t)
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-private.hh 51 unsigned int table_index; local
53 case HB_OT_TAG_GSUB: table_index = 0; break;
54 case HB_OT_TAG_GPOS: table_index = 1; break;
57 map.collect_lookups (table_index, lookups);
hb-open-file-private.hh 81 inline bool find_table_index (hb_tag_t tag, unsigned int *table_index) const
90 if (table_index) *table_index = i;
94 if (table_index) *table_index = Index::NOT_FOUND_INDEX;
99 unsigned int table_index; local
100 find_table_index (tag, &table_index);
101 return get_table (table_index);
hb-ot-layout.cc 805 static const unsigned int table_index = 0; member in struct:GSUBProxy
819 static const unsigned int table_index = 1; member in struct:GPOSProxy
858 if (Proxy::table_index == 0)
882 if (Proxy::table_index == 0)
907 const unsigned int table_index = proxy.table_index; local
909 OT::hb_apply_context_t c (table_index, font, buffer);
912 for (unsigned int stage_index = 0; stage_index < stages[table_index].len; stage_index++) {
913 const stage_map_t *stage = &stages[table_index][stage_index];
916 unsigned int lookup_index = lookups[table_index][i].index
    [all...]
hb-ot-layout-gsubgpos-private.hh 263 unsigned int table_index; /* GSUB/GPOS */ member in struct:OT::hb_apply_context_t
281 table_index (table_index_),
388 matcher.set_ignore_zwnj (context_match || c->table_index == 1);
390 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
458 matcher.set_ignore_zwnj (context_match || c->table_index == 1);
460 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 51 unsigned int table_index; local
53 case HB_OT_TAG_GSUB: table_index = 0; break;
54 case HB_OT_TAG_GPOS: table_index = 1; break;
57 map.collect_lookups (table_index, lookups);
hb-open-file-private.hh 81 inline bool find_table_index (hb_tag_t tag, unsigned int *table_index) const
90 if (table_index) *table_index = i;
94 if (table_index) *table_index = Index::NOT_FOUND_INDEX;
99 unsigned int table_index; local
100 find_table_index (tag, &table_index);
101 return get_table (table_index);
hb-ot-layout.cc 805 static const unsigned int table_index = 0; member in struct:GSUBProxy
819 static const unsigned int table_index = 1; member in struct:GPOSProxy
858 if (Proxy::table_index == 0)
882 if (Proxy::table_index == 0)
907 const unsigned int table_index = proxy.table_index; local
909 OT::hb_apply_context_t c (table_index, font, buffer);
912 for (unsigned int stage_index = 0; stage_index < stages[table_index].len; stage_index++) {
913 const stage_map_t *stage = &stages[table_index][stage_index];
916 unsigned int lookup_index = lookups[table_index][i].index
    [all...]
hb-ot-layout-gsubgpos-private.hh 263 unsigned int table_index; /* GSUB/GPOS */ member in struct:OT::hb_apply_context_t
281 table_index (table_index_),
388 matcher.set_ignore_zwnj (context_match || c->table_index == 1);
390 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
458 matcher.set_ignore_zwnj (context_match || c->table_index == 1);
460 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
    [all...]
  /external/chromium_org/net/spdy/
hpack_huffman_table.cc 124 uint8 table_index = 0; local
126 const DecodeTable table = decode_tables_[table_index];
140 entry.next_table_index = table_index;
155 CHECK_NE(entry.next_table_index, table_index);
156 table_index = entry.next_table_index;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select.cc 594 uint8_t table_index = image_class * 9 + content_class_; local
597 float scaleTransRate = kScaleTransRateQm[table_index];
    [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/e2fsprogs/misc/
e2image.c 1068 __u32 table_index; local
1072 table_index = offset >> (2 * img->cluster_bits - 1);
1078 if (table_index != ref->refcount_table_index) {
1090 ref->refcount_table_index = table_index;
    [all...]

Completed in 427 milliseconds