Lines Matching refs:src_y_strd
102 WORD32 src_y_strd, in ih264e_fmt_conv_420sp_to_rgb565() argument
126 pu1_y_src_nxt = pu1_y_src + src_y_strd; 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()
215 WORD32 src_y_strd, in ih264e_fmt_conv_420sp_to_rgba8888() argument
238 pu1_y_src_nxt = pu1_y_src + src_y_strd; 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()
365 WORD32 src_y_strd, in ih264e_fmt_conv_420sp_to_420sp() argument
381 src_strd = src_y_strd; in ih264e_fmt_conv_420sp_to_420sp()
417 WORD32 src_y_strd, in ih264e_fmt_conv_420sp_to_420sp_swap_uv() argument
433 src_strd = src_y_strd; in ih264e_fmt_conv_420sp_to_420sp_swap_uv()
474 WORD32 src_y_strd, in ih264e_fmt_conv_420sp_to_420p() argument
495 src_strd = src_y_strd; in ih264e_fmt_conv_420sp_to_420p()
601 UWORD16 src_y_strd, in ih264e_fmt_conv_420p_to_420sp() argument
629 pu1_src += src_y_strd; in ih264e_fmt_conv_420p_to_420sp()