Searched defs:VP8GetValue (Results 1 – 3 of 3) sorted by relevance
79 uint32_t VP8GetValue(VP8BitReader* br, int num_bits) { in VP8GetValue() function
105 uint32_t VP8GetValue(VP8BitReader* const br, int bits, const char label[]) { in VP8GetValue() function
37 #define VP8GetValue(BR, N, L) VP8GetValue(BR, N) macro