HomeSort by relevance Sort by last modified time
    Searched full:g_coeff (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
g_pitch.c 32 Word16 g_coeff[], /* : Correlations need for gain quantization. */
51 g_coeff[0] = yy;
52 g_coeff[1] = exp_yy;
53 g_coeff[2] = xy;
54 g_coeff[3] = exp_xy;
q_gain2.c 68 Word16 g_coeff[], /* (i) : Correlations <xn y1> <y1 y1> */
137 * are in vector g_coeff[]. *
140 coeff[0] = g_coeff[0];
141 exp_coeff[0] = g_coeff[1];
142 coeff[1] = negate(g_coeff[2]); /* coeff[1] = -2 xn y1 */
143 exp_coeff[1] = g_coeff[3] + 1;
voAMRWBEnc.c 202 Word16 gain_pit, gain_code, g_coeff[4], g_coeff2[4]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
g_pitch.cpp 118 g_coeff = pointer to buffer of correlations needed for gain quantization
124 g_coeff contains the mantissa and exponent of the two dot products.
167 Word16 g_coeff[], // i : Correlations need for gain quantization
239 g_coeff[0] = yy;
240 g_coeff[1] = sub (15, exp_yy);
241 g_coeff[2] = xy;
242 g_coeff[3] = sub (15, exp_xy);
302 Word16 g_coeff[], /* i : Correlations need for gain quantization */
428 g_coeff[0] = yy;
429 g_coeff[1] = 15 - exp_yy
    [all...]