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

  /external/libvpx/vp8/decoder/
dboolhuff.h 22 # define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)
126 for(shift = VP8_BD_VALUE_SIZE - 8 - ((_count) + 8); shift >= 0; ) \
159 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
dboolhuff.c 89 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
detokenize.c 124 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
144 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
160 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
191 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \

Completed in 58 milliseconds