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

  /external/chromium/third_party/zlib/
trees.c 123 const intf *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s
124 int extra_base; /* base index for extra_bits */
254 static_l_desc.extra_bits = extra_lbits;
256 static_d_desc.extra_bits = extra_dbits;
257 static_bl_desc.extra_bits = extra_blbits;
497 const intf *extra = desc->stat_desc->extra_bits;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 123 const intf *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s
124 int extra_base; /* base index for extra_bits */
254 static_l_desc.extra_bits = extra_lbits;
256 static_d_desc.extra_bits = extra_dbits;
257 static_bl_desc.extra_bits = extra_blbits;
497 const intf *extra = desc->stat_desc->extra_bits;
    [all...]
  /external/zlib/
trees.c 124 const intf *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s
125 int extra_base; /* base index for extra_bits */
256 static_l_desc.extra_bits = extra_lbits;
258 static_d_desc.extra_bits = extra_dbits;
259 static_bl_desc.extra_bits = extra_blbits;
501 const intf *extra = desc->stat_desc->extra_bits;
    [all...]
  /external/libvpx/vp8/encoder/
firstpass.c 1912 int extra_bits; local
    [all...]

Completed in 76 milliseconds