Home
last modified time | relevance | path

Searched refs:VP8_BD_VALUE_SIZE (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddboolhuff.h28 #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT) macro
79 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in vp8dx_decode_bool()
130 if ((br->count > VP8_BD_VALUE_SIZE) && (br->count < VP8_LOTS_OF_BITS)) in vp8dx_bool_error()
Ddboolhuff.c42 int shift = VP8_BD_VALUE_SIZE - 8 - (count + 8); in vp8dx_bool_decoder_fill()
Ddetokenize.c62 VP8_BD_VALUE bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in GetSigned()