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

  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.h 63 VP8_BD_VALUE bigsplit; local
75 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
79 if (value >= bigsplit)
82 value = value - bigsplit;
detokenize.c 62 VP8_BD_VALUE bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); local
68 if ( br->value < bigsplit )
76 br->value = br->value-bigsplit;
  /external/libvpx/libvpx/vp9/decoder/
vp9_dboolhuff.h 44 VP9_BD_VALUE bigsplit; local
55 bigsplit = (VP9_BD_VALUE)split << (BD_VALUE_SIZE - 8);
59 if (value >= bigsplit) {
61 value = value - bigsplit;

Completed in 305 milliseconds