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.c3477 UWORD32 u4_ctb_in_a_row, u4_ctb_rows_in_a_frame; in ihevce_enc_loop_get_mem_recs() local
3493 u4_ctb_in_a_row = (u4_width / MAX_CTB_SIZE); in ihevce_enc_loop_get_mem_recs()
3593 u4_size_top_4x4_qp_memory *= u4_ctb_in_a_row; in ihevce_enc_loop_get_mem_recs()
3637 u4_size_bs_memory *= u4_ctb_in_a_row; in ihevce_enc_loop_get_mem_recs()
3650 u4_size_qp_memory *= u4_ctb_in_a_row; 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() local
4330 u4_ctb_in_a_row = (u4_width / MAX_CTB_SIZE); in ihevce_enc_loop_init()
4344 u4_size_bs_memory *= u4_ctb_in_a_row; in ihevce_enc_loop_init()
4357 u4_size_qp_memory *= u4_ctb_in_a_row; in ihevce_enc_loop_init()
4544 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.c375 UWORD32 u4_width, u4_ctb_in_a_row; in ihevce_ipe_init() local
395 u4_ctb_in_a_row = (u4_width / MAX_CTB_SIZE); in ihevce_ipe_init()