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

  /external/libvpx/vp8/encoder/
encodemv.c 237 const int new_b = vp8_cost_branch(ct, new_p); local
240 if (cur_b - new_b > cost)
bitstream.c 83 unsigned int new_b = 0, old_b = 0; local
94 new_b += vp8_cost_branch(bct[i], Pnew[i]);
99 if (new_b + (n << 8) < old_b)
1226 const int new_b = vp8_cost_branch(ct, newp); local
1295 const int new_b = vp8_cost_branch(ct, newp); local
    [all...]

Completed in 25 milliseconds