OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_write
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
treewriter.h
28
#define
vp8_write
vp8_encode_bool
macro
30
#define vp8_write_bit(W, V)
vp8_write
(W, V, vp8_prob_half)
65
vp8_write
(w, b, p[i >> 1]);
encodemv.c
30
vp8_write
(w, 0, p[mvpis_short]);
38
vp8_write
(w, 1, p[mvpis_short]);
41
vp8_write
(w, (x >> i) & 1, p[MVPbits + i]);
48
vp8_write
(w, (x >> i) & 1, p[MVPbits + i]);
52
if (x & 0xFFF0)
vp8_write
(w, (x >> 3) & 1, p[MVPbits + 3]);
55
vp8_write
(w, v < 0, p[MVPsign]);
185
vp8_write
(w, 1, update_p);
190
vp8_write
(w, 0, update_p);
bitstream.c
369
vp8_write
(w, 0, x->mb_segment_tree_probs[0]);
370
vp8_write
(w, 0, x->mb_segment_tree_probs[1]);
373
vp8_write
(w, 0, x->mb_segment_tree_probs[0]);
374
vp8_write
(w, 1, x->mb_segment_tree_probs[1]);
377
vp8_write
(w, 1, x->mb_segment_tree_probs[0]);
378
vp8_write
(w, 0, x->mb_segment_tree_probs[2]);
381
vp8_write
(w, 1, x->mb_segment_tree_probs[0]);
382
vp8_write
(w, 1, x->mb_segment_tree_probs[2]);
387
vp8_write
(w, 0, x->mb_segment_tree_probs[0]);
388
vp8_write
(w, 0, x->mb_segment_tree_probs[1])
[
all
...]
Completed in 1505 milliseconds