Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_process_slice.c1430 WORD32 i2_independent_ctb_y = ps_slice_hdr->i2_independent_ctb_y; in ihevcd_init_proc_ctxt() local
1469 ps_proc->i4_ctb_slice_y = ps_proc->i4_ctb_y - i2_independent_ctb_y; in ihevcd_init_proc_ctxt()
1482 ps_proc->i4_ctb_slice_y = ps_tile->u1_pos_y - i2_independent_ctb_y; in ihevcd_init_proc_ctxt()
1490 if(i2_independent_ctb_y <= ps_tile->u1_pos_y) in ihevcd_init_proc_ctxt()
1512 WORD32 i2_independent_ctb_y = ps_slice_hdr->i2_independent_ctb_y; in ihevcd_init_proc_ctxt() local
1517 ps_proc->i4_ctb_slice_y = ps_proc->i4_ctb_y - i2_independent_ctb_y; in ihevcd_init_proc_ctxt()
Dihevcd_parse_slice_header.c980 ps_slice_hdr->i2_independent_ctb_y = ps_slice_hdr->i2_ctb_y; in ihevcd_parse_slice_header()
989 ps_slice_hdr->i2_independent_ctb_y = 0; in ihevcd_parse_slice_header()
/external/libhevc/common/
Dihevc_structs.h3027 WORD16 i2_independent_ctb_y; member