Searched refs:hcode (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfHuf.cpp | 207 hufCanonicalCodeTable (Int64 hcode[HUF_ENCSIZE]) in hufCanonicalCodeTable() 221 n[hcode[i]] += 1; in hufCanonicalCodeTable() 247 int l = hcode[i]; in hufCanonicalCodeTable() 250 hcode[i] = l | (n[l]++ << 6); in hufCanonicalCodeTable() 467 (const Int64* hcode, // i : encoding table [HUF_ENCSIZE] in hufPackEncTable() argument 478 int l = hufLength (hcode[im]); in hufPackEncTable() 486 if (hufLength (hcode[im+1]) > 0 ) in hufPackEncTable() 527 Int64* hcode) // o: encoding table [HUF_ENCSIZE] in hufUnpackEncTable() argument 529 memset (hcode, 0, sizeof (Int64) * HUF_ENCSIZE); in hufUnpackEncTable() 540 Int64 l = hcode[im] = getBits (6, c, lc, p); // code length in hufUnpackEncTable() [all …]
|
/external/webp/src/dec/ |
D | vp8l.c | 218 static int AccumulateHCode(HuffmanCode hcode, int shift, in AccumulateHCode() argument 220 huff->bits += hcode.bits; in AccumulateHCode() 221 huff->value |= (uint32_t)hcode.value << shift; in AccumulateHCode() 223 return hcode.bits; in AccumulateHCode() 231 HuffmanCode hcode = htree_group->htrees[GREEN][bits]; in BuildPackedTable() local 232 if (hcode.value >= NUM_LITERAL_CODES) { in BuildPackedTable() 233 huff->bits = hcode.bits + BITS_SPECIAL_MARKER; in BuildPackedTable() 234 huff->value = hcode.value; in BuildPackedTable() 238 bits >>= AccumulateHCode(hcode, 8, huff); in BuildPackedTable()
|
/external/valgrind/coregrind/ |
D | m_transtab.c | 716 void* hcode ) in find_TTEntry_from_hcode() argument 732 key.start = hcode; in find_TTEntry_from_hcode() 754 vg_assert((UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode); in find_TTEntry_from_hcode() 768 static Bool is_in_the_main_TC ( const void* hcode ) in is_in_the_main_TC() argument 775 if ((const UChar*)hcode >= (const UChar*)sectors[sno].tc in is_in_the_main_TC() 776 && (const UChar*)hcode <= (const UChar*)sectors[sno].tc_next in is_in_the_main_TC() 2165 Addr hcode; member 2269 unredir_tt[i].hcode = (Addr)dstP; in VG_() 2286 *result = unredir_tt[i].hcode; in VG_()
|
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 1149 Addr hcode = 0; in handle_noredir_jump() local 1152 Bool found = VG_(search_unredir_transtab)( &hcode, ip ); in handle_noredir_jump() 1158 found = VG_(search_unredir_transtab)( &hcode, ip ); in handle_noredir_jump() 1173 vg_assert(hcode != 0); in handle_noredir_jump() 1178 hcode, True/*use hcode*/ ); in handle_noredir_jump()
|
/external/jemalloc/ |
D | configure.ac | 32 dnl JE_COMPILABLE(label, hcode, mcode, rvar)
|
/external/valgrind/ |
D | NEWS | 1141 315545 Assertion '(UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode' failed
|