Home
last modified time | relevance | path

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

/external/libvpx/vp8/decoder/
Ddboolhuff.h51 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 if((_bufptr) >= (_bufend)) { \
62 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \