Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddca_lbr.h120 int ntones; ///< Circular buffer head position member
H A Ddca_lbr.c283 s->tonal_bounds[group][sf_idx][0] = s->ntones; in parse_tonal()
331 DCALbrTone *t = &s->tones[s->ntones]; in parse_tonal()
332 s->ntones = (s->ntones + 1) & (DCA_LBR_TONES - 1); in parse_tonal()
348 s->tonal_bounds[group][sf_idx][1] = s->ntones; in parse_tonal()
1269 s->tonal_bounds[group][sf_idx][1] = s->ntones; in ff_dca_lbr_parse()
1802 s->ntones = 0; in ff_dca_lbr_flush()

Completed in 4 milliseconds