Searched refs:VP8GetValue (Results 1 - 5 of 5) sorted by relevance

/external/webp/src/dec/
H A Dtree.c547 proba->coeffs_[t][b][c][p] = VP8GetValue(br, 8);
555 dec->skip_p_ = VP8GetValue(br, 8);
560 dec->intra_p_ = VP8GetValue(br, 8);
561 dec->last_p_ = VP8GetValue(br, 8);
562 dec->golden_p_ = VP8GetValue(br, 8);
565 proba->ymode_[i] = VP8GetValue(br, 8);
570 proba->uvmode_[i] = VP8GetValue(br, 8);
578 const int v = VP8GetValue(br, 7);
H A Dquant.c66 const int base_q0 = VP8GetValue(br, 7);
H A Dvp8.c169 proba->segments_[s] = VP8Get(br) ? VP8GetValue(br, 8) : 255u;
196 dec->num_parts_ = 1 << VP8GetValue(br, 2);
220 hdr->level_ = VP8GetValue(br, 6);
221 hdr->sharpness_ = VP8GetValue(br, 3);
387 dec->buffer_flags_ |= VP8GetValue(br, 2) << 2;
390 dec->buffer_flags_ |= VP8GetValue(br, 2) << 4;
/external/webp/src/utils/
H A Dbit_reader.c98 uint32_t VP8GetValue(VP8BitReader* const br, int bits) { function
107 const int value = VP8GetValue(br, bits);
H A Dbit_reader.h128 uint32_t VP8GetValue(VP8BitReader* const br, int num_bits);
130 return VP8GetValue(br, 1);

Completed in 135 milliseconds