Home
last modified time | relevance | path

Searched refs:u4_ctb_in_a_row (Results 1 – 3 of 3) 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
399 u4_ctb_in_a_row = (ctb_aligned_frame_width / 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
3613 u4_ctb_in_a_row = (u4_width / MAX_CTB_SIZE); in ihevce_enc_loop_get_mem_recs()
3713 u4_size_top_4x4_qp_memory *= u4_ctb_in_a_row; in ihevce_enc_loop_get_mem_recs()
3757 u4_size_bs_memory *= u4_ctb_in_a_row; in ihevce_enc_loop_get_mem_recs()
3770 u4_size_qp_memory *= u4_ctb_in_a_row; 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
4427 u4_ctb_in_a_row = (u4_width / MAX_CTB_SIZE); in ihevce_enc_loop_init()
4441 u4_size_bs_memory *= u4_ctb_in_a_row; in ihevce_enc_loop_init()
4454 u4_size_qp_memory *= u4_ctb_in_a_row; in ihevce_enc_loop_init()
4641 ps_ctxt->s_deblk_ctbrow_prms.u4_qp_top_4x4_buf_strd = (MAX_CTB_SIZE / 4) * u4_ctb_in_a_row; in ihevce_enc_loop_init()
[all …]
Dihevce_ipe_pass.c390 UWORD32 u4_width, u4_ctb_in_a_row; in ihevce_ipe_init() local
410 u4_ctb_in_a_row = (u4_width / MAX_CTB_SIZE); in ihevce_ipe_init()