Home
last modified time | relevance | path

Searched refs:first_cpe (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacdec_template.c241 int first_cpe = 0; in count_paired_channels() local
249 if (pos == AAC_CHANNEL_FRONT && !first_cpe) { in count_paired_channels()
256 first_cpe = 1; in count_paired_channels()
263 ((pos == AAC_CHANNEL_FRONT && first_cpe) || pos == AAC_CHANNEL_SIDE)) in count_paired_channels()