Home | History | Annotate | Download | only in common

Lines Matching refs:wd

63 /*                  two ht x wd blocks, calculates their rounded-average and */
64 /* stores it in the destination block. (ht,wd) can be */
74 /* wd - width of the block */
92 WORD32 wd)
96 src_strd1 -= wd;
97 src_strd2 -= wd;
98 dst_strd -= wd;
102 for(j = 0; j < wd; j++, pu1_src1++, pu1_src2++, pu1_dst++)
118 /* two ht x wd blocks, calculates their rounded-average and */
119 /* stores it in the destination block. (ht,wd) can be */
129 /* wd - width of the block */
147 WORD32 wd)
151 wd = wd << 1;
153 src_strd1 -= wd;
154 src_strd2 -= wd;
155 dst_strd -= wd;
159 for(j = 0; j < wd; j++, pu1_src1++, pu1_src2++, pu1_dst++)
175 /* ht x wd block, weights it, rounds it off, offsets it, */
177 /* destination block. (ht,wd) can be (4,4), (8,4), (4,8), */
188 /* wd - width of the block */
207 WORD32 wd)
214 src_strd -= wd;
215 dst_strd -= wd;
222 for(j = 0; j < wd; j++, pu1_src++, pu1_dst++)
233 for(j = 0; j < wd; j++, pu1_src++, pu1_dst++)
249 /* ht x wd block, weights it, rounds it off, offsets it, */
251 /* destination block. (ht,wd) can be (2,2), (4,2), (2,4), */
262 /* wd - width of the block */
281 WORD32 wd)
293 src_strd -= wd << 1;
294 dst_strd -= wd << 1;
303 for(j = 0; j < wd; j++, pu1_src++, pu1_dst++)
318 for(j = 0; j < wd; j++, pu1_src++, pu1_dst++)
338 /* ht x wd blocks, weights them, adds them, rounds off the */
340 /* stores it in the destination block. (ht,wd) can be */
355 /* wd - width of the block */
378 WORD32 wd)
392 src_strd1 -= wd;
393 src_strd2 -= wd;
394 dst_strd -= wd;
398 for(j = 0; j < wd; j++, pu1_src1++, pu1_src2++, pu1_dst++)
414 /* ht x wd blocks, weights them, adds them, rounds off the */
416 /* stores it in the destination block. (ht,wd) can be */
431 /* wd - width of the block */
454 WORD32 wd)
473 src_strd1 -= wd << 1;
474 src_strd2 -= wd << 1;
475 dst_strd -= wd << 1;
483 for(j = 0; j < wd; j++, pu1_src1++, pu1_src2++, pu1_dst++)