HomeSort by relevance Sort by last modified time
    Searched refs:DecodedValue (Results 1 - 2 of 2) sorted by null

  /external/libmpeg2/decoder/
impeg2d_vld.c 187 * DecodedValue has the Run, Level and the number of bits used by Vld code
259 * DecodedValue has the Run, Level and the number of bits used by Vld code
636 WORD16 DecodedValue;
641 DecodedValue = gau2_impeg2d_tab_one_1_9[u4_bits >> 8];
642 u4_sym_len = (DecodedValue & 0xf);
643 u4_level = DecodedValue >> 9;
647 u4_run = ((DecodedValue >> 4) & 0x1f);
659 if (DecodedValue == END_OF_BLOCK_ONE)
689 DecodedValue = gau2_impeg2d_tab_one_10_16[u4_bits];
691 u4_run = BITS(DecodedValue, 8,4)
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]

Completed in 99 milliseconds