Lines Matching defs:order
120 * channel order to match the internal FFmpeg channel layout.
528 * Configure output channel order based on the current program
556 // Try to sniff a reasonable channel order, otherwise output the
557 // channels in the order the PCE declared them.
591 ac->oc[1].ch_layout.order = AV_CHANNEL_ORDER_UNSPEC;
1714 if ((tns->order[w][filt] = get_bits(gb, 5 - 2 * is8)) > tns_max_order) {
1716 "TNS filter order %d is greater than maximum %d.\n",
1717 tns->order[w][filt], tns_max_order);
1718 tns->order[w][filt] = 0;
1721 if (tns->order[w][filt]) {
1727 for (i = 0; i < tns->order[w][filt]; i++)
2612 int bottom, top, order, start, end, size, inc;
2625 order = tns->order[w][filt];
2626 if (order == 0)
2630 AAC_RENAME(compute_lpc_coefs)(tns->coef[w][filt], order, lpc, 0, 0, 0);
2647 for (i = 1; i <= FFMIN(m, order); i++)
2653 for (i = 1; i <= FFMIN(m, order); i++)
2655 for (i = order; i > 0; i--)
3576 { "default", "normal libavcodec channel order", 0, AV_OPT_TYPE_CONST,
3578 { "coded", "order in which the channels are coded in the bitstream",