/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
|
modes_wb.c | 260 else if (m->submodes[*((int*)ptr)]==NULL) 263 *((int*)ptr) = m->submodes[*((int*)ptr)]->bits_per_frame;
|
sb_celp.h | 89 const SpeexSubmode * const *submodes; member in struct:SBEncState 127 const SpeexSubmode * const *submodes; member in struct:SBDecState
|
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.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
|
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...] |
/dalvik/vm/mterp/ |
README.txt | 285 by the Dalvik opcode. To support efficient handling of special subModes, 302 tells dvmCheckBefore which set of subModes need to be checked.
|
/dalvik/vm/interp/ |
InterpState.h | 88 * Mapping between subModes and required check intervals. Note: in
|
/dalvik/vm/mterp/armv5te/ |
footer.S | 656 cmp lr, #0 @ any special SubModes active? 676 @ r0=newFp, r1=&retval, r2=methodToCall, r3=self, lr=subModes 677 stmfd sp!, {r0-r3} @ save all but subModes [all...] |
/dalvik/vm/mterp/mips/ |
footer.S | 683 bnez ra, 11f # Any special SubModes active? 700 # a0=newFp, a1=&retval, a2=methodToCall, a3=self, ra=subModes [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 673 submodes as the input vector mode, and the number of output parts must be [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 673 submodes as the input vector mode, and the number of output parts must be [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 673 submodes as the input vector mode, and the number of output parts must be [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 673 submodes as the input vector mode, and the number of output parts must be [all...] |