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

  /art/runtime/
jvalue.h 34 void SetB(int8_t new_b) {
35 i = ((static_cast<int32_t>(new_b) << 24) >> 24); // Sign-extend.
  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 172 const int new_b = cost_branch256(ct, newp); local
174 const int savings = old_b - new_b - update_b;
189 int i, old_b, new_b, update_b, savings, bestsavings, step; local
208 for (i = UNCONSTRAINED_NODES, new_b = 0; i < ENTROPY_NODES; ++i)
209 new_b += cost_branch256(ct + 2 * i, newplist[i]);
210 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]);
213 savings = old_b - new_b - update_b;
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 208 const int new_b = vp8_cost_branch(ct, new_p); local
211 if (cur_b - new_b > cost)
bitstream.c 75 unsigned int new_b = 0, old_b = 0; local
86 new_b += vp8_cost_branch(bct[i], Pnew[i]);
91 if (new_b + (n << 8) < old_b)
845 const int new_b = vp8_cost_branch(ct, newp); local
849 return old_b - new_b - update_b;
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 738 const uint32_t new_b = ((argb & 0xff) - green) & 0xff; local
739 argb_data[i] = (argb & 0xff00ff00) | (new_r << 16) | new_b;
    [all...]
  /external/webp/src/dsp/
lossless.c 738 const uint32_t new_b = ((argb & 0xff) - green) & 0xff; local
739 argb_data[i] = (argb & 0xff00ff00) | (new_r << 16) | new_b;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 296 milliseconds