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

  /hardware/intel/img/psb_video/src/
tng_jpegdec.c 543 uint32_t table_class; local
545 for (table_class = 0; table_class < TABLE_CLASS_NUM; table_class++) {
547 if (ctx->symbol_stats[table_class][table_id].num_codes) {
548 JPG_VLC_CompileTable(ctx->symbol_codes[table_class][table_id],
549 &ctx->symbol_stats[table_class][table_id], ctx->huffman_table_space, ctx->huffman_table_RAM,
550 &ctx->table_stats[table_class][table_id]);
551 ctx->huffman_table_space -= ctx->table_stats[table_class][table_id].size;
552 ctx->huffman_table_RAM += ctx->table_stats[table_class][table_id].size
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
formatter.py 303 def zebra_table(self, title, rows, table_class="variables"):
307 table = ['<table class="%s">' % table_class,

Completed in 65 milliseconds