Searched refs:estimate_stereo_mode (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | alacenc.c | 185 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 D | flacenc.c | 1076 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 D | mlpenc.c | 1365 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