Home | History | Annotate | Download | only in x86

Lines Matching refs:wd

102 * @param[in] wd
122 WORD32 wd)
132 ASSERT(wd % 4 == 0); /* checking assumption*/
154 if(0 == (wd & 7)) /* wd multiple of 8 case */
161 for(col = 0; col < wd; col += 8)
252 pi2_src = pi2_src - wd + 4 * src_strd; /* Pointer update */
253 pu1_dst = pu1_dst - wd + 4 * dst_strd; /* Pointer update */
257 else /* wd multiple of 4 case */
263 for(col = 0; col < wd; col += 4)
341 pi2_src = pi2_src - wd + 4 * src_strd; /* Pointer update */
342 pu1_dst = pu1_dst - wd + 4 * dst_strd; /* Pointer update */
389 * @param[in] wd
412 WORD32 wd)
422 ASSERT(wd % 2 == 0); /* checking assumption*/
426 wdx2 = 2 * wd;
445 if(0 == (wdx2 & 15)) /* 2*wd multiple of 16 case */
542 else if(0 == (wdx2 & 7)) /* 2*wd multiple of 8 case */
607 else /* 2*wd multiple of 4 case */
724 * @param[in] wd
750 WORD32 wd)
759 ASSERT(wd % 4 == 0); /* checking assumption*/
784 if(0 == (wd & 7)) /* wd multiple of 8 case */
790 for(col = 0; col < wd; col += 8)
865 pi2_src1 = pi2_src1 - wd + 2 * src_strd1; /* Pointer update */
866 pi2_src2 = pi2_src2 - wd + 2 * src_strd2; /* Pointer update */
867 pu1_dst = pu1_dst - wd + 2 * dst_strd; /* Pointer update */
871 else /* wd multiple of 4 case */
877 for(col = 0; col < wd; col += 4)
945 pi2_src1 = pi2_src1 - wd + 2 * src_strd1; /* Pointer update */
946 pi2_src2 = pi2_src2 - wd + 2 * src_strd2; /* Pointer update */
947 pu1_dst = pu1_dst - wd + 2 * dst_strd; /* Pointer update */
1007 * @param[in] wd
1037 WORD32 wd)
1046 ASSERT(wd % 2 == 0); /* checking assumption*/
1066 wdx2 = wd * 2;
1280 * @param[in] wd
1288 * Assumption : ht%4 == 0, wd%4 == 0
1303 WORD32 wd)
1313 ASSERT(wd % 4 == 0); /* checking assumption*/
1329 if(0 == (wd & 15)) /* wd multiple of 16 case */
1336 for(col = 0; col < wd; col += 16)
1421 pi2_src1 = pi2_src1 - wd + 4 * src_strd1; /* Pointer update */
1422 pi2_src2 = pi2_src2 - wd + 4 * src_strd2; /* Pointer update */
1423 pu1_dst = pu1_dst - wd + 4 * dst_strd; /* Pointer update */
1427 else if(0 == (wd & 7)) /* multiple of 8 case */
1432 for(col = 0; col < wd; col += 8)
1484 pi2_src1 = pi2_src1 - wd + 4 * src_strd1; /* Pointer update */
1485 pi2_src2 = pi2_src2 - wd + 4 * src_strd2; /* Pointer update */
1486 pu1_dst = pu1_dst - wd + 4 * dst_strd; /* Pointer update */
1490 else /* wd multiple of 4 case*/
1497 for(col = 0; col < wd; col += 4)
1560 pi2_src1 = pi2_src1 - wd + 4 * src_strd1; /* Pointer update */
1561 pi2_src2 = pi2_src2 - wd + 4 * src_strd2; /* Pointer update */
1562 pu1_dst = pu1_dst - wd + 4 * dst_strd; /* Pointer update */
1567 else /* ht multiple of 2 case and wd multiple of 4 case*/
1575 for(col = 0; col < wd; col += 4)
1621 pi2_src1 = pi2_src1 - wd + 2 * src_strd1; /* Pointer update */
1622 pi2_src2 = pi2_src2 - wd + 2 * src_strd2; /* Pointer update */
1623 pu1_dst = pu1_dst - wd + 2 * dst_strd; /* Pointer update */
1671 * @param[in] wd
1679 * Assumption : ht%2 == 0, wd%2 == 0, lvl_shift1==0, lvl_shift2==0.
1694 WORD32 wd)
1703 ASSERT(wd % 2 == 0); /* checking assumption*/
1709 wdx2 = wd * 2;
1716 if(0 == (wdx2 & 15)) /* 2*wd multiple of 16 case */
1889 else /* 2*wd multiple of 4 case */
1967 if(0 == (wdx2 & 15)) /* 2*wd multiple of 16 case */
2089 else /* 2*wd multiple of 4 case */