Searched refs:endband (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c84 int endband; member in struct:CeltContext
545 if (i < s->startband || i >= s->endband) {
571 for (i = s->startband; i < s->endband; i++) {
593 for (i = s->startband; i < s->endband && bits_left >= s->coded_channels; i++) {
618 for (i = s->startband; i < s->endband; i++) {
632 for (i = s->startband; i < s->endband; i++) {
678 for (i = s->startband; i < s->endband; i++) {
720 intensitystereo_bit = celt_log2_frac[s->endband - s->startband];
731 for (i = s->startband; i < s->endband; i++) {
733 int band = celt_freq_range[i] * (s->endband
1976 ff_celt_decode_frame(CeltContext *s, OpusRangeCoder *rc, float **output, int coded_channels, int frame_size, int startband, int endband) argument
[all...]
H A Dopus.h407 int startband, int endband);

Completed in 27 milliseconds