Searched refs:old_b (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_subexp.c123 const int old_b = cost_branch256(ct, oldp); local
131 const int savings = old_b - new_b - update_b;
145 int i, old_b, new_b, update_b, savings, bestsavings, step; local
150 for (i = UNCONSTRAINED_NODES, old_b = 0; i < ENTROPY_NODES; ++i)
151 old_b += cost_branch256(ct + 2 * i, oldplist[i]);
152 old_b += cost_branch256(ct + 2 * PIVOT_NODE, oldplist[PIVOT_NODE]);
169 savings = old_b - new_b - update_b;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dbitstream.c75 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;

Completed in 507 milliseconds