Searched refs:ps_pic_tu (Results 1 - 4 of 4) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_structs.h413 * start index of tu_t in ps_pic_tu and also to identify number of
972 tu_t *ps_pic_tu; member in struct:__anon9852
976 * start index of tu_t in ps_pic_tu and also to identify number of
1283 * start index of tu_t in ps_pic_tu and also to identify number of
1344 tu_t *ps_pic_tu; member in struct:__anon9853
H A Dihevcd_utils.c1015 ps_codec->s_parse.ps_pic_tu = (tu_t *)pu1_buf;
1021 ps_codec->s_parse.ps_tu = ps_codec->s_parse.ps_pic_tu;
1135 ps_codec->as_process[i].ps_pic_tu = ps_codec->s_parse.ps_pic_tu;
H A Dihevcd_process_slice.c856 ps_proc->ps_tu = ps_proc->ps_pic_tu;
976 ps_proc->ps_tu = ps_proc->ps_pic_tu;
1546 ps_proc->ps_tu = ps_proc->ps_pic_tu + ps_proc->pu4_pic_tu_idx[ctb_addr % RESET_TU_BUF_NCTB];
1550 ps_proc->ps_tu = ps_proc->ps_pic_tu + ps_proc->pu4_pic_tu_idx[ctb_addr];
H A Dihevcd_parse_slice.c2411 ps_codec->s_parse.ps_tu = ps_codec->s_parse.ps_pic_tu;
2928 ps_tu = &ps_codec->s_parse.ps_pic_tu[cur_tu_idx];
3214 ps_codec->s_parse.s_bs_ctxt.ps_tu = &ps_codec->s_parse.ps_pic_tu[cur_tu_idx];

Completed in 41 milliseconds