Home
last modified time | relevance | path

Searched refs:table_idx (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daacps_common.c78 int8_t (*PAR)[PS_MAX_NR_IIDICC], int table_idx, int e, int dt) \
81 const VLCElem *vlc_table = 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_quant, 9, 3)
109 READ_PAR_DATA(icc, huff_offset[table_idx], 0, ps->icc_par[e][b] > 7U, 9, 2)
H A Dwmaprodec.c160 uint8_t table_idx; ///< index in sf_offsets for the scale factor reference block member
239 uint8_t table_idx; ///< index for the num_sfb, sfb_offsets, sf_offsets and subwoofer_cutoffs tables member
1043 const int8_t* sf_offsets = s->sf_offsets[s->table_idx][s->channel[c].table_idx]; in decode_scale_factors()
1096 s->channel[c].table_idx = s->table_idx; in decode_scale_factors()
1255 s->table_idx = av_log2(s->samples_per_frame/subframe_len); in decode_subframe()
1256 s->num_bands = s->num_sfb[s->table_idx]; in decode_subframe()
1257 s->cur_sfb_offsets = s->sfb_offsets[s->table_idx]; in decode_subframe()
1258 cur_subwoofer_cutoff = s->subwoofer_cutoffs[s->table_idx]; in decode_subframe()
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_apsyclip.c288 int base_idx, start_bin, end_bin, table_idx; in calculate_mask_curve() local
302 table_idx = s->spread_table_index[i]; in calculate_mask_curve()
303 range[0] = s->spread_table_range[table_idx][0]; in calculate_mask_curve()
304 range[1] = s->spread_table_range[table_idx][1]; in calculate_mask_curve()
305 base_idx = table_idx * s->num_psy_bins; in calculate_mask_curve()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_tables.cpp342 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);
3458 g.TablesLastTimeActive[table_idx] = -1.0f;

Completed in 14 milliseconds