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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlpdec.c164 static const uint64_t thd_channel_order[] = { variable
188 for (i = 0; i < FF_ARRAY_ELEMS(thd_channel_order); i++)
189 if (channel_layout & thd_channel_order[i] && !index--)
190 return thd_channel_order[i];

Completed in 166 milliseconds