Searched refs:table_idx (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacps_common.c | 78 int8_t (*PAR)[PS_MAX_NR_IIDICC], int table_idx, int e, int dt) \ 81 VLC_TYPE (*vlc_table)[2] = vlc_ps[table_idx].table; \ 108 READ_PAR_DATA(iid, huff_offset[table_idx], 0, FFABS(ps->iid_par[e][b]) > 7 + 8 * ps->iid_quan… 109 READ_PAR_DATA(icc, huff_offset[table_idx], 0, ps->icc_par[e][b] > 7U, 9, 2)
|
D | wmaprodec.c | 157 …uint8_t table_idx; ///< index in sf_offsets for the scale factor re… member 234 …uint8_t table_idx; ///< index for the num_sfb, sfb_offsets, sf_offset… member 1029 const int8_t* sf_offsets = s->sf_offsets[s->table_idx][s->channel[c].table_idx]; in decode_scale_factors() 1082 s->channel[c].table_idx = s->table_idx; in decode_scale_factors() 1241 s->table_idx = av_log2(s->samples_per_frame/subframe_len); in decode_subframe() 1242 s->num_bands = s->num_sfb[s->table_idx]; in decode_subframe() 1243 s->cur_sfb_offsets = s->sfb_offsets[s->table_idx]; in decode_subframe() 1244 cur_subwoofer_cutoff = s->subwoofer_cutoffs[s->table_idx]; in decode_subframe()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_tables.cpp | 342 const int table_idx = g.Tables.GetIndex(table); in BeginTableEx() local 347 temp_data->TableIndex = table_idx; in BeginTableEx() 464 outer_window->DC.CurrentTableIdx = table_idx; in BeginTableEx() 466 inner_window->DC.CurrentTableIdx = table_idx; in BeginTableEx() 472 if (table_idx >= g.TablesLastTimeActive.Size) in BeginTableEx() 473 g.TablesLastTimeActive.resize(table_idx + 1, -1.0f); in BeginTableEx() 474 g.TablesLastTimeActive[table_idx] = (float)g.Time; in BeginTableEx() 3454 int table_idx = g.Tables.GetIndex(table); in TableRemove() local 3458 g.TablesLastTimeActive[table_idx] = -1.0f; in TableRemove()
|