Home
last modified time | relevance | path

Searched refs:new_b (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/encoder/
Dbitstream.c73 unsigned int new_b = 0, old_b = 0; in update_mode() local
84 new_b += vp8_cost_branch(bct[i], Pnew[i]); in update_mode()
89 if (new_b + (n << 8) < old_b) in update_mode()
1216 const int new_b = vp8_cost_branch(ct, newp); in vp8_estimate_entropy_savings() local
1221 const int s = old_b - new_b - update_b; in vp8_estimate_entropy_savings()
1285 const int new_b = vp8_cost_branch(ct, newp); in update_coef_probs() local
1290 const int s = old_b - new_b - update_b; in update_coef_probs()
Dencodemv.c237 const int new_b = vp8_cost_branch(ct, new_p); in update() local
240 if (cur_b - new_b > cost) in update()
/external/webp/src/dsp/
Dlossless.c582 const uint32_t new_b = ((argb & 0xff) - green) & 0xff; in VP8LSubtractGreenFromBlueAndRed() local
583 argb_data[i] = (argb & 0xff00ff00) | (new_r << 16) | new_b; in VP8LSubtractGreenFromBlueAndRed()