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

  /external/opencv/otherlibs/highgui/
bitstrm.cpp 598 sub_tables[1 << 11]; local
603 memset( sub_tables, 0, ((size_t)1 << first_bits)*sizeof(sub_tables[0]) );
615 sub_tables[code >> sb].bits = sb;
622 int b = sub_tables[i].bits;
626 sub_tables[i].offset = size;
662 offset = sub_tables[idx].offset;
663 table_bits= sub_tables[idx].bits;
  /external/harfbuzz_ng/src/
hb-open-file-private.hh 95 const TableRecord *sub_tables = tables.array + start_offset; local
98 table_tags[i] = sub_tables[i].tag;

Completed in 77 milliseconds