| /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...] |
| /system/media/alsa_utils/ |
| alsa_format.c | 93 int slot_index, bit_index, table_index; local 94 table_index = 0; 95 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) { 97 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++) { 99 if (table_index >= 2 && (mask->bits[slot_index] & bit_mask) != 0) { 101 return (int)pcm_format_value_map[table_index]; 104 table_index++;
|
| alsa_device_profile.c | 260 int slot_index, bit_index, table_index; local 261 table_index = 0; 263 for (slot_index = 0; slot_index < num_slots && table_index < table_size; 267 bit_index < bits_per_slot && table_index < table_size; 270 enum pcm_format format = pcm_format_value_map[table_index]; 281 table_index++;
|
| /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 | 82 inline bool find_table_index (hb_tag_t tag, unsigned int *table_index) const 91 if (table_index) *table_index = i; 95 if (table_index) *table_index = Index::NOT_FOUND_INDEX; 100 unsigned int table_index; local 101 find_table_index (tag, &table_index); 102 return get_table (table_index);
|
| hb-ot-layout.cc | 907 static const unsigned int table_index = 0; member in struct:GSUBProxy 921 static const unsigned int table_index = 1; member in struct:GPOSProxy 1062 if (Proxy::table_index == 0) 1079 if (Proxy::table_index == 0) 1093 const unsigned int table_index = proxy.table_index; local 1095 OT::hb_apply_context_t c (table_index, font, buffer); 1098 for (unsigned int stage_index = 0; stage_index < stages[table_index].len; stage_index++) { 1099 const stage_map_t *stage = &stages[table_index][stage_index]; 1102 unsigned int lookup_index = lookups[table_index][i].index [all...] |
| hb-ot-layout-gsubgpos-private.hh | 349 matcher.set_ignore_zwnj (context_match || c->table_index == 1); 351 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj); 460 unsigned int table_index; /* GSUB/GPOS */ member in struct:OT::hb_apply_context_t 480 table_index (table_index_), [all...] |
| /external/webrtc/webrtc/modules/video_coding/ |
| qm_select.cc | 587 uint8_t table_index = image_class * 9 + content_class_; local 590 float scaleTransRate = kScaleTransRateQm[table_index]; [all...] |
| /art/runtime/ |
| art_method.h | 123 uint32_t table_index = 0; variable 125 ArtMethod* interface_method = GetInterfaceMethod(table_index, pointer_size); 129 ArtMethod* implementation_method = GetImplementationMethod(table_index, pointer_size); 133 SetInterfaceMethod(table_index, pointer_size, updated.first); 136 SetImplementationMethod(table_index, pointer_size, updated.second); 138 ++table_index; 145 uint32_t table_index = 0; local 147 ArtMethod* current_interface_method = GetInterfaceMethod(table_index, pointer_size); 152 return GetImplementationMethod(table_index, pointer_size); 154 ++table_index; 161 uint32_t table_index = 0; local [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...] |
| /toolchain/binutils/binutils-2.25/bfd/ |
| elf32-ip2k.c | 349 int table_index = 0; local 371 return table_index; 377 table_index++; 429 int table_index = 0; local 456 return table_index; 465 return table_index; 471 table_index++; [all...] |
| archive.c | 418 unsigned long table_index = 0; 425 table_index = strtol (name + 1, (char **) &endp, 10); 426 if (errno != 0 || table_index >= bfd_ardata (arch)->extended_names_size) 447 return bfd_ardata (arch)->extended_names + table_index; 415 unsigned long table_index = 0; local [all...] |
| /external/v8/src/wasm/ |
| wasm-interpreter.cc | 1367 uint32_t table_index = stack_[index].to<uint32_t>(); local [all...] |
| /hardware/qcom/msm8996/kernel-headers/linux/ |
| msm_ipa.h | 774 uint8_t table_index; member in struct:ipa_ioc_v4_nat_del 779 uint8_t table_index; member in struct:ipa_ioc_nat_dma_one [all...] |
| /hardware/qcom/msm8996/original-kernel-headers/linux/ |
| msm_ipa.h | 1307 uint8_t table_index; member in struct:ipa_ioc_v4_nat_del 1320 uint8_t table_index; member in struct:ipa_ioc_nat_dma_one [all...] |