Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_utils.c356 WORD32 num_ctb; in ihevcd_get_pic_mv_bank_size() local
361 num_ctb = pic_size / (MIN_CTB_SIZE * MIN_CTB_SIZE); in ihevcd_get_pic_mv_bank_size()
367 mv_bank_size += (num_ctb + 1) * sizeof(WORD32); in ihevcd_get_pic_mv_bank_size()
404 WORD32 num_ctb; in ihevcd_get_tu_data_size() local
406 num_ctb = num_luma_samples / (MIN_CTB_SIZE * MIN_CTB_SIZE); in ihevcd_get_tu_data_size()
416 tu_data_size += (num_ctb + 1) * sizeof(WORD32); in ihevcd_get_tu_data_size()
715 WORD32 num_ctb; in ihevcd_mv_buf_mgr_add_bufs() local
722 num_ctb = pic_size / (MIN_CTB_SIZE * MIN_CTB_SIZE); in ihevcd_mv_buf_mgr_add_bufs()
734 pu1_buf += (num_ctb + 1) * sizeof(WORD32); in ihevcd_mv_buf_mgr_add_bufs()
740 pu1_buf += num_ctb * sizeof(UWORD16); in ihevcd_mv_buf_mgr_add_bufs()
[all …]
Dihevcd_process_slice.c531 WORD32 num_ctb, num_ctb_tmp; in ihevcd_process() local
547 num_ctb = 1; in ihevcd_process()
551 num_ctb = ps_proc->i4_nctb; in ihevcd_process()
574 if(ps_proc->i4_ctb_cnt < num_ctb) in ihevcd_process()
576 num_ctb = ps_proc->i4_ctb_cnt; in ihevcd_process()
578 num_ctb_tmp = num_ctb; in ihevcd_process()
873 num_ctb_tmp = num_ctb; in ihevcd_process()
874 ps_proc->i4_ctb_x -= num_ctb; in ihevcd_process()
993 num_ctb_tmp = num_ctb; in ihevcd_process()
994 ps_proc->i4_ctb_x -= num_ctb; in ihevcd_process()
[all …]