Home | History | Annotate | Download | only in src

Lines Matching refs:dn

122         Word16 dn[],        /* i : correlation between target and h[]            */
131 Word16 dn_sign[], /* i : sign of dn[] */
252 Word16 dn[L_CODE], dn2[L_CODE], dn_sign[L_CODE];
261 cor_h_x(h, x, dn, 1);
262 set_sign(dn, dn_sign, dn2, 8); // dn2[] not used in this codebook search
264 search_2i40(subNr, dn, rr, codvec);
316 Word16 dn[L_CODE];
362 dn,
369 dn,
382 dn,
435 dn = vector containing the correlation between target and the impulse
474 Word16 dn[], // i : correlation between target and h[]
507 ps0 = dn[i0];
526 ps1 = add(ps0, dn[i1]); // idx increment = STEP
589 Word16 dn[], /* i : correlation between target and h[] */
644 ps0 = *(dn + i0);
669 /* ps1 = add(ps0, *(dn + i1), pOverflow); */
670 ps1 = ps0 + dn[i1];
738 dn = vector containing the correlation between target and the impulse
775 dn = dn
806 Word16 dn[], /* i : correlation between target and h[] */
814 dn = dn
822 dn,