Lines Matching defs:command
79 /** indicates if the FN_* command is audio or non-audio */
351 static int decode_subframe_lpc(ShortenContext *s, int command, int channel,
357 if (command == FN_QLPC) {
373 pred_order = command;
384 if (command == FN_QLPC && coffset)
389 init_sum = pred_order ? (command == FN_QLPC ? s->lpcqoffset : 0) : coffset;
399 if (command == FN_QLPC && coffset)
602 /* if quit command was read previously, don't decode anything */
627 /* process non-audio command */
671 /* process audio command */