Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c1739 UWORD8 is_inp_422 = (ps_ctxt->u1_chroma_array_type == 2); in ihevce_enc_loop_process_row() local
1808 ((is_inp_422 == 1) ? (ps_frm_ctb_prms->i4_num_tus_in_ctb << 1) in ihevce_enc_loop_process_row()
3211 UWORD8 is_inp_422 = (ps_ctxt->u1_chroma_array_type == 2); in ihevce_enc_loop_process() local
3280 (vert_ctr * (ps_frm_ctb_prms->i4_ctb_size >> ((is_inp_422 == 1) ? 0 : 1)) * in ihevce_enc_loop_process()
3299 (vert_ctr * (ps_frm_ctb_prms->i4_ctb_size >> ((is_inp_422 == 1) ? 0 : 1)) * in ihevce_enc_loop_process()
3348 ((is_inp_422 == 1) ? (ps_frm_ctb_prms->i4_max_tus_in_row << 1) in ihevce_enc_loop_process()