Lines Matching refs:buf_width
1689 WORD32 buf_width = ps_curr_inp->s_input_buf.i4_y_wd; in ihevce_copy_inp_8bit() local
1706 if(buf_width > frm_width) in ihevce_copy_inp_8bit()
1708 memset(pu1_dst + frm_width, 0x0, buf_width - frm_width); in ihevce_copy_inp_8bit()
1715 memset(pu1_dst, 0x0, buf_width); in ihevce_copy_inp_8bit()
1734 buf_width = ps_curr_inp->s_input_buf.i4_uv_wd; in ihevce_copy_inp_8bit()
1757 if(buf_width > (cols << 1)) in ihevce_copy_inp_8bit()
1759 memset(&pu1_dst[(cols << 1)], 0x80, buf_width - (cols << 1)); in ihevce_copy_inp_8bit()
1768 memset(pu1_dst, 0x80, buf_width); in ihevce_copy_inp_8bit()
1783 buf_width = ps_curr_inp->s_input_buf.i4_uv_wd; in ihevce_copy_inp_8bit()
1796 if(buf_width > frm_width) in ihevce_copy_inp_8bit()
1798 memset(pu1_dst + frm_width, 0x80, buf_width - frm_width); in ihevce_copy_inp_8bit()
1805 memset(pu1_dst, 0x80, buf_width); in ihevce_copy_inp_8bit()