Home
last modified time | relevance | path

Searched refs:iLenLongestCW (Results 1 – 4 of 4) sorted by relevance

/dports/audio/faac/faac-78d8e01/libfaac/
H A Dhuff2.c63 coder->iLenReordSpData+=blen;if(coder->iLenLongestCW<blen)\
64 coder->iLenLongestCW=blen;}
350 if (coder->iLenLongestCW < drmbits) in huffcode()
351 coder->iLenLongestCW = drmbits; in huffcode()
H A Dcoder.h146 int iLenLongestCW; member
H A Dbitstream.c590 PutBit(bitStream, coderInfo->iLenLongestCW, LEN_HCR_LONGCW);
1138 cursegmsize = min(maxCwLen[cw_info[i].cb], coder->iLenLongestCW);
H A Dquantize.c299 coder->iLenLongestCW = 0; /* init length of longest codeword */ in BlocQuant()