Searched refs:VP8GetValue (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/utility/ |
D | vp8_header_parser.cc | 100 static uint32_t VP8GetValue(VP8BitReader* const br, int bits) { in VP8GetValue() function 109 return VP8GetValue(br, 1); in VP8Get() 113 const int value = VP8GetValue(br, bits); in VP8GetSignedValue() 134 VP8Get(br) ? VP8GetValue(br, 8) : 255; in ParseSegmentHeader() 142 VP8GetValue(br, 6); in ParseFilterHeader() 143 VP8GetValue(br, 3); in ParseFilterHeader() 191 VP8GetValue(&br, 2); in GetQp() 193 const int base_q0 = VP8GetValue(&br, 7); in GetQp()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | tree.c | 549 proba->coeffs_[t][b][c][p] = VP8GetValue(br, 8); in VP8ParseProba() 557 dec->skip_p_ = VP8GetValue(br, 8); in VP8ParseProba() 562 dec->intra_p_ = VP8GetValue(br, 8); in VP8ParseProba() 563 dec->last_p_ = VP8GetValue(br, 8); in VP8ParseProba() 564 dec->golden_p_ = VP8GetValue(br, 8); in VP8ParseProba() 567 proba->ymode_[i] = VP8GetValue(br, 8); in VP8ParseProba() 572 proba->uvmode_[i] = VP8GetValue(br, 8); in VP8ParseProba() 580 const int v = VP8GetValue(br, 7); in VP8ParseProba()
|
D | vp8.c | 171 proba->segments_[s] = VP8Get(br) ? VP8GetValue(br, 8) : 255u; in ParseSegmentHeader() 198 dec->num_parts_ = 1 << VP8GetValue(br, 2); in ParsePartitions() 222 hdr->level_ = VP8GetValue(br, 6); in ParseFilterHeader() 223 hdr->sharpness_ = VP8GetValue(br, 3); in ParseFilterHeader() 389 dec->buffer_flags_ |= VP8GetValue(br, 2) << 2; in VP8GetHeaders() 392 dec->buffer_flags_ |= VP8GetValue(br, 2) << 4; in VP8GetHeaders()
|
D | quant.c | 68 const int base_q0 = VP8GetValue(br, 7); in VP8ParseQuant()
|
/external/webp/src/utils/ |
D | bit_reader.h | 95 uint32_t VP8GetValue(VP8BitReader* const br, int num_bits); 97 return VP8GetValue(br, 1); in VP8Get()
|
D | bit_reader.c | 104 uint32_t VP8GetValue(VP8BitReader* const br, int bits) { in VP8GetValue() function 113 const int value = VP8GetValue(br, bits); in VP8GetSignedValue()
|
/external/webp/src/dec/ |
D | tree.c | 511 VP8GetValue(br, 8) : CoeffsProba0[t][b][c][p]; in VP8ParseProba() 522 dec->skip_p_ = VP8GetValue(br, 8); in VP8ParseProba()
|
D | vp8.c | 169 proba->segments_[s] = VP8Get(br) ? VP8GetValue(br, 8) : 255u; in ParseSegmentHeader() 197 dec->num_parts_ = 1 << VP8GetValue(br, 2); in ParsePartitions() 222 hdr->level_ = VP8GetValue(br, 6); in ParseFilterHeader() 223 hdr->sharpness_ = VP8GetValue(br, 3); in ParseFilterHeader()
|
D | quant.c | 64 const int base_q0 = VP8GetValue(br, 7); in VP8ParseQuant()
|
/external/opencv3/3rdparty/libwebp/utils/ |
D | bit_reader.h | 138 uint32_t VP8GetValue(VP8BitReader* const br, int num_bits); 140 return VP8GetValue(br, 1); in VP8Get()
|
D | bit_reader.c | 100 uint32_t VP8GetValue(VP8BitReader* const br, int bits) { in VP8GetValue() function 109 const int value = VP8GetValue(br, bits); in VP8GetSignedValue()
|