Home | History | Annotate | Download | only in decoder

Lines Matching refs:wd

88 * @param[in] wd
110 * values for wd and ht it can be done
117 WORD32 wd,
150 for(i2_j = (wd >> 1); i2_j > 0; i2_j--)
216 pu1_u_src = pu1_u_src + src_uv_strd - wd;
217 pu1_v_src = pu1_v_src + src_uv_strd - wd;
219 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd;
220 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd;
222 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd;
223 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd;
232 WORD32 wd,
265 for(i2_j = (wd >> 1); i2_j > 0; i2_j--)
319 pu1_u_src = pu1_u_src + src_uv_strd - wd;
320 pu1_v_src = pu1_v_src + src_uv_strd - wd;
322 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd;
323 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd;
325 pu4_rgba_dst = pu4_rgba_dst_NextRow - wd + dst_strd;
326 pu4_rgba_dst_NextRow = pu4_rgba_dst_NextRow + (dst_strd << 1) - wd;
352 * @param[in] wd
374 * values for wd and ht it can be done
383 WORD32 wd,
399 num_cols = wd;
416 num_cols = wd;
452 * @param[in] wd
474 * values for wd and ht it can be done
482 WORD32 wd,
498 num_cols = wd;
515 num_cols = wd;
556 * @param[in] wd
581 * values for wd and ht it can be done
592 WORD32 wd,
613 num_cols = wd;
639 num_cols = wd >> 1;