HomeSort by relevance Sort by last modified time
    Searched refs:BD_VALUE_SIZE (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_dboolhuff.c 44 int shift = BD_VALUE_SIZE - 8 - (count + 8);
69 while (r->count > CHAR_BIT && r->count < BD_VALUE_SIZE) {
91 return r->count > BD_VALUE_SIZE && r->count < LOTS_OF_BITS;
vp9_dboolhuff.h 23 #define BD_VALUE_SIZE ((int)sizeof(VP9_BD_VALUE)*CHAR_BIT)
55 bigsplit = (VP9_BD_VALUE)split << (BD_VALUE_SIZE - 8);

Completed in 38 milliseconds