Searched refs:apply_channel_coupling (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ac3enc_template.c | 111 static void apply_channel_coupling(AC3EncodeContext *s) in apply_channel_coupling() function 394 apply_channel_coupling(s); in encode_frame()
|
H A D | aacdec_template.c | 3000 static void apply_channel_coupling(AACContext *ac, ChannelElement *cc, function 3055 apply_channel_coupling(ac, che, type, i, BEFORE_TNS, AAC_RENAME(apply_dependent_coupling)); 3069 apply_channel_coupling(ac, che, type, i, BETWEEN_TNS_AND_IMDCT, AAC_RENAME(apply_dependent_coupling)); 3084 apply_channel_coupling(ac, che, type, i, AFTER_IMDCT, AAC_RENAME(apply_independent_coupling));
|
Completed in 6 milliseconds