Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_decode.c531 ps_codec->pu1_inp_bitsbuf = (UWORD8 *)ps_dec_ip->pv_stream_buffer; in ihevcd_decode()
557 nal_ofst = ihevcd_nal_search_start_code(ps_codec->pu1_inp_bitsbuf, in ihevcd_decode()
565 ihevcd_nal_remv_emuln_bytes(ps_codec->pu1_inp_bitsbuf + nal_ofst, in ihevcd_decode()
604 ps_codec->pu1_inp_bitsbuf += (nal_ofst + nal_len); in ihevcd_decode()
625 ps_codec->pu1_inp_bitsbuf += (nal_ofst + nal_len); in ihevcd_decode()
Dihevcd_structs.h1876 UWORD8 *pu1_inp_bitsbuf; member