Searched refs:LocV (Results 1 - 3 of 3) sorted by relevance

/external/svox/pico/lib/
H A Dpicosig2.h57 picoos_int16 *idx_vect8; /*reserved for LocV*/
119 picoos_int16 ivalue17; /*reserved for nV (size of LocV)*/
211 #define LocV idx_vect8 /*excitation position voiced pulses*/ macro
H A Dpicosig2.c864 ff = (f * window[sig_inObj->LocV[nI]]) >> PICODSP_SHIFT_FACT1;
865 t1 = &(v1[a + sig_inObj->LocV[nI]]);
896 ff = (f * window[sig_inObj->LocV[nI]]) >> PICODSP_SHIFT_FACT1;
897 t1 = &(v1[a + sig_inObj->LocV[nI]]);
947 ff = (f * window[sig_inObj->LocV[nI]]) >> PICODSP_SHIFT_FACT1;
948 t1 = &(v1[a + sig_inObj->LocV[nI]]);
3999 * - LocV, LocU : (MAX_EN size) location of excitation points
4030 sig_inObj->LocV[nI] = sig_inObj->LocV[nI] - hop;
4038 while ((sig_inObj->LocV[n
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1181 Value *LocV = Loc[Last]; local
1182 if (!LocV)
1184 BasicBlock *LastB = cast<BasicBlock>(LocV);

Completed in 110 milliseconds