Home
last modified time | relevance | path

Searched refs:tonal_bounds (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddca_lbr.h118 uint16_t tonal_bounds[5][32][2]; ///< Per-group per-subframe start/end positions of tones member
H A Ddca_lbr.c283 s->tonal_bounds[group][sf_idx][0] = s->ntones; in parse_tonal()
348 s->tonal_bounds[group][sf_idx][1] = s->ntones; in parse_tonal()
1268 s->tonal_bounds[group][sf_idx][0] = in ff_dca_lbr_parse()
1269 s->tonal_bounds[group][sf_idx][1] = s->ntones; in ff_dca_lbr_parse()
1622 start = s->tonal_bounds[group][group_sf][0]; in synth_tones()
1623 count = (s->tonal_bounds[group][group_sf][1] - start) & (DCA_LBR_TONES - 1); in synth_tones()
1799 memset(s->tonal_bounds, 0, sizeof(s->tonal_bounds)); in ff_dca_lbr_flush()

Completed in 7 milliseconds