Searched refs:left (Results 26 - 50 of 2513) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vpx_dsp/
H A Dintrapred.c22 const uint8_t *above, const uint8_t *left) {
26 for (r = 0; r < bs - 1; ++r) dst[r * stride] = AVG2(left[r], left[r + 1]);
27 dst[(bs - 1) * stride] = left[bs - 1];
32 dst[r * stride] = AVG3(left[r], left[r + 1], left[r + 2]);
33 dst[(bs - 2) * stride] = AVG3(left[bs - 2], left[bs - 1], left[b
21 d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
45 d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
62 d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
81 d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
106 d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
134 d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
157 v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
168 h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
179 tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
191 dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
203 dc_left_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
218 dc_top_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
232 dc_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
250 vpx_he_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
264 vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
283 vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
299 vpx_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
322 vpx_d63e_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
346 vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
367 vpx_d45e_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
388 vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
411 vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
432 vpx_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
457 highbd_d207_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
488 highbd_d63_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
508 highbd_d45_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
529 highbd_d117_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
556 highbd_d135_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
586 highbd_d153_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
611 highbd_v_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
623 highbd_h_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
635 highbd_tm_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
649 highbd_dc_128_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
662 highbd_dc_left_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
678 highbd_dc_top_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
694 highbd_dc_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
714 vpx_highbd_d207_predictor_4x4_c(uint16_t *dst, ptrdiff_t stride, const uint16_t *above, const uint16_t *left, int bd) argument
732 vpx_highbd_d63_predictor_4x4_c(uint16_t *dst, ptrdiff_t stride, const uint16_t *above, const uint16_t *left, int bd) argument
757 vpx_highbd_d45_predictor_4x4_c(uint16_t *dst, ptrdiff_t stride, const uint16_t *above, const uint16_t *left, int bd) argument
779 vpx_highbd_d117_predictor_4x4_c(uint16_t *dst, ptrdiff_t stride, const uint16_t *above, const uint16_t *left, int bd) argument
804 vpx_highbd_d135_predictor_4x4_c(uint16_t *dst, ptrdiff_t stride, const uint16_t *above, const uint16_t *left, int bd) argument
826 vpx_highbd_d153_predictor_4x4_c(uint16_t *dst, ptrdiff_t stride, const uint16_t *above, const uint16_t *left, int bd) argument
[all...]
/external/clang/test/Modules/
H A Ddiamond-pch.c12 left(&f);
24 lr.left = 17;
H A Ddiamond.c13 left(&f);
25 lr.left = 17;
/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/adjustfield.manip/
H A Dleft.pass.cpp14 // ios_base& left(ios_base& str);
26 std::ios_base& r = std::left(ios);
28 assert(ios.flags() & std::ios::left);
/external/libmojo/ui/gfx/geometry/
H A Dinsets.cc14 return base::StringPrintf("%d,%d,%d,%d", top(), left(), bottom(), right());
18 return gfx::Insets(top() + vector.y(), left() + vector.x(),
/external/syslinux/com32/elflink/ldlinux/
H A Dsetadv.c51 size_t rleft, left; local
63 rleft = left = syslinux_adv_size();
64 p = advtmp = alloca(left);
65 memcpy(p, syslinux_adv_ptr(), left); /* Make working copy */
88 left -= plen;
94 /* Now (p, left) reflects the position to write in and how much space
98 if (left < size + 2) {
107 left -= size + 2;
110 memset(p, 0, left);
/external/v8/benchmarks/
H A Dsplay.js57 left: GeneratePayloadTree(depth - 1, tag),
173 node.left = this.root_;
178 node.left = this.root_.left;
179 this.root_.left = null;
202 if (!this.root_.left) {
206 this.root_ = this.root_.left;
260 // the left subtree.
263 } else if (this.root_.left) {
264 return this.findMax(this.root_.left);
[all...]
/external/zlib/src/contrib/blast/
H A Dblast.c46 unsigned left; /* available input at in */ member in struct:state
70 * bit buffer, using shift left.
79 if (s->left == 0) {
80 s->left = s->infun(s->inhow, &(s->in));
81 if (s->left == 0) longjmp(s->env, 1); /* out of input */
84 s->left--;
88 /* drop need bits and update buffer, always zero to seven bits left */
137 int left; /* bits left in next or left t local
195 int left; /* number of possible codes left of current length */ local
383 blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, unsigned *left, unsigned char **in) argument
449 unsigned left; local
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DEquals.java38 * @param left non-null reference to the evaluated left operand.
45 public XObject operate(XObject left, XObject right) argument
48 return left.equals(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
65 XObject left = m_left.execute(xctxt, true);
68 boolean result = left.equals(right) ? true : false;
69 left.detach();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DBitWriterBuffer.java20 int left = 8 - position % 8;
21 if (numBits <= left) {
24 current += i << (left - numBits);
28 int bitsSecondWrite = numBits - left;
29 writeBits(i >> bitsSecondWrite, left);
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.cc18 return point.x() >= left() && point.x() < right() &&
23 return rect.left() >= left() && rect.right() <= right() &&
28 left_ = std::max(left(), rect.left());
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
H A DBinaryExpr.java55 private Expression left; field in class:BinaryExpr
64 public BinaryExpr(Expression left, Expression right, Operator op) { argument
65 setLeft(left);
70 public BinaryExpr(Range range, Expression left, Expression right, Operator op) { argument
72 setLeft(left);
88 return left;
99 public BinaryExpr setLeft(Expression left) { argument
100 this.left = left;
101 setAsParentNodeOf(this.left);
[all...]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
H A DBinaryExpr.java54 private Expression left; field in class:BinaryExpr
63 public BinaryExpr(Expression left, Expression right, Operator op) { argument
64 setLeft(left);
69 public BinaryExpr(int beginLine, int beginColumn, int endLine, int endColumn, Expression left, Expression right, Operator op) { argument
71 setLeft(left);
87 return left;
98 public void setLeft(Expression left) { argument
99 this.left = left;
100 setAsParentNodeOf(this.left);
[all...]
/external/eigen/unsupported/test/
H A Dcxx11_tensor_concatenation.cpp19 Tensor<int, 3, DataLayout> left(2, 3, 1);
21 left.setRandom();
25 Tensor<int, 3, DataLayout> concatenation = left.concatenate(right, 0);
28 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, 1));
29 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, 2));
32 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, 3));
33 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, -1));
39 Tensor<int, 2, DataLayout> left(2, 3);
45 Tensor<int, 3, DataLayout> concatenation = left.concatenate(right, 0);
49 Tensor<int, 3, DataLayout> concatenation = left
[all...]
/external/curl/lib/
H A Dversion.c108 size_t left = sizeof(version); local
115 left -= len;
118 if(left > 1) {
119 len = Curl_ssl_version(ptr + 1, left - 1);
123 left -= ++len;
129 len = snprintf(ptr, left, " zlib/%s", zlibVersion());
130 left -= len;
134 len = snprintf(ptr, left, "%s", " brotli/");
135 left -= len;
137 len = brotli_version(ptr, left);
[all...]
/external/toybox/kconfig/
H A Dexpr.c20 e->left.sym = sym;
29 e->left.expr = ce;
38 e->left.expr = e1;
48 e->left.sym = s1;
78 e->left = org->left;
81 e->left.expr = expr_copy(org->left.expr);
85 e->left.sym = org->left
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DQuickSorter.java44 // quicksort a[left] to a[right]
45 public void quicksort(Type[] a, int left, int right, Comparator<Type> comparator) { argument
46 if (right <= left) return;
47 int i = partition(a, left, right, comparator);
48 quicksort(a, left, i - 1, comparator);
52 // partition a[left] to a[right], assumes left < right
53 private int partition(Type[] a, int left, int right, Comparator<Type> comparator) { argument
54 int i = left - 1;
57 while (comparator.compare(a[++i], a[right]) < 0) { // find item on left t
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dintrapred4_dspr2.c15 const uint8_t *above, const uint8_t *left) {
20 "lb %[tmp1], (%[left]) \n\t"
21 "lb %[tmp2], 1(%[left]) \n\t"
22 "lb %[tmp3], 2(%[left]) \n\t"
23 "lb %[tmp4], 3(%[left]) \n\t"
38 : [left] "r"(left), [dst] "r"(dst), [stride] "r"(stride));
42 const uint8_t *above, const uint8_t *left) {
49 "lw %[left_c], (%[left]) \n\t"
78 : [above] "r"(above), [left] "
14 vpx_h_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
41 vpx_dc_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
82 vpx_tm_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
/external/ltp/testcases/kernel/mem/thp/
H A Dthp01.c54 long left; member in struct:bisection
67 while (bst->right - bst->left > 1) {
71 /* We set mid to left assuming exec will succeed. If
73 * restore left and set right to mid instead.
75 prev_left = bst->left;
76 bst->mid = (bst->left + bst->right) / 2;
77 bst->left = bst->mid;
83 bst->left = prev_left;
89 tst_res(TINFO, "left: %ld, right: %ld, mid: %ld",
90 bst->left, bs
[all...]
/external/python/cpython2/Modules/
H A Drotatingtree.c35 root = &((*root)->left);
39 node->left = NULL;
57 node = node->left;
75 next = node->left;
79 node->left = next->right;
84 pnode = &(node->left);
91 node->right = next->left;
92 next->left = node;
113 result = RotatingTree_Enum(root->left, enumfn, arg);
/external/python/cpython3/Modules/
H A Drotatingtree.c35 root = &((*root)->left);
39 node->left = NULL;
57 node = node->left;
75 next = node->left;
79 node->left = next->right;
84 pnode = &(node->left);
91 node->right = next->left;
92 next->left = node;
113 result = RotatingTree_Enum(root->left, enumfn, arg);
/external/pdfium/core/fxcrt/
H A Dfx_coordinates.cpp30 if (left > right)
31 std::swap(left, right);
40 left = std::max(left, src_n.left);
44 if (left > right || top > bottom) {
45 left = top = right = bottom = 0;
50 left = rect.left;
75 if (left > righ
332 TransformRect( const float& left, const float& right, const float& top, const float& bottom) const argument
356 float left; local
366 float left; local
376 CFX_Matrix left; local
[all...]
/external/clang/www/analyzer/
H A Dmenu.css4 clear: left;
25 text-align: left;
29 float: left;
38 left: 0;
41 border-left: 1px solid;
46 left:auto;
/external/jsilver/src/com/google/clearsilver/jsilver/functions/numeric/
H A DMaxFunction.java35 Value left = args[0];
37 return literalConstant(max(left.asNumber(), right.asNumber()), left, right);
H A DMinFunction.java35 Value left = args[0];
37 return literalConstant(min(left.asNumber(), right.asNumber()), left, right);

Completed in 874 milliseconds

1234567891011>>