Lines Matching refs:src_y_strd
121 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_rgb565() argument
147 pu1_y_src_nxt = pu1_y_src + src_y_strd; 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()
236 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_rgba8888() argument
262 pu1_y_src_nxt = pu1_y_src + src_y_strd; 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()
387 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_420sp() argument
403 src_strd = src_y_strd; in ihevcd_fmt_conv_420sp_to_420sp()
486 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() argument
502 src_strd = src_y_strd; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv()
596 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_420p() argument
617 src_strd = src_y_strd; in ihevcd_fmt_conv_420sp_to_420p()