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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_subexp.c 129 const int new_b = cost_branch256(ct, newp); local
131 const int savings = old_b - new_b - update_b;
145 int i, old_b, new_b, update_b, savings, bestsavings, step; local
164 for (i = UNCONSTRAINED_NODES, new_b = 0; i < ENTROPY_NODES; ++i)
165 new_b += cost_branch256(ct + 2 * i, newplist[i]);
166 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]);
169 savings = old_b - new_b - update_b;
  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 129 const int new_b = cost_branch256(ct, newp); local
131 const int savings = old_b - new_b - update_b;
145 int i, old_b, new_b, update_b, savings, bestsavings, step; local
164 for (i = UNCONSTRAINED_NODES, new_b = 0; i < ENTROPY_NODES; ++i)
165 new_b += cost_branch256(ct + 2 * i, newplist[i]);
166 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]);
169 savings = old_b - new_b - update_b;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_subexp.c 129 const int new_b = cost_branch256(ct, newp); local
131 const int savings = old_b - new_b - update_b;
145 int i, old_b, new_b, update_b, savings, bestsavings, step; local
164 for (i = UNCONSTRAINED_NODES, new_b = 0; i < ENTROPY_NODES; ++i)
165 new_b += cost_branch256(ct + 2 * i, newplist[i]);
166 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]);
169 savings = old_b - new_b - update_b;
  /art/runtime/
jvalue.h 34 void SetB(int8_t new_b) {
35 i = ((static_cast<int32_t>(new_b) << 24) >> 24); // Sign-extend.
  /external/chromium_org/third_party/libvpx/source/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/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/enc/
backward_references.c 168 PixOrCopyBlock* const new_b = BackwardRefsNewBlock(dst); local
169 if (new_b == NULL) return 0; // dst->error_ is set
170 memcpy(new_b->start_, b->start_, b->size_ * sizeof(*b->start_));
171 new_b->size_ = b->size_;
    [all...]
  /external/webp/src/enc/
backward_references.c 168 PixOrCopyBlock* const new_b = BackwardRefsNewBlock(dst); local
169 if (new_b == NULL) return 0; // dst->error_ is set
170 memcpy(new_b->start_, b->start_, b->size_ * sizeof(*b->start_));
171 new_b->size_ = b->size_;
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
trigger2.test 94 CREATE TABLE rlog (idx, old_a, old_b, db_sum_a, db_sum_b, new_a, new_b);
95 CREATE TABLE clog (idx, old_a, old_b, db_sum_a, db_sum_b, new_a, new_b);
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 792 const uint32_t new_b = ((argb & 0xff) - green) & 0xff; local
    [all...]
  /external/webp/src/dsp/
lossless.c 792 const uint32_t new_b = ((argb & 0xff) - green) & 0xff; local
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x_unittest.cc 568 const base::string16 kNewPassword(UTF8ToUTF16("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 3180 milliseconds