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

  /external/libvpx/libvpx/vpx_dsp/
bitreader.h 27 typedef size_t BD_VALUE;
29 #define BD_VALUE_SIZE ((int)sizeof(BD_VALUE) * CHAR_BIT)
38 BD_VALUE value;
45 uint8_t clear_buffer[sizeof(BD_VALUE) + 1];
78 BD_VALUE value;
79 BD_VALUE bigsplit;
90 bigsplit = (BD_VALUE)split << (BD_VALUE_SIZE - CHAR_BIT);
bitreader.c 45 BD_VALUE value = r->value;
59 BD_VALUE nv;
60 BD_VALUE big_endian_values;
61 memcpy(&big_endian_values, buffer, sizeof(BD_VALUE));
82 value |= (BD_VALUE)*buffer++ << shift;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_reader.h 27 typedef size_t BD_VALUE;
29 #define BD_VALUE_SIZE ((int)sizeof(BD_VALUE) * CHAR_BIT)
34 BD_VALUE value;
49 BD_VALUE value;
50 BD_VALUE bigsplit;
61 bigsplit = (BD_VALUE)split << (BD_VALUE_SIZE - CHAR_BIT);
vp9_reader.c 38 BD_VALUE value = r->value;
53 value |= (BD_VALUE)*buffer++ << shift;

Completed in 76 milliseconds