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

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.h 178 Word16 tmp_shift, /* i Q0 : shift factor applied to sum of
ph_disp.cpp 399 tmp_shift = shift factor applied to sum of scaled LTP excitation and
448 Word16 tmp_shift // i Q0 : shift factor applied to sum of
624 L_temp = L_shl (L_temp, tmp_shift); // Q16
664 Word16 tmp_shift, /* i Q0 : shift factor applied to sum of
893 L_temp = L_shl(L_temp, tmp_shift, pOverflow); /* Q16 */
dec_amr.cpp 576 Word16 tmp_shift;
1385 Word16 tmp_shift; local
    [all...]
  /external/libhevc/common/arm/
ihevc_weighted_pred_neon_intr.c 125 WORD32 tmp_shift = 0 - shift; local
133 tmp_shift_t = vmovq_n_s32(tmp_shift);
259 WORD32 tmp_shift = 0 - shift; local
276 tmp_shift_t = vmovq_n_s32(tmp_shift);
425 WORD32 tmp_shift = 0 - shift; local
434 tmp_shift_t = vmovq_n_s32(tmp_shift);
595 WORD32 tmp_shift = 0 - shift; local
613 tmp_shift_t = vmovq_n_s32(tmp_shift);
763 WORD32 tmp_shift = 0 - shift; local
766 tmp_shift_t = vmovq_n_s32(tmp_shift);
910 WORD32 tmp_shift; local
    [all...]
ihevc_weighted_pred_uni.s 141 vdup.u32 q14,r6 @vmovq_n_s32(tmp_shift)
ihevc_weighted_pred_bi_default.s 136 @ vmvn.i32 q1,#0x6 @vmovq_n_s32(tmp_shift)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filters_mips.c 277 int32_t tmp_shift = 32 - scaling; local
342 "sllv %[r0], %[r0], %[tmp_shift] \n\t"
355 , [tmp_shift] "r" (tmp_shift)
  /external/qemu/target-arm/
translate.c 1038 TCGv tmp_shift = tcg_const_i32(shift); \
1041 gen_helper_vfp_##name##d(cpu_F0d, cpu_F0d, tmp_shift, statusptr); \
1043 gen_helper_vfp_##name##s(cpu_F0s, cpu_F0s, tmp_shift, statusptr); \
1045 tcg_temp_free_i32(tmp_shift); \
    [all...]

Completed in 134 milliseconds