Searched refs:i4_disp_strd (Results 1 – 5 of 5) sorted by relevance
774 pu2_rgb_dst_tmp += cur_row * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()776 pu4_rgb_dst_tmp += cur_row * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()777 pu1_y_dst_tmp = pu1_y_dst + cur_row * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()778 pu1_uv_dst_tmp = pu1_u_dst + (cur_row / 2) * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()779 pu1_u_dst_tmp = pu1_u_dst + (cur_row / 2) * ps_codec->i4_disp_strd / 2; in ihevcd_fmt_conv()780 pu1_v_dst_tmp = pu1_v_dst + (cur_row / 2) * ps_codec->i4_disp_strd / 2; in ihevcd_fmt_conv()840 ps_codec->i4_disp_strd, in ihevcd_fmt_conv()841 ps_codec->i4_disp_strd); in ihevcd_fmt_conv()855 pu1_y_dst_tmp += ps_codec->i4_disp_strd; in ihevcd_fmt_conv()868 ps_codec->i4_disp_strd, in ihevcd_fmt_conv()[all …]
264 ps_dec_op->s_disp_frm_buf.u4_y_strd = ps_codec->i4_disp_strd; in ihevcd_fill_outargs()491 ps_dec_ip->s_out_buffer.pu1_bufs[2], ps_codec->i4_disp_strd, in ihevcd_decode()832 ps_dec_ip->s_out_buffer.pu1_bufs[2], ps_codec->i4_disp_strd, in ihevcd_decode()
1386 ps_codec->i4_disp_strd = 0; in ihevcd_set_default_params()1511 ps_codec->i4_disp_strd = 0; in ihevcd_init()3349 wd = ps_codec->i4_disp_strd; in ihevcd_get_status()3367 if(ps_codec->i4_disp_strd > wd) in ihevcd_get_status()3368 wd = ps_codec->i4_disp_strd; in ihevcd_get_status()3534 wd = ps_codec->i4_disp_strd; in ihevcd_get_buf_info()3547 if(ps_codec->i4_disp_strd > wd) in ihevcd_get_buf_info()3548 wd = ps_codec->i4_disp_strd; in ihevcd_get_buf_info()3686 strd = ps_codec->i4_disp_strd; in ihevcd_set_params()3714 strd = ps_codec->i4_disp_strd; in ihevcd_set_params()[all …]
1534 if(ps_codec->i4_disp_strd < ps_codec->i4_disp_wd) in ihevcd_parse_sps()1536 ps_codec->i4_disp_strd = ps_codec->i4_disp_wd; in ihevcd_parse_sps()1541 if(ps_codec->i4_disp_strd < ps_codec->i4_strd) in ihevcd_parse_sps()1543 ps_codec->i4_disp_strd = ps_codec->i4_strd; in ihevcd_parse_sps()
1662 WORD32 i4_disp_strd; member