Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dalacenc.c185 static int estimate_stereo_mode(int32_t *left_ch, int32_t *right_ch, int n) in estimate_stereo_mode() function
224 mode = estimate_stereo_mode(left, right, n); in alac_stereo_decorrelation()
H A Dflacenc.c1076 static int estimate_stereo_mode(const int32_t *left_ch, const int32_t *right_ch, int n, in estimate_stereo_mode() function
1138 frame->ch_mode = estimate_stereo_mode(left, right, n, max_rice_param); in channel_decorrelation()
H A Dmlpenc.c1365 static enum MLPChMode estimate_stereo_mode(MLPEncodeContext *ctx) in estimate_stereo_mode() function
1429 mode = estimate_stereo_mode(ctx); in lossless_matrix_coeffs()

Completed in 7 milliseconds