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

  /external/libvpx/vp8/decoder/
dboolhuff.h 73 VP8_BD_VALUE bigsplit; local
82 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
86 if (value >= bigsplit)
89 value = value - bigsplit;
detokenize.c 99 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
101 if ( value < bigsplit ) \
109 value = value-bigsplit; \
119 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
121 if ( value < bigsplit ) \
127 value -= bigsplit; \
135 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
137 if ( value < bigsplit ) \
148 value -= bigsplit; \
166 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
205 VP8_BD_VALUE bigsplit; local
    [all...]

Completed in 1671 milliseconds