Searched refs:u4_ctb_rows_in_a_frame (Results 1 – 2 of 2) sorted by relevance
363 WORD32 u4_ctb_in_a_row, u4_ctb_rows_in_a_frame; in ihevce_tiles_get_mem_recs() local400 u4_ctb_rows_in_a_frame = (ctb_aligned_frame_height / MAX_CTB_SIZE); in ihevce_tiles_get_mem_recs()416 (1 + u4_ctb_in_a_row + 1) * (1 + u4_ctb_rows_in_a_frame) * sizeof(WORD32); in ihevce_tiles_get_mem_recs()
3477 UWORD32 u4_ctb_in_a_row, u4_ctb_rows_in_a_frame; in ihevce_enc_loop_get_mem_recs() local3494 u4_ctb_rows_in_a_frame = (u4_height / MAX_CTB_SIZE); in ihevce_enc_loop_get_mem_recs()3529 ps_mem_tab[ENC_LOOP_TOP_LUMA].i4_mem_size = (u4_ctb_rows_in_a_frame + 1) * in ihevce_enc_loop_get_mem_recs()3535 ps_mem_tab[ENC_LOOP_TOP_LUMA].i4_mem_size = (u4_ctb_rows_in_a_frame + 1) * 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()3595 u4_size_top_4x4_qp_memory *= u4_ctb_rows_in_a_frame; in ihevce_enc_loop_get_mem_recs()4299 UWORD32 u4_ctb_in_a_row, u4_ctb_rows_in_a_frame; in ihevce_enc_loop_init() local4338 u4_ctb_rows_in_a_frame = (u4_height / MAX_CTB_SIZE); in ihevce_enc_loop_init()[all …]