Lines Matching refs:u4_height
3476 UWORD32 u4_width, u4_height, n_tabs; in ihevce_enc_loop_get_mem_recs() local
3489 u4_height = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_height; in ihevce_enc_loop_get_mem_recs()
3491 u4_height += SET_CTB_ALIGN( in ihevce_enc_loop_get_mem_recs()
3494 u4_ctb_rows_in_a_frame = (u4_height / MAX_CTB_SIZE); in ihevce_enc_loop_get_mem_recs()
3868 num_vert_units = u4_height / MAX_CTB_SIZE; in ihevce_enc_loop_get_mem_recs()
3871 ctb_aligned_ht = u4_height; in ihevce_enc_loop_get_mem_recs()
4298 UWORD32 u4_width, u4_height; in ihevce_enc_loop_init() local
4333 u4_height = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_height; in ihevce_enc_loop_init()
4335 u4_height += SET_CTB_ALIGN( in ihevce_enc_loop_init()
4338 u4_ctb_rows_in_a_frame = (u4_height / MAX_CTB_SIZE); in ihevce_enc_loop_init()
4366 u4_ctb_aligned_ht = u4_height; in ihevce_enc_loop_init()
4367 num_vert_units = (u4_height) / ctb_size; in ihevce_enc_loop_init()