Home
last modified time | relevance | path

Searched refs:hcode (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/com32/lib/jpeg/
Dtinyjpeg.c224 int value, hcode; in get_next_huffman_code() local
228 look_nbits(priv->reservoir, priv->nbits_in_reservoir, priv->stream, HUFFMAN_HASH_NBITS, hcode); in get_next_huffman_code()
229 value = huffman_table->lookup[hcode]; in get_next_huffman_code()
242 look_nbits(priv->reservoir, priv->nbits_in_reservoir, priv->stream, nbits, hcode); in get_next_huffman_code()
246 if (slowtable[0] == hcode) { in get_next_huffman_code()
/external/webp/src/dec/
Dvp8l_dec.c219 static int AccumulateHCode(HuffmanCode hcode, int shift, in AccumulateHCode() argument
221 huff->bits += hcode.bits; in AccumulateHCode()
222 huff->value |= (uint32_t)hcode.value << shift; in AccumulateHCode()
224 return hcode.bits; in AccumulateHCode()
232 HuffmanCode hcode = htree_group->htrees[GREEN][bits]; in BuildPackedTable() local
233 if (hcode.value >= NUM_LITERAL_CODES) { in BuildPackedTable()
234 huff->bits = hcode.bits + BITS_SPECIAL_MARKER; in BuildPackedTable()
235 huff->value = hcode.value; in BuildPackedTable()
239 bits >>= AccumulateHCode(hcode, 8, huff); in BuildPackedTable()
/external/brotli/research/
Dbrotlidump.py1161 hcode = (dcode - self.NDIRECT - 16) >> self.NPOSTFIX
1163 offset = ((2 + (hcode & 1)) << ndistbits) - 4
1180 hcode = index >> self.NPOSTFIX
1185 hcode&1,
1186 'x'*(2+hcode>>1) if hcode<13 or verbose else '[{}*x]'.format(2+hcode>>1),
/external/valgrind/coregrind/
Dm_transtab.c792 void* hcode ) in find_TTEntry_from_hcode() argument
808 key.start = hcode; in find_TTEntry_from_hcode()
830 vg_assert((UChar*)sec->ttC[tteNo].tcptr <= (UChar*)hcode); in find_TTEntry_from_hcode()
844 static Bool is_in_the_main_TC ( const void* hcode ) in is_in_the_main_TC() argument
851 if ((const UChar*)hcode >= (const UChar*)sectors[sno].tc in is_in_the_main_TC()
852 && (const UChar*)hcode <= (const UChar*)sectors[sno].tc_next in is_in_the_main_TC()
2266 Addr hcode; member
2370 unredir_tt[i].hcode = (Addr)dstP; in VG_()
2387 *result = unredir_tt[i].hcode; in VG_()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1157 Addr hcode = 0; in handle_noredir_jump() local
1160 Bool found = VG_(search_unredir_transtab)( &hcode, ip ); in handle_noredir_jump()
1166 found = VG_(search_unredir_transtab)( &hcode, ip ); in handle_noredir_jump()
1181 vg_assert(hcode != 0); in handle_noredir_jump()
1186 hcode, True/*use hcode*/ ); in handle_noredir_jump()
/external/jemalloc/
Dconfigure.ac32 dnl JE_COMPILABLE(label, hcode, mcode, rvar)
/external/valgrind/
DNEWS1625 315545 Assertion '(UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode' failed