Home
last modified time | relevance | path

Searched refs:three_dc_val (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/common/
Dihevc_intra_pred_filters.c821 WORD32 dc_val, two_dc_val, three_dc_val; in ihevc_intra_pred_luma_dc() local
859 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc()
875 pu1_dst[col] = (pu1_ref[two_nt + 1 + col] + three_dc_val + 2) >> 2; in ihevc_intra_pred_luma_dc()
878 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val + 2) in ihevc_intra_pred_luma_dc()
/external/libhevc/common/arm/
Dihevc_intra_pred_filters_neon_intr.c904 WORD32 dc_val = 0, two_dc_val = 0, three_dc_val = 0; in ihevc_intra_pred_luma_dc_neonintr() local
962 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_neonintr()
963 three_dc_val += 2; in ihevc_intra_pred_luma_dc_neonintr()
965 three_dc_val_t = vdupq_n_u16((WORD16)three_dc_val); in ihevc_intra_pred_luma_dc_neonintr()
1102 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_neonintr()
1103 three_dc_val = three_dc_val + 2; in ihevc_intra_pred_luma_dc_neonintr()
1124 pu1_dst[col] = (pu1_ref[two_nt + 1 + col] + three_dc_val) >> 2; in ihevc_intra_pred_luma_dc_neonintr()
1141 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val) >> 2; in ihevc_intra_pred_luma_dc_neonintr()
/external/libhevc/common/x86/
Dihevc_intra_pred_filters_sse42_intr.c406 WORD32 dc_val, two_dc_val, three_dc_val; in ihevc_intra_pred_luma_dc_sse42() local
474 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_sse42()
553 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_sse42()
556 src_temp1 = _mm_set1_epi16(three_dc_val + 2); in ihevc_intra_pred_luma_dc_sse42()
576 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val + 2) in ihevc_intra_pred_luma_dc_sse42()
616 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_sse42()
617 src_temp1 = _mm_set1_epi16(three_dc_val + 2); in ihevc_intra_pred_luma_dc_sse42()
638 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val + 2) in ihevc_intra_pred_luma_dc_sse42()
696 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_sse42()
697 src_temp1 = _mm_set1_epi16(three_dc_val + 2); in ihevc_intra_pred_luma_dc_sse42()
[all …]
Dihevc_intra_pred_filters_ssse3_intr.c1066 WORD32 dc_val, two_dc_val, three_dc_val; in ihevc_intra_pred_luma_dc_ssse3() local
1134 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_ssse3()
1211 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_ssse3()
1214 src_temp1 = _mm_set1_epi16(three_dc_val + 2); in ihevc_intra_pred_luma_dc_ssse3()
1248 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val + 2) in ihevc_intra_pred_luma_dc_ssse3()
1270 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_ssse3()
1271 src_temp1 = _mm_set1_epi16(three_dc_val + 2); in ihevc_intra_pred_luma_dc_ssse3()
1310 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val + 2) in ihevc_intra_pred_luma_dc_ssse3()
1342 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_ssse3()
1343 src_temp1 = _mm_set1_epi16(three_dc_val + 2); in ihevc_intra_pred_luma_dc_ssse3()
[all …]