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

  /external/speex/libspeex/
modes.h 128 const SpeexSubmode *submodes[NB_SUBMODES]; /**< Sub-mode data for the mode */ member in struct:SpeexNBMode
145 const SpeexSubmode *submodes[SB_SUBMODES]; /**< Sub-mode data for the mode */ member in struct:SpeexSBMode
sb_celp.h 89 const SpeexSubmode * const *submodes; member in struct:SBEncState
127 const SpeexSubmode * const *submodes; member in struct:SBDecState
modes_wb.c 260 else if (m->submodes[*((int*)ptr)]==NULL)
263 *((int*)ptr) = m->submodes[*((int*)ptr)]->bits_per_frame;
nb_celp.h 115 const SpeexSubmode * const *submodes; /**< Sub-mode data */ member in struct:EncState
159 const SpeexSubmode * const *submodes; /**< Sub-mode data */ member in struct:DecState
speex.c 204 else if (m->submodes[*((int*)ptr)]==NULL)
207 *((int*)ptr) = m->submodes[*((int*)ptr)]->bits_per_frame;
sb_celp.c 113 #define SUBMODE(x) st->submodes[st->submodeID]->x
220 st->submodes=mode->submodes;
474 if (st->relative_quality >= thresh && st->sampling_rate*st->submodes[modeid]->bits_per_frame/st->full_frame_size <= st->vbr_max_high)
513 if (dtx || st->submodes[st->submodeID] == NULL)
785 st->submodes=mode->submodes;
932 if (st->submodeID != 0 && st->submodes[st->submodeID] == NULL)
940 if (st->submodes[st->submodeID] == NULL)
    [all...]
nb_celp.c 65 #define SUBMODE(x) st->submodes[st->submodeID]->x
143 st->submodes=mode->submodes;
353 if (!st->submodes[st->submodeID] || (st->complexity>2 && SUBMODE(have_subframe_gain)<3) || SUBMODE(forced_pitch_gain) || SUBMODE(lbr_pitch) != -1
548 if (st->submodes[st->submodeID] == NULL)
954 st->submodes=mode->submodes;
    [all...]

Completed in 142 milliseconds