Home
last modified time | relevance | path

Searched refs:hdcd_analyze (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_hdcd.c1206 static int hdcd_analyze(int32_t *samples, int count, int stride, int gain, int target_gain, int ext… in hdcd_analyze() function
1386 …gain = hdcd_analyze(samples, envelope_run, stride, gain, target_gain, peak_extend, ctx->analyze_mo… in hdcd_process()
1398 …gain = hdcd_analyze(samples, lead, stride, gain, target_gain, peak_extend, ctx->analyze_mode, stat… in hdcd_process()
1431 …gain[0] = hdcd_analyze(samples, envelope_run, stride, gain[0], ctx->val_target_gain, peak_extend[0… in hdcd_process_stereo()
1435 …gain[1] = hdcd_analyze(samples + 1, envelope_run, stride, gain[1], ctx->val_target_gain, peak_exte… in hdcd_process_stereo()
1453 … gain[0] = hdcd_analyze(samples, lead, stride, gain[0], ctx->val_target_gain, peak_extend[0], in hdcd_process_stereo()
1457 … gain[1] = hdcd_analyze(samples + 1, lead, stride, gain[1], ctx->val_target_gain, peak_extend[1], in hdcd_process_stereo()