Lines Matching refs:c
258 static Bool IS_SUPPORTED_CODER(const CSzCoderInfo *c) in IS_SUPPORTED_CODER() argument
261 c->NumInStreams == 1 && in IS_SUPPORTED_CODER()
262 c->NumOutStreams == 1 && in IS_SUPPORTED_CODER()
263 c->MethodID <= (UInt32)0xFFFFFFFF && in IS_SUPPORTED_CODER()
264 IS_MAIN_METHOD((UInt32)c->MethodID); in IS_SUPPORTED_CODER()
267 #define IS_BCJ2(c) ((c)->MethodID == k_BCJ2 && (c)->NumInStreams == 4 && (c)->NumOutStreams == 1) argument
283 CSzCoderInfo *c = &f->Coders[1]; in CheckSupportedFolder() local
284 if (c->MethodID > (UInt32)0xFFFFFFFF || in CheckSupportedFolder()
285 c->NumInStreams != 1 || in CheckSupportedFolder()
286 c->NumOutStreams != 1 || in CheckSupportedFolder()
293 switch ((UInt32)c->MethodID) in CheckSupportedFolder()