HomeSort by relevance Sort by last modified time
    Searched defs:g_pitch (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
qgain475.cpp 84 * g_pitch(0) (Q14) // for sub-
86 * g_pitch(1) (Q14) // for sub-
1188 Word16 g_pitch; local
    [all...]
qua_gain.cpp 219 Word16 g_pitch; local
325 * For each pair (g_pitch, g_fac) in the table calculate the *
339 g_pitch = *p++;
344 if (g_pitch <= gp_limit)
347 g2_pitch = mult(g_pitch, g_pitch, pOverflow);
349 g_pit_cod = mult(g_code, g_pitch, pOverflow);
352 L_tmp2 = Mpy_32_16(coeff[1], coeff_lo[1], g_pitch, pOverflow);
qgain795.cpp 232 Word16 g_pitch; local
323 g_pitch = g_pitch_cand[j];
324 g2_pitch = mult(g_pitch, g_pitch, pOverflow);
326 L_tmp0 = Mac_32_16(L_tmp0, coeff[1], coeff_lo[1], g_pitch, pOverflow);
340 L_tmp = L_mult(g_code, g_pitch, pOverflow);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_gain2.c 69 /* Compute in G_pitch(). */
80 Word16 g_pitch, g2_pitch, g_code, g_pit_cod, g2_code, g2_code_lo; local
115 g_pitch = *gain_pit;
119 if (g_pitch > *p)
136 * Product <y1 y1> and <xn y1> have been compute in G_pitch() and *
225 * Also when we compute g_pitch*g_pitch, g_code*g_code and g_pitch*g_code *
231 * g_pitch*g_pitch = -14-14+15
    [all...]

Completed in 224 milliseconds