Home | History | Annotate | Download | only in src

Lines Matching refs:codeLength

499   UWord16 codeWord, codeLength;
514 codeLength = HI_LTAB(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
515 WriteBits(hBitstream, codeWord, codeLength);
526 codeLength = LO_LTAB(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
527 WriteBits(hBitstream,codeWord,codeLength);
580 codeLength = HI_LTAB(huff_ltab3_4[t0][t1][t2][t3]);
581 WriteBits(hBitstream,codeWord,codeLength);
634 codeLength = LO_LTAB(huff_ltab3_4[t0][t1][t2][t3]);
635 WriteBits(hBitstream,codeWord,codeLength);
645 codeLength = HI_LTAB(huff_ltab5_6[t0+4][t1+4]);
646 WriteBits(hBitstream,codeWord,codeLength);
655 codeLength = LO_LTAB(huff_ltab5_6[t0+4][t1+4]);
656 WriteBits(hBitstream,codeWord,codeLength);
688 codeLength = HI_LTAB(huff_ltab7_8[t0][t1]);
689 WriteBits(hBitstream,codeWord,codeLength);
722 codeLength = LO_LTAB(huff_ltab7_8[t0][t1]);
723 WriteBits(hBitstream,codeWord,codeLength);
756 codeLength = HI_LTAB(huff_ltab9_10[t0][t1]);
757 WriteBits(hBitstream,codeWord,codeLength);
790 codeLength = LO_LTAB(huff_ltab9_10[t0][t1]);
791 WriteBits(hBitstream,codeWord,codeLength);
827 codeLength = huff_ltab11[t00][t01];
828 WriteBits(hBitstream,codeWord,codeLength);
875 Word16 codeLength;
882 codeLength = huff_ltabscf[delta + CODE_BOOK_SCF_LAV];
883 WriteBits(hBitstream,codeWord,codeLength);