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
24
#define
vp8_write
vp8_encode_bool
macro
26
#define vp8_write_bit( W, V)
vp8_write
( W, V, vp8_prob_half)
70
vp8_write
(w, b, p[i>>1]);
encodemv.c
34
vp8_write
(w, 0, p [mvpis_short]);
44
vp8_write
(w, 1, p [mvpis_short]);
47
vp8_write
(w, (x >> i) & 1, p [MVPbits + i]);
54
vp8_write
(w, (x >> i) & 1, p [MVPbits + i]);
59
vp8_write
(w, (x >> 3) & 1, p [MVPbits + 3]);
62
vp8_write
(w, v < 0, p [MVPsign]);
214
vp8_write
(w, 1, update_p);
220
vp8_write
(w, 0, update_p);
bitstream.c
470
vp8_write
(w, 0, x->mb_segment_tree_probs[0]);
471
vp8_write
(w, 0, x->mb_segment_tree_probs[1]);
474
vp8_write
(w, 0, x->mb_segment_tree_probs[0]);
475
vp8_write
(w, 1, x->mb_segment_tree_probs[1]);
478
vp8_write
(w, 1, x->mb_segment_tree_probs[0]);
479
vp8_write
(w, 0, x->mb_segment_tree_probs[2]);
482
vp8_write
(w, 1, x->mb_segment_tree_probs[0]);
483
vp8_write
(w, 1, x->mb_segment_tree_probs[2]);
488
vp8_write
(w, 0, x->mb_segment_tree_probs[0]);
489
vp8_write
(w, 0, x->mb_segment_tree_probs[1])
[
all
...]
Completed in 106 milliseconds