Home
last modified time | relevance | path

Searched refs:tones (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dqdmc.c59 QDMCTone tones[5][8192]; member
412 if (index >= FF_ARRAY_ELEMS(s->tones[group])) { in add_tone()
413 av_log(s->avctx, AV_LOG_WARNING, "Too many tones already in buffer, ignoring tone!\n"); in add_tone()
417 s->tones[group][index].offset = offset; in add_tone()
418 s->tones[group][index].freq = freq; in add_tone()
419 s->tones[group][index].mode = stereo_mode; in add_tone()
420 s->tones[group][index].amplitude = amplitude; in add_tone()
421 s->tones[group][index].phase = phase; in add_tone()
603 QDMCTone *t = &s->tones[g][w]; in add_waves()
612 QDMCTone *t = &s->tones[ in add_waves()
[all...]
H A Ddca_lbr.h118 uint16_t tonal_bounds[5][32][2]; ///< Per-group per-subframe start/end positions of tones
119 DCALbrTone tones[DCA_LBR_TONES]; ///< Circular buffer of tones member
H A Ddca_lbr.c285 // Parse tones for this subframe in parse_tonal()
331 DCALbrTone *t = &s->tones[s->ntones]; in parse_tonal()
1612 * Synthesise tones in the given group for the given tonal subframe
1626 DCALbrTone *t = &s->tones[(start + i) & (DCA_LBR_TONES - 1)]; in synth_tones()
1676 * Synthesise all tones in all groups for the given residual subframe

Completed in 5 milliseconds