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

  /external/chromium/third_party/zlib/
trees.c 417 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
418 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0;
419 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0;
421 s->dyn_ltree[END_BLOCK].Freq = 1;
446 (tree[n].Freq < tree[m].Freq || \
447 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
483 * IN assertion: the fields freq and dad are set, heap[heap_max] and
526 f = tree[n].Freq;
    [all...]
deflate.h 64 ush freq; /* frequency count */ member in union:ct_data_s::__anon3284
73 #define Freq fc.freq
312 s->dyn_ltree[cc].Freq++; \
321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
322 s->dyn_dtree[d_code(dist)].Freq++; \
  /external/qemu/distrib/zlib-1.2.3/
trees.c 417 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
418 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0;
419 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0;
421 s->dyn_ltree[END_BLOCK].Freq = 1;
446 (tree[n].Freq < tree[m].Freq || \
447 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
483 * IN assertion: the fields freq and dad are set, heap[heap_max] and
526 f = tree[n].Freq;
    [all...]
deflate.h 64 ush freq; /* frequency count */ member in union:ct_data_s::__anon6254
73 #define Freq fc.freq
312 s->dyn_ltree[cc].Freq++; \
321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
322 s->dyn_dtree[d_code(dist)].Freq++; \
  /external/zlib/
trees.c 421 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
422 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0;
423 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0;
425 s->dyn_ltree[END_BLOCK].Freq = 1;
450 (tree[n].Freq < tree[m].Freq || \
451 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
487 * IN assertion: the fields freq and dad are set, heap[heap_max] and
530 f = tree[n].Freq;
    [all...]
deflate.h 64 ush freq; /* frequency count */ member in union:ct_data_s::__anon8781
73 #define Freq fc.freq
323 s->dyn_ltree[cc].Freq++; \
332 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
333 s->dyn_dtree[d_code(dist)].Freq++; \
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 179 LVM_UINT16 Freq;
200 Freq = (LVM_UINT16) ((LVPSA_SampleRateTab[pInst->CurrentParams.Fs]>>1) / (pInst->nBands + 1));
203 pInst->pFiltersParams[ii-1].CenterFrequency = (LVM_UINT16) (Freq * ii);
    [all...]

Completed in 1173 milliseconds