• Home
  • Raw
  • Download

Lines Matching refs:wd

119                                      WORD32 wd,  in ihevcd_fmt_conv_420sp_to_rgb565()  argument
152 for(i2_j = (wd >> 1); i2_j > 0; i2_j--) in ihevcd_fmt_conv_420sp_to_rgb565()
218 pu1_u_src = pu1_u_src + src_uv_strd - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
219 pu1_v_src = pu1_v_src + src_uv_strd - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
221 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
222 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
224 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd; in ihevcd_fmt_conv_420sp_to_rgb565()
225 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
234 WORD32 wd, in ihevcd_fmt_conv_420sp_to_rgba8888() argument
267 for(i2_j = (wd >> 1); i2_j > 0; i2_j--) in ihevcd_fmt_conv_420sp_to_rgba8888()
321 pu1_u_src = pu1_u_src + src_uv_strd - wd; in ihevcd_fmt_conv_420sp_to_rgba8888()
322 pu1_v_src = pu1_v_src + src_uv_strd - wd; in ihevcd_fmt_conv_420sp_to_rgba8888()
324 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgba8888()
325 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgba8888()
327 pu4_rgba_dst = pu4_rgba_dst_NextRow - wd + dst_strd; in ihevcd_fmt_conv_420sp_to_rgba8888()
328 pu4_rgba_dst_NextRow = pu4_rgba_dst_NextRow + (dst_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgba8888()
385 WORD32 wd, in ihevcd_fmt_conv_420sp_to_420sp() argument
401 num_cols = wd; in ihevcd_fmt_conv_420sp_to_420sp()
418 num_cols = wd; in ihevcd_fmt_conv_420sp_to_420sp()
484 WORD32 wd, in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() argument
500 num_cols = wd; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv()
517 num_cols = wd; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv()
594 WORD32 wd, in ihevcd_fmt_conv_420sp_to_420p() argument
615 num_cols = wd; in ihevcd_fmt_conv_420sp_to_420p()
641 num_cols = wd >> 1; in ihevcd_fmt_conv_420sp_to_420p()