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

  /external/libvpx/libvpx/vp8/encoder/
treewriter.h 45 static unsigned int vp8_cost_branch(const unsigned int ct[2], vp8_prob p) function
encodemv.c 207 const int cur_b = vp8_cost_branch(ct, *cur_p);
208 const int new_b = vp8_cost_branch(ct, new_p);
bitstream.c 86 new_b += vp8_cost_branch(bct[i], Pnew[i]);
87 old_b += vp8_cost_branch(bct[i], Pcur[i]);
844 const int old_b = vp8_cost_branch(ct, oldp);
845 const int new_b = vp8_cost_branch(ct, newp);
    [all...]

Completed in 38 milliseconds