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

/external/libvpx/libvpx/vpx_dsp/
H A Dbitreader.h29 #define BD_VALUE_SIZE ((int)sizeof(BD_VALUE) * CHAR_BIT) macro
73 return r->count > BD_VALUE_SIZE && r->count < LOTS_OF_BITS;
90 bigsplit = (BD_VALUE)split << (BD_VALUE_SIZE - CHAR_BIT);
H A Dbitreader.c48 int shift = BD_VALUE_SIZE - CHAR_BIT - (count + CHAR_BIT);
56 if (bits_left > BD_VALUE_SIZE) {
66 nv = big_endian_values >> (BD_VALUE_SIZE - bits);
97 while (r->count > CHAR_BIT && r->count < BD_VALUE_SIZE) {

Completed in 113 milliseconds