Searched refs:bigsplit (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddboolhuff.h62 VP8_BD_VALUE bigsplit; local
74 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
78 if (value >= bigsplit)
81 value = value - bigsplit;
H A Ddetokenize.c62 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/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_reader.h58 BD_VALUE bigsplit; local
69 bigsplit = (BD_VALUE)split << (BD_VALUE_SIZE - CHAR_BIT);
73 if (value >= bigsplit) {
75 value = value - bigsplit;
/external/libvpx/libvpx/vp8/decoder/
H A Ddboolhuff.h67 VP8_BD_VALUE bigsplit; local
79 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
83 if (value >= bigsplit)
86 value = value - bigsplit;
H A Ddetokenize.c62 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/
H A Dvp9_reader.h50 BD_VALUE bigsplit; local
61 bigsplit = (BD_VALUE)split << (BD_VALUE_SIZE - CHAR_BIT);
65 if (value >= bigsplit) {
67 value = value - bigsplit;

Completed in 5638 milliseconds