/external/chromium_org/third_party/libvpx/source/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; 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/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 | 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) 844 const int new_b = vp8_cost_branch(ct, newp); local 848 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...] |
/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/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;
|
/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/libwebp/dsp/ |
lossless.c | 801 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene_1.9.1.v20100518-1140.jar | |