OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_cost_bit
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.c
19
const int cc = c +
vp9_cost_bit
(prob, b);
36
costs[-tree[0]] =
vp9_cost_bit
(probs[0], 0);
vp9_treewriter.h
30
#define
vp9_cost_bit
(x, b) vp9_cost_zero((b) ? vp9_complement(x) : (x))
macro
72
cost +=
vp9_cost_bit
(probs[i >> 1], bit);
vp9_rdopt.c
762
s0 =
vp9_cost_bit
(skip_prob, 0);
763
s1 =
vp9_cost_bit
(skip_prob, 1);
868
s0 =
vp9_cost_bit
(skip_prob, 0);
869
s1 =
vp9_cost_bit
(skip_prob, 1);
[
all
...]
vp9_tokenize.c
69
cost +=
vp9_cost_bit
(vp9_prob_half, extra & 1); /* sign */
Completed in 32 milliseconds