Home
last modified time | relevance | path

Searched defs:last_byte (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/
Dihevce_cabac.c786 WORD32 last_byte; in ihevce_cabac_flush() local
/external/libavc/encoder/
Dih264e_cabac.c265 WORD32 last_byte; in ih264e_cabac_flush() local
/external/pdfium/core/fxcodec/codec/
Dfx_codec_fax.cpp115 int last_byte = (endpos - 1) / 8; in FaxFillBits() local
774 uint8_t last_byte = 0; in Encode() local
/external/tensorflow/tensorflow/core/lib/strings/
Dstr_util.cc94 const char* last_byte = end - 1; in CUnescapeInternal() local
/external/u-boot/net/
Dnet.c872 u16 last_byte; /* last byte in this hole + 1 (begin of next hole) */ member
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c3054 uint8_t last_byte = p[-1]; in check_trailing_bits_after_symbol_coder() local
/external/u-boot/drivers/net/
De1000.h1850 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ argument