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

  /external/chromium_org/third_party/opus/src/celt/
quant_bands.h 38 void amp2Log2(const CELTMode *m, int effEnd, int end,
44 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd,
quant_bands.c 259 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd,
277 new_distortion = loss_distortion(eBands, oldEBands, start, effEnd, m->nbEBands, C);
557 void amp2Log2(const CELTMode *m, int effEnd, int end,
563 for (i=0;i<effEnd;i++)
567 for (i=effEnd;i<end;i++)
celt.c 920 int effEnd;
1051 effEnd = st->end;
1052 if (effEnd > st->mode->effEBands)
1053 effEnd = st->mode->effEBands;
    [all...]

Completed in 54 milliseconds