OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8PutBitUniform
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
syntax.c
191
if (
VP8PutBitUniform
(bw, (hdr->num_segments_ > 1))) {
195
VP8PutBitUniform
(bw, hdr->update_map_);
196
if (
VP8PutBitUniform
(bw, update_data)) {
198
VP8PutBitUniform
(bw, 1); // (segment_feature_mode = 1. Paragraph 9.3.)
208
if (
VP8PutBitUniform
(bw, (proba->segments_[s] != 255u))) {
220
VP8PutBitUniform
(bw, hdr->simple_);
223
if (
VP8PutBitUniform
(bw, use_lf_delta)) {
226
if (
VP8PutBitUniform
(bw, need_update)) {
275
VP8PutBitUniform
(bw, 0); // colorspace
276
VP8PutBitUniform
(bw, 0); // clamp typ
[
all
...]
tree.c
500
if (
VP8PutBitUniform
(bw, probas->use_skip_proba_)) {
frame.c
291
VP8PutBitUniform
(bw, sign);
/external/chromium_org/third_party/libwebp/utils/
bit_writer.h
47
int
VP8PutBitUniform
(VP8BitWriter* const bw, int bit);
bit_writer.c
126
int
VP8PutBitUniform
(VP8BitWriter* const bw, int bit) {
146
VP8PutBitUniform
(bw, value & mask);
150
if (!
VP8PutBitUniform
(bw, value != 0))
Completed in 112 milliseconds