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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dqpisf_2s.c65 Word16 surv1[N_SURV_MAX]; /* indices of survivors from 1st stage */ local
76 VQ_stage1(&isf[0], dico1_isf, 9, SIZE_BK1, surv1, nb_surv);
84 isf_stage2[i] = vo_sub(isf[i], dico1_isf[i + surv1[k] * 9]);
96 indice[0] = surv1[k];
105 VQ_stage1(&isf[9], dico2_isf, 7, SIZE_BK2, surv1, nb_surv);
113 isf_stage2[i] = vo_sub(isf[9 + i], dico2_isf[i + surv1[k] * 7]);
124 indice[1] = surv1[k];
155 Word16 surv1[N_SURV_MAX]; /* indices of survivors from 1st stage */ local
166 VQ_stage1(&isf[0], dico1_isf, 9, SIZE_BK1, surv1, nb_surv);
174 isf_stage2[i] = vo_sub(isf[i], dico1_isf[i + surv1[
[all...]

Completed in 348 milliseconds