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.c1450 WORD32 i2_independent_ctb_x = ps_slice_hdr->i2_independent_ctb_x; in ihevcd_init_proc_ctxt() local
1457 if(ps_proc->i4_ctb_x >= i2_independent_ctb_x) in ihevcd_init_proc_ctxt()
1459 ps_proc->i4_ctb_slice_x = ps_proc->i4_ctb_x - i2_independent_ctb_x; in ihevcd_init_proc_ctxt()
1480 - (i2_independent_ctb_x - ps_proc->i4_ctb_x); in ihevcd_init_proc_ctxt()
1514 if(i2_independent_ctb_x > ps_tile->u1_pos_x) in ihevcd_init_proc_ctxt()
1523 if(((i2_independent_ctb_x - ps_tile->u1_pos_x) != 0) && ((ps_proc->i4_ctb_slice_y != 0)) in ihevcd_init_proc_ctxt()
1524 …&& ((i2_independent_ctb_x >= ps_tile->u1_pos_x) && (i2_independent_ctb_x < ps_tile->u1_pos_x + ps_… in ihevcd_init_proc_ctxt()
1532 WORD32 i2_independent_ctb_x = ps_slice_hdr->i2_independent_ctb_x; in ihevcd_init_proc_ctxt() local
1537 ps_proc->i4_ctb_slice_x = ps_proc->i4_ctb_x - i2_independent_ctb_x; in ihevcd_init_proc_ctxt()
Dihevcd_parse_slice_header.c1066 ps_slice_hdr->i2_independent_ctb_x = ps_slice_hdr->i2_ctb_x; in ihevcd_parse_slice_header()
1075 ps_slice_hdr->i2_independent_ctb_x = 0; in ihevcd_parse_slice_header()
/external/libhevc/common/
Dihevc_structs.h3159 WORD16 i2_independent_ctb_x; member