OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_b
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c
166
const int
old_b
= cost_branch256(ct, oldp);
local
174
const int savings =
old_b
- new_b - update_b;
189
int i,
old_b
, new_b, update_b, savings, bestsavings, step;
local
194
for (i = UNCONSTRAINED_NODES,
old_b
= 0; i < ENTROPY_NODES; ++i)
195
old_b
+= cost_branch256(ct + 2 * i, oldplist[i]);
196
old_b
+= cost_branch256(ct + 2 * PIVOT_NODE, oldplist[PIVOT_NODE]);
213
savings =
old_b
- new_b - update_b;
/external/libvpx/libvpx/vp8/encoder/
bitstream.c
75
unsigned int new_b = 0,
old_b
= 0;
local
87
old_b
+= vp8_cost_branch(bct[i], Pcur[i]);
91
if (new_b + (n << 8) <
old_b
)
844
const int
old_b
= vp8_cost_branch(ct, oldp);
local
849
return
old_b
- new_b - update_b;
[
all
...]
Completed in 1605 milliseconds