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

  /external/libvpx/vp8/decoder/
dboolhuff.c 80 VP8_BD_VALUE bigsplit;
89 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
92 if(value >= bigsplit)
95 value = value-bigsplit;
detokenize.c 124 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
126 if ( value < bigsplit ) \
134 value = value-bigsplit; \
144 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
146 if ( value < bigsplit ) \
152 value -= bigsplit; \
160 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
162 if ( value < bigsplit ) \
173 value -= bigsplit; \
191 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
259 VP8_BD_VALUE bigsplit; local
    [all...]
dboolhuff.h 150 VP8_BD_VALUE bigsplit; local
159 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
163 if (value >= bigsplit)
166 value = value - bigsplit;
  /external/libvpx/vp8/decoder/arm/neon/
dboolhuff_neon.asm 93 ; bigsplit RN r1
127 movhs r3, r5 ;value = value-bigsplit
  /external/libvpx/vp8/decoder/arm/armv6/
dboolhuff_v6.asm 96 ; bigsplit RN r1
  /external/libvpx/vp8/decoder/arm/
detokenize.asm 118 movhs r4, r3 ; value -= bigsplit (split << 24)

Completed in 59 milliseconds