Home
last modified time | relevance | path

Searched refs:u4_start_y (Results 1 – 2 of 2) sorted by relevance

/external/libavc/decoder/
Dih264d_format_conv.c670 UWORD32 u4_start_y, in ih264d_format_convert() argument
676 UWORD32 start_uv = u4_start_y >> 1; in ih264d_format_convert()
684 if(u4_start_y & 1) in ih264d_format_convert()
696 pu1_y_src += u4_start_y * ps_op_frm->u4_y_strd, in ih264d_format_convert()
716 pu1_y_dst += u4_start_y * pv_disp_op->s_disp_frm_buf.u4_y_strd; in ih264d_format_convert()
745 pu1_y_dst += u4_start_y * pv_disp_op->s_disp_frm_buf.u4_y_strd; in ih264d_format_convert()
782 pu2_rgb_dst += u4_start_y * pv_disp_op->s_disp_frm_buf.u4_y_strd; in ih264d_format_convert()
795 if((u4_start_y + u4_num_rows_y) >= ps_dec->s_disp_frame_info.u4_y_ht) in ih264d_format_convert()
Dih264d_format_conv.h116 UWORD32 u4_start_y,