Home
last modified time | relevance | path

Searched refs:i4_max_tus_in_row (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_structs.h2294 WORD32 i4_max_tus_in_row; member
Dihevce_enc_loop_pass.c3218 ((is_inp_422 == 1) ? (ps_frm_ctb_prms->i4_max_tus_in_row << 1) in ihevce_enc_loop_process()
3219 : ((ps_frm_ctb_prms->i4_max_tus_in_row * 3) >> 1)) * in ihevce_enc_loop_process()
3226 ps_row_tu = ps_tu_out + (vert_ctr * ps_frm_ctb_prms->i4_max_tus_in_row); in ihevce_enc_loop_process()
Dihevce_frame_process.c4877 ps_enc_ctxt->s_frm_ctb_prms.i4_max_tus_in_row = ps_enc_ctxt->s_frm_ctb_prms.i4_num_ctbs_horz * in ihevce_set_pre_enc_prms()