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

  /external/opencv/otherlibs/highgui/
bitstrm.cpp 450 int table_bits = table[0]; local
451 val = table[Show(table_bits) + 2];
457 Move( table_bits );
552 int table_bits = table[0]; local
553 val = table[Show(table_bits) + 1];
559 Move( table_bits );
652 int table_bits= first_bits; local
658 if( code_bits > table_bits )
660 int idx = code >> (code_bits -= table_bits);
663 table_bits= sub_tables[idx].bits
    [all...]
  /external/elfutils/libcpu/
i386_parse.c     [all...]
i386_parse.y     [all...]

Completed in 69 milliseconds