Lines Matching refs:src_y_strd
119 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_rgb565() argument
145 pu1_y_src_nxt = pu1_y_src + src_y_strd; 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()
234 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_rgba8888() argument
260 pu1_y_src_nxt = pu1_y_src + src_y_strd; 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()
385 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_420sp() argument
401 src_strd = src_y_strd; in ihevcd_fmt_conv_420sp_to_420sp()
484 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() argument
500 src_strd = src_y_strd; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv()
594 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_420p() argument
615 src_strd = src_y_strd; in ihevcd_fmt_conv_420sp_to_420p()