Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_get_mv.c117 WORD32 ctb_start_pu_idx; in ihevcd_get_mv_ctb() local
150 ctb_start_pu_idx = ps_mv_ctxt->i4_ctb_start_pu_idx; in ihevcd_get_mv_ctb()
466 cur_pu_idx = ctb_start_pu_idx + pu_cnt; 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
717 ctb_start_pu_idx = ps_proc->pu4_pic_pu_idx[cur_ctb_idx]; in ihevcd_process()
718 ps_pu = &ps_proc->ps_pic_pu[ctb_start_pu_idx]; in ihevcd_process()
726 cur_pu_idx = ctb_start_pu_idx + pu_cnt; in ihevcd_process()
Dihevcd_parse_slice.c3110 WORD32 ctb_start_pu_idx; in ihevcd_parse_slice_data() local
3124 ctb_start_pu_idx = ps_codec->s_parse.pu4_pic_pu_idx[cur_ctb_idx]; in ihevcd_parse_slice_data()
3125 ps_pu = &ps_codec->s_parse.ps_pic_pu[ctb_start_pu_idx]; in ihevcd_parse_slice_data()
3133 cur_pu_idx = ctb_start_pu_idx + pu_cnt; in ihevcd_parse_slice_data()