• Home
  • Raw
  • Download

Lines Matching refs:wd

100                                      WORD32 wd,  in ih264e_fmt_conv_420sp_to_rgb565()  argument
131 for (i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264e_fmt_conv_420sp_to_rgb565()
198 pu1_u_src = pu1_u_src + src_uv_strd - wd; in ih264e_fmt_conv_420sp_to_rgb565()
199 pu1_v_src = pu1_v_src + src_uv_strd - wd; in ih264e_fmt_conv_420sp_to_rgb565()
201 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565()
202 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565()
204 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd; in ih264e_fmt_conv_420sp_to_rgb565()
205 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565()
213 WORD32 wd, in ih264e_fmt_conv_420sp_to_rgba8888() argument
244 for (i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264e_fmt_conv_420sp_to_rgba8888()
301 pu1_u_src = pu1_u_src + src_uv_strd - wd; in ih264e_fmt_conv_420sp_to_rgba8888()
302 pu1_v_src = pu1_v_src + src_uv_strd - wd; in ih264e_fmt_conv_420sp_to_rgba8888()
304 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgba8888()
305 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgba8888()
307 pu4_rgba_dst = pu4_rgba_dst_NextRow - wd + dst_strd; in ih264e_fmt_conv_420sp_to_rgba8888()
308 pu4_rgba_dst_NextRow = pu4_rgba_dst_NextRow + (dst_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgba8888()
363 WORD32 wd, in ih264e_fmt_conv_420sp_to_420sp() argument
379 num_cols = wd; in ih264e_fmt_conv_420sp_to_420sp()
396 num_cols = wd; in ih264e_fmt_conv_420sp_to_420sp()
415 WORD32 wd, in ih264e_fmt_conv_420sp_to_420sp_swap_uv() argument
431 num_cols = wd; in ih264e_fmt_conv_420sp_to_420sp_swap_uv()
448 num_cols = wd; in ih264e_fmt_conv_420sp_to_420sp_swap_uv()
472 WORD32 wd, in ih264e_fmt_conv_420sp_to_420p() argument
493 num_cols = wd; in ih264e_fmt_conv_420sp_to_420p()
518 num_cols = wd >> 1; in ih264e_fmt_conv_420sp_to_420p()
811 WORD32 dst_stride, wd; in ih264e_fmt_conv() local
822 wd = ps_codec->s_cfg.u4_disp_wd; in ih264e_fmt_conv()
849 pu1_uv_dst_tmp, wd, num_rows, in ih264e_fmt_conv()
857 pu1_u_dst_tmp, pu1_v_dst_tmp, wd, in ih264e_fmt_conv()