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

  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 128 const int new_b = cost_branch256(ct, newp); local
130 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;
182 for (i = UNCONSTRAINED_NODES, new_b = 0; i < ENTROPY_NODES; ++i)
183 new_b += cost_branch256(ct + 2 * i, newplist[i]);
184 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE])
    [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 74 unsigned int new_b = 0, old_b = 0; local
85 new_b += vp8_cost_branch(bct[i], Pnew[i]);
90 if (new_b + (n << 8) < old_b)
846 const int new_b = vp8_cost_branch(ct, newp); local
850 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...]
  /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/compiler/optimizing/
induction_var_analysis.cc 372 InductionInfo* new_b = TransferAddSub(a, b->op_b, op); local
379 return CreateInduction(b->induction_class, new_a, new_b, type_);
382 InductionInfo* new_b = TransferAddSub(a->op_b, b, op); local
387 return CreateInduction(a->induction_class, new_a, new_b, type_);
    [all...]
  /external/webp/src/dsp/
lossless_enc.c 719 const uint32_t new_b = ((argb & 0xff) - green) & 0xff; local
720 argb_data[i] = (argb & 0xff00ff00) | (new_r << 16) | new_b;
    [all...]
  /external/webp/src/enc/
backward_references.c 185 PixOrCopyBlock* const new_b = BackwardRefsNewBlock(dst); local
186 if (new_b == NULL) return 0; // dst->error_ is set
187 memcpy(new_b->start_, b->start_, b->size_ * sizeof(*b->start_));
188 new_b->size_ = b->size_;
    [all...]
  /external/opencv3/3rdparty/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 4118 milliseconds