Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dflacenc.c1077 int max_rice_param) in estimate_stereo_mode()
1097 k = find_optimal_param(2 * sum[i], n, max_rice_param); in estimate_stereo_mode()
1137 int max_rice_param = (1 << frame->subframes[0].rc.coding_mode) - 2; in channel_decorrelation() local
1138 frame->ch_mode = estimate_stereo_mode(left, right, n, max_rice_param); in channel_decorrelation()
1076 estimate_stereo_mode(const int32_t *left_ch, const int32_t *right_ch, int n, int max_rice_param) estimate_stereo_mode() argument

Completed in 3 milliseconds