Searched defs:table_index (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Dresampler_private_IIR_FIR.c45 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 ][
[all...]
/external/libopus/silk/
H A Dresampler_private_IIR_FIR.c45 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 ][
[all...]
/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler.cpp120 unsigned int table_index,
122 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table
119 ProcessOpcode(unsigned char* start_byte, unsigned int table_index, unsigned int* size) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler.cc153 unsigned int table_index,
155 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table
152 ProcessOpcode(unsigned char* start_byte, unsigned int table_index, unsigned int& size) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.cc153 unsigned int table_index,
155 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table
152 ProcessOpcode(unsigned char* start_byte, unsigned int table_index, unsigned int& size) argument
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler.cc141 unsigned int table_index,
143 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table
140 ProcessOpcode(unsigned char* start_byte, unsigned int table_index, unsigned int* size) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-map.cc36 unsigned int table_index,
45 table_lookup_count = hb_ot_layout_table_get_lookup_count (face, table_tags[table_index]);
51 table_tags[table_index],
60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push ();
90 for (unsigned int table_index = 0; table_index < 2; table_index++) {
91 hb_tag_t table_tag = table_tags[table_index];
92 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index],
35 add_lookups(hb_face_t *face, unsigned int table_index, unsigned int feature_index, hb_mask_t mask, bool auto_zwj) argument
113 collect_lookups(unsigned int table_index, hb_set_t *lookups_out) const argument
119 add_pause(unsigned int table_index, hb_ot_map_t::pause_func_t pause_func) argument
[all...]
H A Dhb-ot-shape-private.hh51 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);
H A Dhb-open-file-private.hh81 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);
H A Dhb-ot-map-private.hh96 inline unsigned int get_feature_index (unsigned int table_index, hb_tag_t feature_tag) const { argument
98 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX;
101 inline unsigned int get_feature_stage (unsigned int table_index, hb_tag_t feature_tag) const { argument
103 return map ? map->stage[table_index] : (unsigned int) -1;
106 inline void get_stage_lookups (unsigned int table_index, unsigned int stage, argument
113 assert (stage <= stages[table_index].len);
114 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0;
115 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index]
[all...]
H A Dhb-ot-layout.cc805 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][
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh263 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);
/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc36 unsigned int table_index,
45 table_lookup_count = hb_ot_layout_table_get_lookup_count (face, table_tags[table_index]);
51 table_tags[table_index],
60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push ();
90 for (unsigned int table_index = 0; table_index < 2; table_index++) {
91 hb_tag_t table_tag = table_tags[table_index];
92 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index],
35 add_lookups(hb_face_t *face, unsigned int table_index, unsigned int feature_index, hb_mask_t mask, bool auto_zwj) argument
113 collect_lookups(unsigned int table_index, hb_set_t *lookups_out) const argument
119 add_pause(unsigned int table_index, hb_ot_map_t::pause_func_t pause_func) argument
[all...]
H A Dhb-ot-shape-private.hh51 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);
H A Dhb-open-file-private.hh81 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);
H A Dhb-ot-map-private.hh96 inline unsigned int get_feature_index (unsigned int table_index, hb_tag_t feature_tag) const { argument
98 return map ? map->index[table_index] : HB_OT_LAYOUT_NO_FEATURE_INDEX;
101 inline unsigned int get_feature_stage (unsigned int table_index, hb_tag_t feature_tag) const { argument
103 return map ? map->stage[table_index] : (unsigned int) -1;
106 inline void get_stage_lookups (unsigned int table_index, unsigned int stage, argument
113 assert (stage <= stages[table_index].len);
114 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0;
115 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index]
[all...]
H A Dhb-ot-layout.cc805 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][
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh263 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);
/external/chromium_org/net/spdy/
H A Dhpack_huffman_table.cc124 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/
H A Dqm_select.cc594 uint8_t table_index = image_class * 9 + content_class_; local
597 float scaleTransRate = kScaleTransRateQm[table_index];
/external/qemu/block/
H A Dqcow2-refcount.c464 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)) {
/external/e2fsprogs/misc/
H A De2image.c1068 __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;

Completed in 3825 milliseconds