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

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfHuf.cpp 192 // - for each (uncompressed) symbol, hcode contains the length
194 // - canonical codes are computed and stored in hcode
207 hufCanonicalCodeTable (Int64 hcode[HUF_ENCSIZE])
221 n[hcode[i]] += 1;
239 // hcode[i] contains the length, l, of the
242 // l and the code in hcode[i].
247 int l = hcode[i];
250 hcode[i] = l | (n[l]++ << 6);
467 (const Int64* hcode, // i : encoding table [HUF_ENCSIZE]
468 int im, // i : min hcode inde
    [all...]
  /external/webp/src/dec/
vp8l.c 218 static int AccumulateHCode(HuffmanCode hcode, int shift,
220 huff->bits += hcode.bits;
221 huff->value |= (uint32_t)hcode.value << shift;
223 return hcode.bits;
231 HuffmanCode hcode = htree_group->htrees[GREEN][bits]; local
232 if (hcode.value >= NUM_LITERAL_CODES) {
233 huff->bits = hcode.bits + BITS_SPECIAL_MARKER;
234 huff->value = hcode.value;
238 bits >>= AccumulateHCode(hcode, 8, huff);
    [all...]
  /external/valgrind/coregrind/
m_transtab.c 716 void* hcode )
732 key.start = hcode;
751 /* Can only half check that the found TTEntry contains hcode,
752 due to not having a length value for the hcode in the
754 vg_assert((UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode);
765 /* Figure out whether or not hcode is jitted code present in the main
768 static Bool is_in_the_main_TC ( const void* hcode )
775 if ((const UChar*)hcode >= (const UChar*)sectors[sno].tc
776 && (const UChar*)hcode <= (const UChar*)sectors[sno].tc_next
2165 Addr hcode; member in struct:__anon25287
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 1149 Addr hcode = 0; local
    [all...]

Completed in 135 milliseconds