Lines Matching defs:opcode
225 MMCOOpcode opcode = get_ue_golomb_31(gb);
226 if (opcode > (unsigned) MMCO_LONG) {
229 opcode);
232 if (opcode == MMCO_END)
234 else if (opcode == MMCO_RESET)
237 if (opcode == MMCO_SHORT2UNUSED || opcode == MMCO_SHORT2LONG)
239 if (opcode == MMCO_SHORT2LONG || opcode == MMCO_LONG2UNUSED ||
240 opcode == MMCO_LONG || opcode == MMCO_SET_MAX_LONG)