Home
last modified time | relevance | path

Searched refs:i4_ctb_tu_cnt (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/decoder/
Dihevcd_process_slice.c486 …ps_proc->i4_ctb_tu_cnt = ps_proc->pu4_pic_tu_idx[next_ctb_tu_idx] - ps_proc->pu4_pic_tu_idx[cur_ct… in ihevcd_update_ctb_tu_cnt()
512 ps_proc->i4_ctb_tu_cnt = ps_proc->pu4_pic_tu_idx[next_ctb_tu_idx] - in ihevcd_update_ctb_tu_cnt()
819 ps_proc->s_bs_ctxt.i4_ctb_tu_cnt = ps_proc->i4_ctb_tu_cnt; in ihevcd_process()
871 ps_proc->ps_tu += ps_proc->i4_ctb_tu_cnt; in ihevcd_process()
991 ps_proc->ps_tu += ps_proc->i4_ctb_tu_cnt; in ihevcd_process()
Dihevcd_structs.h345 WORD32 i4_ctb_tu_cnt; member
1489 WORD32 i4_ctb_tu_cnt; member
Dihevcd_parse_slice.c2912 WORD32 i4_ctb_tu_cnt; in ihevcd_parse_slice_data() local
2925 i4_ctb_tu_cnt = ps_codec->s_parse.pu4_pic_tu_idx[next_ctb_idx] - in ihevcd_parse_slice_data()
2932 i4_ctb_tu_cnt = ps_codec->s_parse.pu4_pic_tu_idx[next_ctb_idx] - in ihevcd_parse_slice_data()
2946 for(i = 0; i < i4_ctb_tu_cnt; i++, ps_tu++) in ihevcd_parse_slice_data()
3204 WORD32 i4_ctb_tu_cnt; in ihevcd_parse_slice_data() local
3218 i4_ctb_tu_cnt = ps_codec->s_parse.pu4_pic_tu_idx[next_ctb_idx] - in ihevcd_parse_slice_data()
3225 i4_ctb_tu_cnt = ps_codec->s_parse.pu4_pic_tu_idx[next_ctb_idx] - in ihevcd_parse_slice_data()
3234 ps_codec->s_parse.s_bs_ctxt.i4_ctb_tu_cnt = i4_ctb_tu_cnt; in ihevcd_parse_slice_data()
Dihevcd_iquant_itrans_recon_ctb.c657 for(tu_cnt = 0; tu_cnt < ps_proc->i4_ctb_tu_cnt; tu_cnt++, ps_tu++) in ihevcd_iquant_itrans_recon_ctb()
1168 return ps_proc->i4_ctb_tu_cnt; in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_boundary_strength.c238 i4_tu_cnt = ps_bs_ctxt->i4_ctb_tu_cnt; in ihevcd_ctb_boundary_strength_islice()