Searched refs:peak_extend (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_hdcd.c | 912 hdcd_pe peak_extend; member 1335 static void hdcd_control(HDCDContext *ctx, hdcd_state *state, int *peak_extend, int *target_gain) in hdcd_control() argument 1337 *peak_extend = (ctx->force_pe || state->control & 16); in hdcd_control() 1369 int peak_extend, target_gain; in hdcd_process() local 1375 hdcd_control(ctx, state, &peak_extend, &target_gain); in hdcd_process() 1386 …gain = hdcd_analyze(samples, envelope_run, stride, gain, target_gain, peak_extend, ctx->analyze_mo… in hdcd_process() 1388 …hdcd_envelope(samples, envelope_run, stride, ctx->bits_per_sample, gain, target_gain, peak_extend); in hdcd_process() 1393 hdcd_control(ctx, state, &peak_extend, &target_gain); in hdcd_process() 1398 …gain = hdcd_analyze(samples, lead, stride, gain, target_gain, peak_extend, ctx->analyze_mode, stat… in hdcd_process() 1400 … gain = hdcd_envelope(samples, lead, stride, ctx->bits_per_sample, gain, target_gain, peak_extend); in hdcd_process() [all …]
|