Home
last modified time | relevance | path

Searched refs:num_pu_per_ctb (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_get_mv.c123 WORD32 num_pu_per_ctb, pu_wd, pu_ht, pu_cnt; in ihevcd_get_mv_ctb() local
149 num_pu_per_ctb = ps_mv_ctxt->i4_ctb_pu_cnt; in ihevcd_get_mv_ctb()
273 for(pu_cnt = 0; pu_cnt < num_pu_per_ctb; pu_cnt++, ps_pu++) in ihevcd_get_mv_ctb()
531 return num_pu_per_ctb; in ihevcd_get_mv_ctb()
Dihevcd_process_slice.c699 WORD32 next_ctb_idx, num_pu_per_ctb, ctb_start_pu_idx, pu_cnt; in ihevcd_process() local
715 num_pu_per_ctb = ps_proc->pu4_pic_pu_idx[next_ctb_idx] in ihevcd_process()
720 for(pu_cnt = 0; pu_cnt < num_pu_per_ctb; pu_cnt++, ps_pu++) in ihevcd_process()
Dihevcd_parse_slice.c3107 WORD32 num_pu_per_ctb; in ihevcd_parse_slice_data() local
3122 num_pu_per_ctb = ps_codec->s_parse.pu4_pic_pu_idx[next_ctb_idx] in ihevcd_parse_slice_data()
3127 for(pu_cnt = 0; pu_cnt < num_pu_per_ctb; pu_cnt++, ps_pu++) in ihevcd_parse_slice_data()