Searched refs:submodes (Results 1 - 7 of 7) sorted by relevance

/external/speex/libspeex/
H A Dmodes.h128 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
H A Dsb_celp.h89 const SpeexSubmode * const *submodes; member in struct:SBEncState
127 const SpeexSubmode * const *submodes; member in struct:SBDecState
H A Dmodes_wb.c260 else if (m->submodes[*((int*)ptr)]==NULL)
263 *((int*)ptr) = m->submodes[*((int*)ptr)]->bits_per_frame;
H A Dnb_celp.h115 const SpeexSubmode * const *submodes; /**< Sub-mode data */ member in struct:EncState
159 const SpeexSubmode * const *submodes; /**< Sub-mode data */ member in struct:DecState
H A Dspeex.c204 else if (m->submodes[*((int*)ptr)]==NULL)
207 *((int*)ptr) = m->submodes[*((int*)ptr)]->bits_per_frame;
H A Dsb_celp.c113 #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)
1236 if (st->submodes[s
[all...]
H A Dnb_celp.c65 #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;
1204 if (st->submodes[st->submodeID] == NULL)
1685 if (st->submodes[st->submodeID])
1804 if (st->submodes[s
[all...]

Completed in 293 milliseconds