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.c866 WORD32 dc_val, two_dc_val, three_dc_val; in ihevc_intra_pred_luma_dc() local
904 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc()
920 pu1_dst[col] = (pu1_ref[two_nt + 1 + col] + three_dc_val + 2) >> 2; in ihevc_intra_pred_luma_dc()
923 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.c905 WORD32 dc_val = 0, two_dc_val = 0, three_dc_val = 0; in ihevc_intra_pred_luma_dc_neonintr() local
963 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_neonintr()
964 three_dc_val += 2; in ihevc_intra_pred_luma_dc_neonintr()
966 three_dc_val_t = vdupq_n_u16((WORD16)three_dc_val); in ihevc_intra_pred_luma_dc_neonintr()
1103 three_dc_val = 3 * dc_val; in ihevc_intra_pred_luma_dc_neonintr()
1104 three_dc_val = three_dc_val + 2; in ihevc_intra_pred_luma_dc_neonintr()
1125 pu1_dst[col] = (pu1_ref[two_nt + 1 + col] + three_dc_val) >> 2; in ihevc_intra_pred_luma_dc_neonintr()
1142 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 …]