HomeSort by relevance Sort by last modified time
    Searched refs:cost_branch256 (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.h 36 static INLINE unsigned int cost_branch256(const unsigned int ct[2], function
43 return cost_branch256(ct, p) >> 8;
vp9_subexp.c 166 const int old_b = cost_branch256(ct, oldp);
172 const int new_b = cost_branch256(ct, newp);
195 old_b += cost_branch256(ct + 2 * i, oldplist[i]);
196 old_b += cost_branch256(ct + 2 * PIVOT_NODE, oldplist[PIVOT_NODE]);
209 new_b += cost_branch256(ct + 2 * i, newplist[i]);
210 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]);
vp9_encodemv.c 130 const int cur_b = cost_branch256(ct, *cur_p);
131 const int mod_b = cost_branch256(ct, mod_p);

Completed in 22 milliseconds