Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_process_slice.c1425 WORD32 i2_independent_ctb_x = ps_slice_hdr->i2_independent_ctb_x; in ihevcd_init_proc_ctxt() local
1432 if(ps_proc->i4_ctb_x >= i2_independent_ctb_x) in ihevcd_init_proc_ctxt()
1434 ps_proc->i4_ctb_slice_x = ps_proc->i4_ctb_x - i2_independent_ctb_x; in ihevcd_init_proc_ctxt()
1455 - (i2_independent_ctb_x - ps_proc->i4_ctb_x); in ihevcd_init_proc_ctxt()
1489 if(i2_independent_ctb_x > ps_tile->u1_pos_x) in ihevcd_init_proc_ctxt()
1498 if(((i2_independent_ctb_x - ps_tile->u1_pos_x) != 0) && ((ps_proc->i4_ctb_slice_y != 0)) in ihevcd_init_proc_ctxt()
1499 …&& ((i2_independent_ctb_x >= ps_tile->u1_pos_x) && (i2_independent_ctb_x < ps_tile->u1_pos_x + ps_… in ihevcd_init_proc_ctxt()
1507 WORD32 i2_independent_ctb_x = ps_slice_hdr->i2_independent_ctb_x; in ihevcd_init_proc_ctxt() local
1512 ps_proc->i4_ctb_slice_x = ps_proc->i4_ctb_x - i2_independent_ctb_x; in ihevcd_init_proc_ctxt()
Dihevcd_parse_slice_header.c979 ps_slice_hdr->i2_independent_ctb_x = ps_slice_hdr->i2_ctb_x; in ihevcd_parse_slice_header()
988 ps_slice_hdr->i2_independent_ctb_x = 0; in ihevcd_parse_slice_header()
/external/libhevc/common/
Dihevc_structs.h2783 WORD16 i2_independent_ctb_x; member