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

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 804 int max_blindex; /* index of last bit length code of non zero freq */ local
820 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
821 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
824 s->opt_len += 3*(max_blindex+1) + 5+5+4;
828 return max_blindex;
914 int max_blindex = 0; \/* index of last bit length code of non zero freq *\/ local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
trees.c 804 int max_blindex; /* index of last bit length code of non zero freq */ local
820 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
821 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
824 s->opt_len += 3*(max_blindex+1) + 5+5+4;
828 return max_blindex;
914 int max_blindex = 0; \/* index of last bit length code of non zero freq *\/ local
    [all...]
  /external/zlib/src/
trees.c 804 int max_blindex; /* index of last bit length code of non zero freq */ local
820 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
821 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
824 s->opt_len += 3*(max_blindex+1) + 5+5+4;
828 return max_blindex;
914 int max_blindex = 0; \/* index of last bit length code of non zero freq *\/ local
    [all...]
  /external/chromium_org/third_party/zlib/
trees.c 810 int max_blindex; /* index of last bit length code of non zero freq */ local
826 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
827 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
830 s->opt_len += 3*(max_blindex+1) + 5+5+4;
834 return max_blindex;
932 int max_blindex = 0; \/* index of last bit length code of non zero freq *\/ local
    [all...]

Completed in 95 milliseconds