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/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]);
243
vp8_write
(w, 1, update_p);
249
vp8_write
(w, 0, update_p);
bitstream.c
820
vp8_write
(w, 0, x->mb_segment_tree_probs[0]);
821
vp8_write
(w, 0, x->mb_segment_tree_probs[1]);
824
vp8_write
(w, 0, x->mb_segment_tree_probs[0]);
825
vp8_write
(w, 1, x->mb_segment_tree_probs[1]);
828
vp8_write
(w, 1, x->mb_segment_tree_probs[0]);
829
vp8_write
(w, 0, x->mb_segment_tree_probs[2]);
832
vp8_write
(w, 1, x->mb_segment_tree_probs[0]);
833
vp8_write
(w, 1, x->mb_segment_tree_probs[2]);
838
vp8_write
(w, 0, x->mb_segment_tree_probs[0]);
839
vp8_write
(w, 0, x->mb_segment_tree_probs[1])
[
all
...]
Completed in 63 milliseconds