Searched refs:estimate_stereo_mode (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | alacenc.c | 184 static int estimate_stereo_mode(int32_t *left_ch, int32_t *right_ch, int n) in estimate_stereo_mode() function 223 mode = estimate_stereo_mode(left, right, n); in alac_stereo_decorrelation()
|
D | flacenc.c | 1109 static int estimate_stereo_mode(const int32_t *left_ch, const int32_t *right_ch, int n, in estimate_stereo_mode() function 1171 frame->ch_mode = estimate_stereo_mode(left, right, n, max_rice_param); in channel_decorrelation()
|
D | mlpenc.c | 1448 static enum MLPChMode estimate_stereo_mode(MLPEncodeContext *ctx) in estimate_stereo_mode() function 1515 mode = estimate_stereo_mode(ctx); in lossless_matrix_coeffs()
|