Searched refs:three_dc_val (Results 1 – 4 of 4) sorted by relevance
821 WORD32 dc_val, two_dc_val, three_dc_val; in ihevc_intra_pred_luma_dc() local859 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()
904 WORD32 dc_val = 0, two_dc_val = 0, three_dc_val = 0; in ihevc_intra_pred_luma_dc_neonintr() local962 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()
406 WORD32 dc_val, two_dc_val, three_dc_val; in ihevc_intra_pred_luma_dc_sse42() local474 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 …]
1066 WORD32 dc_val, two_dc_val, three_dc_val; in ihevc_intra_pred_luma_dc_ssse3() local1134 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 …]