Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddboolhuff.h28 #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE) * CHAR_BIT) macro
68 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in vp8dx_decode_bool()
115 if ((br->count > VP8_BD_VALUE_SIZE) && (br->count < VP8_LOTS_OF_BITS)) { in vp8dx_bool_error()
Ddboolhuff.c38 int shift = VP8_BD_VALUE_SIZE - CHAR_BIT - (count + CHAR_BIT); in vp8dx_bool_decoder_fill()
Ddetokenize.c57 VP8_BD_VALUE bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in GetSigned()