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

  /external/libmpeg2/common/
impeg2_idct.c 198 WORD32 i4_shift; local
221 i4_shift = IDCT_STG1_SHIFT;
222 i4_add = 1 << (i4_shift - 1);
253 CLIP_S16(((ai4_e[k] + ai4_o[k] + i4_add) >> i4_shift));
255 CLIP_S16(((ai4_e[3 - k] - ai4_o[3 - k] + i4_add) >> i4_shift));
266 i4_shift = IDCT_STG2_SHIFT;
267 i4_add = 1 << (i4_shift - 1);
292 CLIP_S16(((ai4_e[k] + ai4_o[k] + i4_add) >> i4_shift));
295 CLIP_S16(((ai4_e[3 - k] - ai4_o[3 - k] + i4_add) >> i4_shift));
337 CLIP_S16(((ai4_e[k] + ai4_o[k] + i4_add) >> i4_shift));
    [all...]
  /external/libmpeg2/decoder/
impeg2d_mv_dec.c 86 WORD32 i4_shift = ai2_shifts[i]; local
95 ai2_mv[i] = (ai2_pred_mv[i] >> i4_shift);
97 ai2_pred_mv[i] = (ai2_mv[i] << i4_shift);
133 ai2_mv[i] = (ai2_pred_mv[i] >> i4_shift) + i2_delta;
144 ai2_pred_mv[i] = (ai2_mv[i] << i4_shift);
  /external/libhevc/common/x86/
ihevc_16x16_itrans_recon_sse42_intr.c 173 WORD32 i4_shift = IT_SHIFT_STAGE_1; local
    [all...]
ihevc_itrans_recon_16x16_ssse3_intr.c 177 WORD32 i4_shift = IT_SHIFT_STAGE_1; local
    [all...]
ihevc_itrans_recon_sse42_intr.c 148 WORD32 i4_shift = IT_SHIFT_STAGE_1; local
209 m_rdng_factor = _mm_cvtsi32_si128((1 << (i4_shift - 1)));
221 m_count = _mm_cvtsi32_si128(i4_shift);
256 i4_shift = IT_SHIFT_STAGE_2;
300 m_rdng_factor = _mm_cvtsi32_si128((1 << (i4_shift - 1)));
312 m_count = _mm_cvtsi32_si128(i4_shift);
478 WORD32 i4_shift = IT_SHIFT_STAGE_1; local
516 m_rdng_factor = _mm_cvtsi32_si128((1 << (i4_shift - 1)));
531 m_count = _mm_cvtsi32_si128(i4_shift);
581 i4_shift = IT_SHIFT_STAGE_2
851 WORD32 i4_shift = IT_SHIFT_STAGE_1; local
    [all...]
ihevc_itrans_recon_ssse3_intr.c 155 WORD32 i4_shift = IT_SHIFT_STAGE_1; local
234 m_rdng_factor = _mm_cvtsi32_si128((1 << (i4_shift - 1)));
270 m_count = _mm_cvtsi32_si128(i4_shift);
305 i4_shift = IT_SHIFT_STAGE_2;
372 m_rdng_factor = _mm_cvtsi32_si128((1 << (i4_shift - 1)));
408 m_count = _mm_cvtsi32_si128(i4_shift);
585 WORD32 i4_shift = IT_SHIFT_STAGE_1; local
649 m_rdng_factor = _mm_cvtsi32_si128((1 << (i4_shift - 1)));
664 m_count = _mm_cvtsi32_si128(i4_shift);
714 i4_shift = IT_SHIFT_STAGE_2
1027 WORD32 i4_shift = IT_SHIFT_STAGE_1; local
    [all...]
ihevc_32x32_itrans_recon_sse42_intr.c 215 WORD32 i4_shift = IT_SHIFT_STAGE_1; local
    [all...]
ihevc_itrans_recon_32x32_ssse3_intr.c 223 WORD32 i4_shift = IT_SHIFT_STAGE_1; local
    [all...]
  /external/libmpeg2/common/x86/
impeg2_idct_recon_sse42_intr.c 189 WORD32 i4_shift = IDCT_STG1_SHIFT; local
281 m_rdng_factor = _mm_cvtsi32_si128((1 << (i4_shift - 1)));
300 m_temp_reg_62 = _mm_srai_epi32(m_temp_reg_62, i4_shift);
302 m_temp_reg_66 = _mm_srai_epi32(m_temp_reg_66, i4_shift);
330 m_temp_reg_62 = _mm_srai_epi32(m_temp_reg_62, i4_shift);
331 m_temp_reg_66 = _mm_srai_epi32(m_temp_reg_66, i4_shift);
360 m_temp_reg_62 = _mm_srai_epi32(m_temp_reg_62, i4_shift);
361 m_temp_reg_66 = _mm_srai_epi32(m_temp_reg_66, i4_shift);
386 m_temp_reg_62 = _mm_srai_epi32(m_temp_reg_62, i4_shift);
387 m_temp_reg_66 = _mm_srai_epi32(m_temp_reg_66, i4_shift);
    [all...]

Completed in 107 milliseconds