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.c1446 WORD32 i2_independent_ctb_x = ps_slice_hdr->i2_independent_ctb_x; in ihevcd_init_proc_ctxt() local
1453 if(ps_proc->i4_ctb_x >= i2_independent_ctb_x) in ihevcd_init_proc_ctxt()
1455 ps_proc->i4_ctb_slice_x = ps_proc->i4_ctb_x - i2_independent_ctb_x; in ihevcd_init_proc_ctxt()
1476 - (i2_independent_ctb_x - ps_proc->i4_ctb_x); in ihevcd_init_proc_ctxt()
1510 if(i2_independent_ctb_x > ps_tile->u1_pos_x) in ihevcd_init_proc_ctxt()
1519 if(((i2_independent_ctb_x - ps_tile->u1_pos_x) != 0) && ((ps_proc->i4_ctb_slice_y != 0)) in ihevcd_init_proc_ctxt()
1520 …&& ((i2_independent_ctb_x >= ps_tile->u1_pos_x) && (i2_independent_ctb_x < ps_tile->u1_pos_x + ps_… in ihevcd_init_proc_ctxt()
1528 WORD32 i2_independent_ctb_x = ps_slice_hdr->i2_independent_ctb_x; in ihevcd_init_proc_ctxt() local
1533 ps_proc->i4_ctb_slice_x = ps_proc->i4_ctb_x - i2_independent_ctb_x; in ihevcd_init_proc_ctxt()
Dihevcd_parse_slice_header.c993 ps_slice_hdr->i2_independent_ctb_x = ps_slice_hdr->i2_ctb_x; in ihevcd_parse_slice_header()
1002 ps_slice_hdr->i2_independent_ctb_x = 0; in ihevcd_parse_slice_header()
/external/libhevc/common/
Dihevc_structs.h3021 WORD16 i2_independent_ctb_x; member