Home
last modified time | relevance | path

Searched refs:pu1_inp_bitsbuf (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/decoder/
Dihevcd_decode.c582 ps_codec->pu1_inp_bitsbuf = (UWORD8 *)ps_dec_ip->pv_stream_buffer; in ihevcd_decode()
619 nal_ofst = ihevcd_nal_search_start_code(ps_codec->pu1_inp_bitsbuf, in ihevcd_decode()
627 ihevcd_nal_remv_emuln_bytes(ps_codec->pu1_inp_bitsbuf + nal_ofst, in ihevcd_decode()
673 ps_codec->pu1_inp_bitsbuf += (nal_ofst + nal_len); in ihevcd_decode()
693 ps_codec->pu1_inp_bitsbuf += (nal_ofst + nal_len); in ihevcd_decode()
Dihevcd_structs.h1834 UWORD8 *pu1_inp_bitsbuf; member