Home
last modified time | relevance | path

Searched refs:ELS_JOTS_PER_BYTE (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Delsdec.c40 #define ELS_JOTS_PER_BYTE 36 macro
227 static const uint32_t els_exp_tab[ELS_JOTS_PER_BYTE * 4 + 1] = {
268 ctx->j = ELS_JOTS_PER_BYTE; in ff_els_decoder_init()
271 ELS_MAX - els_exp_tab[ELS_JOTS_PER_BYTE * 4 - 1]); in ff_els_decoder_init()
287 ctx->j += ELS_JOTS_PER_BYTE; in els_import_byte()
296 const uint32_t *pAllowable = &els_exp_tab[ELS_JOTS_PER_BYTE * 3]; in ff_els_decode_bit()

Completed in 1 milliseconds