cqueue_enqueue    492 libavfilter/af_dynaudnorm.c             cqueue_enqueue(s->gain_history_original[channel], initial_value);
cqueue_enqueue    493 libavfilter/af_dynaudnorm.c             cqueue_enqueue(s->threshold_history[channel], gain.threshold);
cqueue_enqueue    497 libavfilter/af_dynaudnorm.c     cqueue_enqueue(s->gain_history_original[channel], gain.max_gain);
cqueue_enqueue    510 libavfilter/af_dynaudnorm.c                 cqueue_enqueue(s->gain_history_minimum[channel], initial_value);
cqueue_enqueue    516 libavfilter/af_dynaudnorm.c         cqueue_enqueue(s->gain_history_minimum[channel], minimum);
cqueue_enqueue    518 libavfilter/af_dynaudnorm.c         cqueue_enqueue(s->threshold_history[channel], gain.threshold);
cqueue_enqueue    530 libavfilter/af_dynaudnorm.c         cqueue_enqueue(s->gain_history_smoothed[channel], smoothed);
cqueue_enqueue    729 libavfilter/af_dynaudnorm.c         cqueue_enqueue(s->is_enabled, !ctx->is_disabled);