Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddcaenc.c90 int32_t diff_peak_cb[MAX_CHANNELS][DCAENC_SUBBANDS]; ///< expected peak of residual signal member
594 c->diff_peak_cb[ch][band] = find_peak(c, estimated_diff, 16); in adpcm_analysis()
654 int32_t diff_peak_cb = c->diff_peak_cb[ch][band]; in quantize_adpcm_subband() local
655 c->scale_factor[ch][band] = calc_one_scale(c, diff_peak_cb, in quantize_adpcm_subband()
665 SUBBAND_SAMPLES, c->cb_to_level[-diff_peak_cb]); in quantize_adpcm_subband()

Completed in 3 milliseconds