Home | History | Annotate | Download | only in C

Lines Matching defs:coder

506     CSzCoderInfo *coder = f->Coders + i;

526 coder->MethodID = (UInt32)id;
528 coder->NumInStreams = 1;
529 coder->NumOutStreams = 1;
530 coder->PropsOffset = 0;
531 coder->PropsSize = 0;
539 coder->NumInStreams = (Byte)numStreams;
543 coder->NumOutStreams = (Byte)numStreams;
553 coder->PropsOffset = sd->Data - dataStart;
554 coder->PropsSize = (Byte)propsSize;
558 numInStreams += coder->NumInStreams;
559 numOutStreams += coder->NumOutStreams;