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

  /frameworks/base/media/libstagefright/codecs/aacdec/
imdct_fxp.cpp 288 Int shift1 = 0; local
336 shift1 = pv_normalize(max) - 1; /* -1 to leave room for addition */
337 Q_format -= (16 - shift1);
341 if (shift1 >= 0)
343 temp_re32 = *(p_data_1++) << shift1;
344 temp_im32 = *(p_data_2--) << shift1;
359 temp_im32 = *(p_data_1--) << shift1;
360 temp_re32 = *(p_data_2--) << shift1;
381 temp_re32 = *(p_data_1++) << shift1;
382 temp_im32 = *(p_data_2--) << shift1;
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
c_g_aver.cpp 286 Word16 tmp[M], tmp1, tmp2, shift1, shift2, shift;
304 shift1 = sub(norm_s(tmp1), 1); // Qn
305 tmp1 = shl(tmp1, shift1); // Q15+Qn
309 shift = sub(add(2, shift1), shift2);
488 Word16 shift1; local
518 shift1 = sub(norm_s(tmp1), 1, pOverflow); /* Qn */
519 tmp1 = shl(tmp1, shift1, pOverflow); /* Q15+Qn */
524 shift = 2 + shift1 - shift2;
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
hp_max.cpp 140 Word16 shift, shift1, shift2;
182 shift1 = sub(norm_l(max), 1);
183 max16 = extract_h(L_shl(max, shift1));
196 shift = sub(shift1, shift2);
251 Word16 shift, shift1, shift2; local
295 /* shift1 = sub(norm_l(max), 1);
296 max16 = extract_h(L_shl(max, shift1));
301 shift1 = sub(t016, 1, pOverflow);
303 L_temp = L_shl(max, shift1, pOverflow);
319 shift = sub(shift1, shift2, pOverflow)
    [all...]
  /external/webkit/JavaScriptCore/parser/
Lexer.cpp 74 ALWAYS_INLINE void Lexer::shift1() function in class:JSC::Lexer
195 shift1();
283 shift1();
324 shift1();
338 shift1();
352 shift1();
376 shift1();
394 shift1();
416 shift1();
425 shift1();
    [all...]
  /external/qemu/target-arm/
op_helper.c 468 int shift1, shift; local
469 shift1 = i & 0xff;
470 shift = shift1 & 0x1f;
472 if (shift1 != 0)

Completed in 3698 milliseconds