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

  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.h 62 VP8_BD_VALUE bigsplit; local
74 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
78 if (value >= bigsplit)
81 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/vpx_dsp/
bitreader.h 79 BD_VALUE bigsplit; local
90 bigsplit = (BD_VALUE)split << (BD_VALUE_SIZE - CHAR_BIT);
94 if (value >= bigsplit) {
96 value = value - bigsplit;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
dboolhuff.h 67 VP8_BD_VALUE bigsplit; local
79 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
83 if (value >= bigsplit)
86 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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_reader.h 50 BD_VALUE bigsplit; local
61 bigsplit = (BD_VALUE)split << (BD_VALUE_SIZE - CHAR_BIT);
65 if (value >= bigsplit) {
67 value = value - bigsplit;

Completed in 1642 milliseconds