Searched refs:new_b (Results 1 - 11 of 11) sorted by last modified time

/external/webp/src/dsp/
H A Dlossless.c792 const uint32_t new_b = ((argb & 0xff) - green) & 0xff; local
793 argb_data[i] = (argb & 0xff00ff00) | (new_r << 16) | new_b;
/external/webp/src/enc/
H A Dbackward_references.c168 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_;
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c75 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;
H A Dencodemv.c208 const int new_b = vp8_cost_branch(ct, new_p); local
211 if (cur_b - new_b > cost)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_subexp.c129 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jar ... public void reset () public void add (char) int c char[] new_b char ch public java.lang.String toString () public ...
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dbitstream.c74 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)
844 const int new_b = vp8_cost_branch(ct, newp); local
848 return old_b - new_b - update_b;
H A Dencodemv.c208 const int new_b = vp8_cost_branch(ct, new_p); local
211 if (cur_b - new_b > cost)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_subexp.c128 const int new_b = cost_branch256(ct, newp); local
130 const int savings = old_b - new_b - update_b;
144 int i, old_b, new_b, update_b, savings, bestsavings, step; local
163 for (i = UNCONSTRAINED_NODES, new_b = 0; i < ENTROPY_NODES; ++i)
164 new_b += cost_branch256(ct + 2 * i, newplist[i]);
165 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]);
168 savings = old_b - new_b - update_b;
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c801 const uint32_t new_b = ((argb & 0xff) - green) & 0xff; local
802 argb_data[i] = (argb & 0xff00ff00) | (new_r << 16) | new_b;
/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c168 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_;

Completed in 269 milliseconds