D | bit_reader_utils.h | 33 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument 37 #define VP8GetValue(BR, N, L) VP8GetValue(BR, N) argument 38 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument 39 #define VP8GetSignedValue(BR, N, L) VP8GetSignedValue(BR, N) argument 40 #define VP8GetBit(BR, P, L) VP8GetBit(BR, P) argument 41 #define VP8GetBitAlt(BR, P, L) VP8GetBitAlt(BR, P) argument 42 #define VP8GetSigned(BR, V, L) VP8GetSigned(BR, V) argument
|