Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_tile_interface.c363 WORD32 u4_ctb_in_a_row, u4_ctb_rows_in_a_frame; in ihevce_tiles_get_mem_recs() local
400 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()
Dihevce_enc_loop_pass.c3597 UWORD32 u4_ctb_in_a_row, u4_ctb_rows_in_a_frame; in ihevce_enc_loop_get_mem_recs() local
3614 u4_ctb_rows_in_a_frame = (u4_height / MAX_CTB_SIZE); in ihevce_enc_loop_get_mem_recs()
3649 ps_mem_tab[ENC_LOOP_TOP_LUMA].i4_mem_size = (u4_ctb_rows_in_a_frame + 1) * in ihevce_enc_loop_get_mem_recs()
3655 ps_mem_tab[ENC_LOOP_TOP_LUMA].i4_mem_size = (u4_ctb_rows_in_a_frame + 1) * in ihevce_enc_loop_get_mem_recs()
3668 (u4_ctb_rows_in_a_frame + 1) * (u4_width + MAX_CU_SIZE + 2) * sizeof(UWORD16) * in ihevce_enc_loop_get_mem_recs()
3674 (u4_ctb_rows_in_a_frame + 1) * (u4_width + MAX_CU_SIZE + 2) * sizeof(UWORD8) * in ihevce_enc_loop_get_mem_recs()
3684 (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()
3715 u4_size_top_4x4_qp_memory *= u4_ctb_rows_in_a_frame; in ihevce_enc_loop_get_mem_recs()
4396 UWORD32 u4_ctb_in_a_row, u4_ctb_rows_in_a_frame; in ihevce_enc_loop_init() local
4435 u4_ctb_rows_in_a_frame = (u4_height / MAX_CTB_SIZE); in ihevce_enc_loop_init()
[all …]