HomeSort by relevance Sort by last modified time
    Searched refs:L_shl (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
l_shl.h 31 Filename: /audio/gsm_amr/c/include/l_shl.h
36 Description: Created separate header file for L_shl function.
51 needed by the L_shl function.
104 Word32 L_shl(Word32 L_var1, Word16 var2, Flag *pOverflow);
basic_op.h 304 Function Name : L_shl
327 static inline Word32 L_shl(Word32 L_var1, Word16 var2, Flag *pOverflow)
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
hp_max.cpp 151 t0 = L_sub (L_sub(L_shl(corr[-i], 1), corr[-i-1]), corr[-i+1]);
178 t0 = L_sub(L_shl(t0, 1), L_shl(t1, 1));
183 max16 = extract_h(L_shl(max, shift1));
185 t016 = extract_h(L_shl(t0, shift2));
260 t0 = L_shl(corr[-i], 1, pOverflow);
289 L_temp = L_shl(t0, 1, pOverflow);
290 t1 = L_shl(t1, 1, pOverflow);
296 max16 = extract_h(L_shl(max, shift1));
298 t016 = extract_h(L_shl(t0, shift2)); *
    [all...]
calc_en.cpp 176 frac_en[0] = extract_h(L_shl(s, exp));
186 frac_en[1] = extract_h(L_shl(s, exp));
195 frac_en[2] = extract_h(L_shl(s, exp));
203 L_temp = L_shl(L_temp, 1);
209 ltp_res_en = extract_h (L_shl (s, exp));
232 *ltpg = pv_round (L_shl (L_temp, 13)); // Q13
315 L_temp = L_shl(L_temp, 1, pOverflow);
340 frac_en[0] = (Word16)(L_shl(s1, exp, pOverflow) >> 16);
351 frac_en[1] = (Word16)(L_shl(s2, exp, pOverflow) >> 16);
356 frac_en[2] = (Word16)(L_shl(s3, exp, pOverflow) >> 16)
    [all...]
cor_h_x.cpp 50 Description: Added call to round() and L_shl() functions in the last FOR
217 dn[i] = pv_round (L_shl (y32[i], j));
313 s = L_shl(*(p_y32++), j, pOverflow);
315 s = L_shl(*(p_y32++), j, pOverflow);
cor_h_x2.cpp 48 Description: Added call to round() and L_shl() functions in the last FOR
201 dn[i] = pv_round (L_shl (y32[i], j));
278 dn[i] = pv_round(L_shl(y32[i], j, pOverflow), pOverflow);
set_sign.cpp 385 k_cn = extract_h (L_shl (s, 5));
393 k_dn = extract_h (L_shl (s, 5));
398 cor = pv_round (L_shl (L_mac (L_mult (k_cn, cn[i]), k_dn, val), 10));
531 k_cn = (Word16)((L_shl(s, 5, pOverflow)) >> 16);
545 L_temp = L_shl(s, 10, pOverflow);
qgain795.cpp 564 L_t1 = L_shl(L_t1, 1, pOverflow);
572 tmp = extract_h(L_shl(L_mult(alpha, frac_en[2], pOverflow), 1, pOverflow));
579 coeff[3] = extract_h(L_shl(L_mult(alpha, frac_en[3], pOverflow), 1, pOverflow));
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
cor_h_x.c 118 *p1++ = vo_round(L_shl(*p3++, j));
119 *p1++ = vo_round(L_shl(*p3++, j));
120 *p1++ = vo_round(L_shl(*p3++, j));
121 *p1++ = vo_round(L_shl(*p3++, j));
q_pulse.c 223 index = L_shl(quant_1p_N1(posA[0], n_1), tmp);
229 index = L_shl(quant_2p_2N1(posA[0], posA[1], n_1), tmp);
235 index = L_shl(quant_3p_3N1(posA[0], posA[1], posA[2], n_1), N);
246 index = vo_L_add(index, L_shl((L_deposit_l(i) & (3L)), tmp));
281 index = L_shl(1L, tmp); /* index = 1 << ((5*N)-1); */
283 tmp2 = L_shl(quant_3p_3N1(posB[0], posB[1], posB[2], n_1), tmp);
289 index = L_shl(1L, tmp);
291 tmp2 = L_shl(quant_3p_3N1(posB[0], posB[1], posB[2], n_1), tmp);
297 index = L_shl(1L, tmp); /* index = 1 << ((5*N)-1); */
299 tmp2 = L_shl(quant_3p_3N1(posB[0], posB[1], posB[2], n_1), tmp)
    [all...]
hp_wsp.c 64 L_tmp = L_shl(L_tmp, exp);
72 L_tmp = L_shl(L_tmp, exp);
c2t64fx.c 82 s = L_shl(s, add1(exp, 5));
93 k_dn = vo_round(L_shl(s, (exp + 8))); /* k_dn = 256..4096 */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
div_32.cpp 205 result = L_shl(result, 2, pOverflow);
sqrt_l.cpp 165 * L_shl(), L_shr(), sub() called by this module.
168 L_x = L_shl (L_x, e); // L_x is normalized to [0.25..1)
240 L_x = L_shl(L_x, e, pOverflow); /* L_x is normalized to [0.25..1) */
vad1.cpp 531 l_temp2 = L_add(l_temp1, L_shl(*sub_level, sub(16, scale, pOverflow), pOverflow), pOverflow);
532 *sub_level = extract_h(L_shl(l_temp1, scale, pOverflow));
538 level = extract_h(L_shl(l_temp2, scale, pOverflow));
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
post_pro.cpp 308 L_tmp = L_shl (L_tmp, 2);
311 signal[i] = pv_round(L_shl(L_tmp, 1));
379 L_tmp = L_shl(L_tmp, 3, pOverflow);
384 *(p_signal++) = pv_round(L_shl(L_tmp, 1, pOverflow), pOverflow);
a_refl.cpp 170 L_acc = L_shl(L_acc, normShift);
274 L_acc = L_shl(L_acc, normShift, pOverflow);
dec_gain.cpp 251 L_tmp = L_shl(L_tmp, 13, pOverflow);
agc.cpp 666 gain_out = pv_round (L_shl (s, exp));
678 gain_in = pv_round (L_shl (s, i));
686 s = L_shl (s, 7); // s = gain_out / gain_in
690 i = pv_round (L_shl (s, 9));
706 sig_out[i] = extract_h (L_shl (L_mult (sig_out[i], gain), 3));
770 L_temp = L_shl(s, exp, pOverflow);
784 /* L_temp = L_shl(s, i, pOverflow); */
904 gain_out = pv_round (L_shl (s, exp));
916 gain_in = pv_round (L_shl (s, i));
924 s = L_shl (s, 7); // s = gain_out / gain_i
    [all...]
c_g_aver.cpp 433 cbGainMix = pv_round(L_shl(L_sum, 2)); // Q1
641 cbGainMix = pv_round(L_shl(L_sum, 2, pOverflow), pOverflow); /* Q1 */
ph_disp.cpp 488 tmp1 = pv_round(L_shl(L_mult(state->prevCbGain, ONFACTPLUS1), 2));
624 L_temp = L_shl (L_temp, tmp_shift); // Q16
893 L_temp = L_shl(L_temp, tmp_shift, pOverflow); /* Q16 */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
quantize.c 408 distSingle = L_shl((saShft * saShft), g2);
414 distSingle = L_shl((diff * diff), g2);
420 distSingle = L_shl((diff * diff), g2);
426 distSingle = L_shl((diff * diff), g2);
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basicop2.c 423 | L_mult(var1,var2) = L_shl((var1 times var2),1) and |
    [all...]
basic_op.h 104 __inline Word32 L_shl (Word32 L_var1, Word16 var2);
106 Word32 L_shl (Word32 L_var1, Word16 var2);
509 __inline Word32 L_shl(Word32 L_var1, Word16 var2)
568 L_var_out = L_shl (L_var1, (Word16)-var2);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 81 static_vo Word32 L_shl (Word32 L_var1, Word16 var2); /* Long shift left, 2 */
358 | L_mult(var1,var2) = L_shl((var1 times var2),1) and |
    [all...]

Completed in 182 milliseconds

1 2