Home
last modified time | relevance | path

Searched refs:BD_VALUE_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dbitreader.c46 int shift = BD_VALUE_SIZE - CHAR_BIT - (count + CHAR_BIT); in vpx_reader_fill()
54 if (bits_left > BD_VALUE_SIZE) { in vpx_reader_fill()
64 nv = big_endian_values >> (BD_VALUE_SIZE - bits); in vpx_reader_fill()
95 while (r->count > CHAR_BIT && r->count < BD_VALUE_SIZE) { in vpx_reader_find_end()
Dbitreader.h29 #define BD_VALUE_SIZE ((int)sizeof(BD_VALUE) * CHAR_BIT) macro
70 return r->count > BD_VALUE_SIZE && r->count < LOTS_OF_BITS; in vpx_reader_has_error()
86 bigsplit = (BD_VALUE)split << (BD_VALUE_SIZE - CHAR_BIT); in vpx_read()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c35 const BD_VALUE bigsplit = (BD_VALUE)split << (BD_VALUE_SIZE - CHAR_BIT); in read_bool()