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

  /external/libvpx/vp8/encoder/
treewriter.h 45 static __inline unsigned int vp8_cost_branch(const unsigned int ct[2], vp8_prob p) function
encodemv.c 236 const int cur_b = vp8_cost_branch(ct, *cur_p);
237 const int new_b = vp8_cost_branch(ct, new_p);
bitstream.c 94 new_b += vp8_cost_branch(bct[i], Pnew[i]);
95 old_b += vp8_cost_branch(bct[i], Pcur[i]);
    [all...]

Completed in 417 milliseconds