• Home
  • Raw
  • Download

Lines Matching refs:wd

117                                      WORD32 wd,  in ihevcd_fmt_conv_420sp_to_rgb565()  argument
150 for(i2_j = (wd >> 1); i2_j > 0; i2_j--) in ihevcd_fmt_conv_420sp_to_rgb565()
216 pu1_u_src = pu1_u_src + src_uv_strd - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
217 pu1_v_src = pu1_v_src + src_uv_strd - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
219 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
220 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
222 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd; in ihevcd_fmt_conv_420sp_to_rgb565()
223 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
232 WORD32 wd, in ihevcd_fmt_conv_420sp_to_rgba8888() argument
265 for(i2_j = (wd >> 1); i2_j > 0; i2_j--) in ihevcd_fmt_conv_420sp_to_rgba8888()
319 pu1_u_src = pu1_u_src + src_uv_strd - wd; in ihevcd_fmt_conv_420sp_to_rgba8888()
320 pu1_v_src = pu1_v_src + src_uv_strd - wd; in ihevcd_fmt_conv_420sp_to_rgba8888()
322 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgba8888()
323 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgba8888()
325 pu4_rgba_dst = pu4_rgba_dst_NextRow - wd + dst_strd; in ihevcd_fmt_conv_420sp_to_rgba8888()
326 pu4_rgba_dst_NextRow = pu4_rgba_dst_NextRow + (dst_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgba8888()
383 WORD32 wd, in ihevcd_fmt_conv_420sp_to_420sp() argument
399 num_cols = wd; in ihevcd_fmt_conv_420sp_to_420sp()
416 num_cols = wd; in ihevcd_fmt_conv_420sp_to_420sp()
482 WORD32 wd, in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() argument
498 num_cols = wd; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv()
515 num_cols = wd; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv()
592 WORD32 wd, in ihevcd_fmt_conv_420sp_to_420p() argument
613 num_cols = wd; in ihevcd_fmt_conv_420sp_to_420p()
639 num_cols = wd >> 1; in ihevcd_fmt_conv_420sp_to_420p()