Searched refs:wdx2 (Results 1 – 3 of 3) sorted by relevance
244 WORD32 row, col, wdx2; in ihevc_inter_pred_chroma_copy_sse42() local250 wdx2 = wd * 2; in ihevc_inter_pred_chroma_copy_sse42()254 if(0 == (wdx2 & 15)) /* wdx2 multiple of 16 case */ in ihevc_inter_pred_chroma_copy_sse42()258 for(col = 0; col < wdx2; col += 16) in ihevc_inter_pred_chroma_copy_sse42()276 pu1_src += 4 * src_strd - wdx2; /* pointer update */ in ihevc_inter_pred_chroma_copy_sse42()277 pu1_dst += 4 * dst_strd - wdx2; /* pointer update */ in ihevc_inter_pred_chroma_copy_sse42()281 else if(0 == (wdx2 & 7)) /* multiple of 8 case */ in ihevc_inter_pred_chroma_copy_sse42()285 for(col = 0; col < wdx2; col += 8) in ihevc_inter_pred_chroma_copy_sse42()303 pu1_src += 4 * src_strd - wdx2; /* pointer update */ in ihevc_inter_pred_chroma_copy_sse42()304 pu1_dst += 4 * dst_strd - wdx2; /* pointer update */ in ihevc_inter_pred_chroma_copy_sse42()[all …]
414 WORD32 row, col, temp, wdx2; in ihevc_weighted_pred_chroma_uni_ssse3() local426 wdx2 = 2 * wd; in ihevc_weighted_pred_chroma_uni_ssse3()445 if(0 == (wdx2 & 15)) /* 2*wd multiple of 16 case */ in ihevc_weighted_pred_chroma_uni_ssse3()454 for(col = 0; col < wdx2; col += 16) in ihevc_weighted_pred_chroma_uni_ssse3()538 pi2_src = pi2_src - wdx2 + 2 * src_strd; /* Pointer update */ in ihevc_weighted_pred_chroma_uni_ssse3()539 pu1_dst = pu1_dst - wdx2 + 2 * dst_strd; /* Pointer update */ in ihevc_weighted_pred_chroma_uni_ssse3()542 else if(0 == (wdx2 & 7)) /* 2*wd multiple of 8 case */ in ihevc_weighted_pred_chroma_uni_ssse3()548 for(col = 0; col < wdx2; col += 8) in ihevc_weighted_pred_chroma_uni_ssse3()603 pi2_src = pi2_src - wdx2 + 2 * src_strd; /* Pointer update */ in ihevc_weighted_pred_chroma_uni_ssse3()604 pu1_dst = pu1_dst - wdx2 + 2 * dst_strd; /* Pointer update */ in ihevc_weighted_pred_chroma_uni_ssse3()[all …]
423 WORD32 row, col, temp, wdx2; in ihevc_weighted_pred_chroma_uni_sse42() local434 wdx2 = 2 * wd; in ihevc_weighted_pred_chroma_uni_sse42()445 if( 0 == (wdx2 & 15)) /* 2*wd multiple of 168 case */ in ihevc_weighted_pred_chroma_uni_sse42()454 for(col = 0; col < wdx2; col +=16) in ihevc_weighted_pred_chroma_uni_sse42()680 pi2_src = pi2_src - wdx2 + 4*src_strd; /* Pointer update */ in ihevc_weighted_pred_chroma_uni_sse42()681 pu1_dst = pu1_dst - wdx2 + 4*dst_strd; /* Pointer update */ in ihevc_weighted_pred_chroma_uni_sse42()684 else if( 0 == (wdx2 & 7)) /* 2*wd multiple of 8 case */ in ihevc_weighted_pred_chroma_uni_sse42()691 for(col = 0; col < wdx2; col +=8) in ihevc_weighted_pred_chroma_uni_sse42()813 pi2_src = pi2_src - wdx2 + 4*src_strd; /* Pointer update */ in ihevc_weighted_pred_chroma_uni_sse42()814 pu1_dst = pu1_dst - wdx2 + 4*dst_strd; /* Pointer update */ in ihevc_weighted_pred_chroma_uni_sse42()[all …]