• Home
  • Raw
  • Download

Lines Matching refs:u4_width

3476     UWORD32 u4_width, u4_height, n_tabs;  in ihevce_enc_loop_get_mem_recs()  local
3483 u4_width = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_width; in ihevce_enc_loop_get_mem_recs()
3485 u4_width += SET_CTB_ALIGN( in ihevce_enc_loop_get_mem_recs()
3493 u4_ctb_in_a_row = (u4_width / MAX_CTB_SIZE); in ihevce_enc_loop_get_mem_recs()
3530 (u4_width + MAX_CU_SIZE + 1) * sizeof(UWORD16) * in ihevce_enc_loop_get_mem_recs()
3536 (u4_width + MAX_CU_SIZE + 1) * sizeof(UWORD8) * in ihevce_enc_loop_get_mem_recs()
3548 (u4_ctb_rows_in_a_frame + 1) * (u4_width + MAX_CU_SIZE + 2) * sizeof(UWORD16) * in ihevce_enc_loop_get_mem_recs()
3554 (u4_ctb_rows_in_a_frame + 1) * (u4_width + MAX_CU_SIZE + 2) * sizeof(UWORD8) * in ihevce_enc_loop_get_mem_recs()
3564 (u4_ctb_rows_in_a_frame + 1) * (((u4_width + MAX_CU_SIZE) >> 2) + 1) * sizeof(nbr_4x4_t) * in ihevce_enc_loop_get_mem_recs()
3869 num_horz_units = u4_width / MAX_CTB_SIZE; in ihevce_enc_loop_get_mem_recs()
3872 ctb_aligned_wd = u4_width; in ihevce_enc_loop_get_mem_recs()
4298 UWORD32 u4_width, u4_height; in ihevce_enc_loop_init() local
4325 u4_width = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_width; in ihevce_enc_loop_init()
4327 u4_width += SET_CTB_ALIGN( in ihevce_enc_loop_init()
4330 u4_ctb_in_a_row = (u4_width / MAX_CTB_SIZE); in ihevce_enc_loop_init()
4365 u4_ctb_aligned_wd = u4_width; in ihevce_enc_loop_init()
4424 ps_ctxt->i4_top_row_luma_stride = (u4_width + MAX_CU_SIZE + 1); in ihevce_enc_loop_init()
4429 ps_ctxt->i4_top_row_chroma_stride = (u4_width + MAX_CU_SIZE + 2); in ihevce_enc_loop_init()
4460 ps_ctxt->i4_top_row_nbr_stride = (((u4_width + MAX_CU_SIZE) >> 2) + 1); in ihevce_enc_loop_init()
5534 WORD32 last_hz_ctb_wd = MAX_CTB_SIZE - (u4_width - cu_aligned_pic_wd); in ihevce_enc_loop_init()