Searched refs:res_t0_4x32b (Results 1 – 2 of 2) sorted by relevance
/external/libavc/encoder/x86/ |
D | ih264e_half_pel_ssse3.c | 378 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; in ih264e_sixtap_filter_2dvh_vert_ssse3() local 414 res_t0_4x32b = _mm_srai_epi32(res_t1_4x32b, 10); in ih264e_sixtap_filter_2dvh_vert_ssse3() 429 res_c0_8x16b = _mm_packs_epi32(res_t0_4x32b, res_t1_4x32b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 452 res_t0_4x32b = _mm_srai_epi32(res_t1_4x32b ,10); in ih264e_sixtap_filter_2dvh_vert_ssse3() 467 res_c1_8x16b = _mm_packs_epi32(res_t0_4x32b, res_t1_4x32b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
|
/external/libavc/common/x86/ |
D | ih264_inter_pred_filters_ssse3.c | 870 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() local 906 res_t0_4x32b = _mm_srai_epi32(res_t1_4x32b, 10); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 922 res_8x16b = _mm_packs_epi32(res_t0_4x32b, res_t1_4x32b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 2975 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() local 3013 res_t0_4x32b = _mm_srai_epi32(res_t1_4x32b, 10); in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() 3025 res_8x16b = _mm_packs_epi32(res_t0_4x32b, res_t1_4x32b); in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() 3149 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() local 3182 res_t0_4x32b = _mm_srai_epi32(res_t1_4x32b, 10); in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() 3197 res_c0_8x16b = _mm_packs_epi32(res_t0_4x32b, res_t1_4x32b); in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() 3217 res_t0_4x32b = _mm_srai_epi32(res_t1_4x32b ,10); in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() [all …]
|