Home
last modified time | relevance | path

Searched refs:i4_next_ctb_indx (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/decoder/
Dihevcd_decode.c608 if(ps_codec->s_parse.i4_next_ctb_indx == next_slice_addr) in ihevcd_decode()
656 … (ps_codec->s_parse.i4_next_ctb_indx != ps_codec->s_parse.ps_sps->i4_pic_size_in_ctb)) in ihevcd_decode()
Dihevcd_parse_slice_header.c791 if(slice_address > ps_codec->s_parse.i4_next_ctb_indx) in ihevcd_parse_slice_header()
805 else if(slice_address < ps_codec->s_parse.i4_next_ctb_indx) in ihevcd_parse_slice_header()
Dihevcd_structs.h1115 WORD32 i4_next_ctb_indx; member
Dihevcd_parse_slice.c3373 ps_codec->s_parse.i4_next_ctb_indx = ps_codec->s_parse.i4_ctb_x + in ihevcd_parse_slice_data()
3384 if(ps_codec->s_parse.i4_next_ctb_indx == next_slice_addr) in ihevcd_parse_slice_data()
Dihevcd_parse_headers.c1869 ps_codec->s_parse.i4_next_ctb_indx = ps_sps->i4_pic_size_in_ctb; in ihevcd_parse_sps()