Searched refs:cost_branch256 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_subexp.c122 const int old_b = cost_branch256(ct, oldp);
128 const int new_b = cost_branch256(ct, newp);
150 old_b += cost_branch256(ct + 2 * i, oldplist[i]);
151 old_b += cost_branch256(ct + 2 * PIVOT_NODE, oldplist[PIVOT_NODE]);
164 new_b += cost_branch256(ct + 2 * i, newplist[i]);
165 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]);
H A Dvp9_cost.h29 static INLINE unsigned int cost_branch256(const unsigned int ct[2], function
H A Dvp9_encodemv.c139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) >
140 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) + 7 * 256;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_cost.h29 static INLINE unsigned int cost_branch256(const unsigned int ct[2], function
H A Dvp9_subexp.c123 const int old_b = cost_branch256(ct, oldp);
129 const int new_b = cost_branch256(ct, newp);
151 old_b += cost_branch256(ct + 2 * i, oldplist[i]);
152 old_b += cost_branch256(ct + 2 * PIVOT_NODE, oldplist[PIVOT_NODE]);
165 new_b += cost_branch256(ct + 2 * i, newplist[i]);
166 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]);
H A Dvp9_encodemv.c139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) >
140 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) + 7 * 256;

Completed in 107 milliseconds