Searched refs:bl_order (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/zlib-1.2.3/
H A Dtrees.c70 local const uch bl_order[BL_CODES] variable
801 * bl_order of the last bit length code to send.
823 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
842 int rank; /* index in bl_order */
852 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
853 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
950 * in bl_order of the last bit length code to send.
/external/zlib/src/
H A Dtrees.c71 local const uch bl_order[BL_CODES] variable
799 * bl_order of the last bit length code to send.
821 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
840 int rank; /* index in bl_order */
850 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
851 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
936 * in bl_order of the last bit length code to send.
/external/chromium_org/third_party/zlib/
H A Dtrees.c71 local const uch bl_order[BL_CODES] variable
805 * bl_order of the last bit length code to send.
827 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
846 int rank; /* index in bl_order */
856 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
857 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
954 * in bl_order of the last bit length code to send.

Completed in 370 milliseconds