HomeSort by relevance Sort by last modified time
    Searched refs:vo_L_add (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_pulse.c 45 index = vo_L_add(index, L_deposit_l(1 << N)); /* index += 1 << N; */
77 index = vo_L_add(index, (1L << tmp)); /* index += 1 << (2*N); */
89 index = vo_L_add(index, (1L << tmp));
98 index = vo_L_add(index, (1 << tmp)); /* index += 1 << (2*N); */
123 index = vo_L_add(index, (L_deposit_l((Word16) (pos1 & nb_pos)) << N));
125 index = vo_L_add(index, (quant_1p_N1(pos3, N)<<(N << 1)));
130 index = vo_L_add(index, (L_deposit_l((Word16) (pos1 & nb_pos)) << N));
132 index = vo_L_add(index, (quant_1p_N1(pos2, N) << (N << 1)));
139 index = vo_L_add(index, (L_deposit_l((Word16) (pos2 & nb_pos)) << N));
141 index = vo_L_add(index, (quant_1p_N1(pos1, N) << (N << 1)))
    [all...]
isp_az.c 95 f1[i] = vo_L_add(f1[i], t0);
117 t0 = vo_L_add(f1[i], f2[i]); /* f1[i] + f2[i] */
140 t0 = vo_L_add(f1[i], f2[i]); /* f1[i] + f2[i] */
158 t0 = vo_L_add(f1[nc], t0);
208 *f = vo_L_add(*f, f[-2]); /* *f += f[-2] */
levinson.c 168 t0 = vo_L_add(t0, Mpy_32(Rh[j], Rl[j], Ah[i - j], Al[i - j]));
173 t0 = vo_L_add(t0, t1); /* add R[i] in Q31 */
206 t0 = vo_L_add(t0, ((Ah[j] << 16) + (Al[j] << 1)));
cor_h_x.c 108 L_tot = vo_L_add(L_tot, L_max); /* +max/4 */
109 L_tot = vo_L_add(L_tot, (L_max >> 1)); /* +max/8 */
qpisf_2s.c 89 temp = vo_L_add(temp, min_err);
91 temp = vo_L_add(temp, min_err);
119 temp = vo_L_add(temp, min_err);
180 temp = vo_L_add(temp, min_err);
wb_vad.c 97 *in0 = extract_h((vo_L_add(temp1, temp2) << 15));
122 *in0 = extract_h((vo_L_add(*in0, temp2) << 15));
158 l_temp2 = vo_L_add(l_temp1, L_shl(*sub_level, 16 - scale));
492 L_temp = vo_L_add(L_temp, st->bckr_est[i]);
797 L_temp = vo_L_add(L_temp, level[i]);
voAMRWBEnc.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 56 #define vo_L_add(a,b) (a + b)
    [all...]

Completed in 136 milliseconds