HomeSort by relevance Sort by last modified time
    Searched defs:VP8GetValue (Results 1 - 2 of 2) sorted by null

  /external/webp/src/utils/
bit_reader_utils.c 105 uint32_t VP8GetValue(VP8BitReader* const br, int bits) {
114 const int value = VP8GetValue(br, bits);
  /external/webrtc/webrtc/modules/video_coding/utility/
vp8_header_parser.cc 100 static uint32_t VP8GetValue(VP8BitReader* const br, int bits) {
109 return VP8GetValue(br, 1);
113 const int value = VP8GetValue(br, bits);
134 VP8Get(br) ? VP8GetValue(br, 8) : 255;
142 VP8GetValue(br, 6);
143 VP8GetValue(br, 3);
191 VP8GetValue(&br, 2);
193 const int base_q0 = VP8GetValue(&br, 7);

Completed in 476 milliseconds