Home | History | Annotate | Download | only in decoder

Lines Matching defs:maxLen

55 * maxLen        : Maximum Length of the decoded symbol in bits
92 * maxLen : Maximum Length of the decoded symbol in bits
509 WORD32 maxLen;
513 maxLen = MPEG2_DCT_DC_SIZE_LEN;
517 maxLen += 1;
524 UWORD32 maxLen_tmp = maxLen;
529 IBITS_NXT(u4_buf,u4_buf_nxt,u4_offset,u4_bits,maxLen)
542 FLUSH_BITS(u4_offset,u4_buf,u4_buf_nxt,(maxLen - maxLen_tmp),pu4_buf_aligned)