Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c1822 ps_row_pu += (ps_tile_params->i4_first_ctb_x * ps_frm_ctb_prms->i4_num_pus_in_ctb); in ihevce_enc_loop_process_row()
1823 pu1_row_pu_map += (ps_tile_params->i4_first_ctb_x * ps_frm_ctb_prms->i4_num_pus_in_ctb); in ihevce_enc_loop_process_row()
1862 ps_ctb_col_pu = ps_row_col_pu + ctb_ctr * ps_frm_ctb_prms->i4_num_pus_in_ctb; in ihevce_enc_loop_process_row()
3239 ps_frm_ctb_prms->i4_num_pus_in_ctb); in ihevce_enc_loop_process()
3244 ps_frm_ctb_prms->i4_num_pus_in_ctb); in ihevce_enc_loop_process()
Dihevce_enc_structs.h2266 WORD32 i4_num_pus_in_ctb; member
Dihevce_memory_init.c337 ps_enc_ctxt->s_frm_ctb_prms.i4_num_pus_in_ctb = num_pu_in_ctb; in ihevce_mem_manager_init()
Dihevce_frame_process.c4875 ps_enc_ctxt->s_frm_ctb_prms.i4_num_pus_in_ctb; in ihevce_set_pre_enc_prms()