Lines Matching refs:MethodID
293 /* && c->MethodID <= (UInt32)0xFFFFFFFF */
294 && IS_MAIN_METHOD((UInt32)c->MethodID);
297 #define IS_BCJ2(c) ((c)->MethodID == k_BCJ2 && (c)->NumStreams == 4)
319 /* c->MethodID > (UInt32)0xFFFFFFFF || */
327 switch ((UInt32)c->MethodID)
389 if (IS_MAIN_METHOD((UInt32)coder->MethodID))
427 if (coder->MethodID == k_Copy)
433 else if (coder->MethodID == k_LZMA)
438 else if (coder->MethodID == k_LZMA2)
444 else if (coder->MethodID == k_PPMD)
452 else if (coder->MethodID == k_BCJ2)
507 if (coder->MethodID == k_Delta)
521 switch (coder->MethodID)