HomeSort by relevance Sort by last modified time
    Searched defs:top_left (Results 1 - 25 of 29) sorted by null

1 2

  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 53 unsigned char top_left = Above[-1]; local
56 16, top_left);
pickinter.c 190 unsigned char top_left = Above[-1]; local
198 top_left);
    [all...]
  /external/clang/test/FixIt/
typo.c 12 struct Point top_left, // expected-note{{'top_left' declared here}} member in struct:Rectangle
27 topleft.x = 3.14, // expected-error{{field designator 'topleft' does not refer to any field in type 'struct Rectangle'; did you mean 'top_left'?}}
28 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:3-[[@LINE-1]]:10}:"top_left"
35 r1.top_left.x = 0;
41 r2->top_left.y = 0;
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
integral_image.h 124 const uint32_t top_left = (*this)[y1 - 1][x1 - 1]; local
126 sum = everything - left - top + top_left;
128 everything, left, top, top_left, sum, x1, y1, x2, y2);
  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred4_dspr2.c 89 int32_t top_left; local
100 "lbu %[top_left], -1(%[above]) \n\t"
110 "replv.ph %[top_left], %[top_left] \n\t"
113 "subu.ph %[resl], %[resl], %[top_left] \n\t"
116 "subu.ph %[resr], %[resr], %[top_left] \n\t"
135 "subu.ph %[resl], %[resl], %[top_left] \n\t"
138 "subu.ph %[resr], %[resr], %[top_left] \n\t"
162 "subu.ph %[resl], %[resl], %[top_left] \n\t"
165 "subu.ph %[resr], %[resr], %[top_left] \n\t
    [all...]
intrapred8_dspr2.c 157 int32_t top_left; local
162 "ulw %[top_left], 4(%[above]) \n\t"
168 "preceu.ph.qbl %[abovel_1], %[top_left] \n\t"
169 "preceu.ph.qbr %[abover_1], %[top_left] \n\t"
171 "lbu %[top_left], -1(%[above]) \n\t"
174 "replv.ph %[top_left], %[top_left] \n\t"
177 "subu.ph %[reshw], %[reshw], %[top_left] \n\t"
184 "subu.ph %[reshw], %[reshw], %[top_left] \n\t"
201 "subu.ph %[reshw], %[reshw], %[top_left] \n\t
    [all...]
intrapred_msa.c 388 uint8_t top_left = src_top_ptr[-1]; local
393 src_top_left = (v8u16)__msa_fill_h(top_left);
416 uint8_t top_left = src_top_ptr[-1]; local
424 src_top_left = (v8u16)__msa_fill_h(top_left);
448 uint8_t top_left = src_top_ptr[-1]; local
454 src_top_left = (v8u16)__msa_fill_h(top_left);
497 uint8_t top_left = src_top[-1]; local
503 src_top_left = (v8u16)__msa_fill_h(top_left);
  /external/webp/src/dsp/
filters.c 219 uint8_t top = prev[0], top_left = top, left = top; local
223 left = in[i] + GradientPredictor_C(left, top, top_left);
224 top_left = top;
filters_mips_dsp_r2.c 367 uint8_t top = prev[0], top_left = top, left = top; local
371 left = in[i] + GradientPredictor_MIPSdspR2(left, top, top_left);
372 top_left = top;
  /external/tensorflow/tensorflow/core/kernels/
resize_bilinear_op_test.cc 95 const float top_left = images(b, top_y_index, left_x_index, c); local
101 const float top = top_left + (top_right - top_left) * x_lerp;
quantized_resize_bilinear_op_test.cc 84 const float top_left = QuantizedToFloat<T>(in_top_left, min, max); local
88 const float top = top_left + (top_right - top_left) * x_lerp;
132 const float top_left = image_data[y_lower_index + xs_lower + c]; local
137 ComputeLerpReference<T>(top_left, top_right, bottom_left, bottom_right,
conv_ops_fused.cc 145 : top_left(in_top_left),
153 top_left[channel] + (top_right[channel] - top_left[channel]) * x_lerp;
159 const T1* top_left; member in struct:tensorflow::__anon39706::SampleRect
    [all...]
quantized_resize_bilinear_op.cc 99 const float top_left = QuantizedToFloat<T>(in_top_left, min, max); local
103 const float top = top_left + (top_right - top_left) * x_lerp;
116 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left,
120 const T_CALC top = static_cast<T_CALC>(top_left) * RESOLUTION_MULT +
121 MulOffset<T, T_SCALE, T_CALC>(top_right, top_left, x_lerp);
250 const T top_left = ys_input_lower_ptr[xs_lower + c]; local
255 top_left, top_right, bottom_left, bottom_right, xs_ilerp, ys_ilerp);
492 const T top_left = ys_input_lower_ptr[xs_lower + c]; local
497 top_left, top_right, bottom_left, bottom_right, xs_lerp, ys_lerp
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.h 108 DesktopVector top_left() const { return DesktopVector(left_, top_); } function in class:webrtc::DesktopRect
  /external/gemmlowp/internal/
output_msa.h 424 RegBlockInt32<4, 4> top_left; local
425 top_left.buf.reg[0] = src.buf.reg[0];
426 top_left.buf.reg[1] = src.buf.reg[2];
427 top_left.buf.reg[2] = src.buf.reg[4];
428 top_left.buf.reg[3] = src.buf.reg[6];
429 const auto transpose_top_left = Transpose(top_left);
output_neon.h 385 RegBlockInt32<4, 4> top_left; local
386 top_left.buf.reg[0] = src.buf.reg[0];
387 top_left.buf.reg[1] = src.buf.reg[2];
388 top_left.buf.reg[2] = src.buf.reg[4];
389 top_left.buf.reg[3] = src.buf.reg[6];
390 const auto transpose_top_left = Transpose(top_left);
output_sse.h 358 RegBlockInt32<4, 4> top_left; local
359 top_left.buf.reg[0] = src.buf.reg[0];
360 top_left.buf.reg[1] = src.buf.reg[2];
361 top_left.buf.reg[2] = src.buf.reg[4];
362 top_left.buf.reg[3] = src.buf.reg[6];
363 const auto transpose_top_left = Transpose(top_left);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 75 public int[] top_left; field in class:PictureParameterSet
101 pps.top_left = new int[pps.num_slice_groups_minus1 + 1];
110 pps.top_left[iGroup] = reader.readUE("PPS: top_left");
200 int[] top_left = new int[1]; local
209 writer.writeUE(top_left[iGroup], "PPS: ");
311 result = prime * result + Arrays.hashCode(top_left);
369 if (!Arrays.equals(top_left, other.top_left))
398 ",\n top_left=" + top_left
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 165 unsigned char top_left; local
184 top_left = *(xd->recon_left[0] + i - 1);
186 top_left = Above[-1];
190 top_left);
decodeframe.c 173 unsigned char top_left = Above[-1]; local
176 top_left);
    [all...]
  /frameworks/base/tools/aapt2/compile/
NinePatch.cpp 595 int32_t top_left, bottom_right; local
596 FindOutlineInsets(&diagonal, &top_left, &bottom_right);
604 nine_patch->outline_radius = 3.4142f * top_left;
  /system/core/libsystem/include/system/
graphics.h 147 uint8_t *top_left; member in struct:android_flex_plane
  /external/clang/test/Sema/
designated-initializers.c 57 struct point top_left; member in struct:rect
61 struct rect window = { .top_left.x = 1.0 };
64 [2].top_left = { 1.0, 2.0 },
67 [3] = { .top_left = { 1.1, 2.2 }, .bottom_right = { .y = 1.1 } }
73 [2].top_left = { { .x = 1.1 } }, // expected-error{{designator in initializer for scalar type}}
74 [1].top_left = { .x = 1.1 }
82 [5].windows[3].top_left.x = { 7.0 } // expected-warning{{braces around scalar initializer}}
90 .window = { .top_left = { 1.0, 2.0 } },
  /external/opencv/cv/src/
cvdistransform.cpp 829 CvPoint top_left = {0,0}, bottom_right = {size.width-1,size.height-1}; local
845 cvRectangle( src_copy, top_left, bottom_right, cvScalarAll(255), 1, 8 );
  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 354 UWORD8 top_right, top, top_left, left, bot_left; local
390 top_left = 0;
474 top_left = (*pu1_nbr_intra_flag >> intra_pos) & 1;
488 top_left = 0x1;
519 nbr_flags = (top_left << 16) | (gau4_ihevcd_4_bit_reverse[top_right] << 12) | (gau4_ihevcd_4_bit_reverse[top] << 8) | (gau4_ihevcd_4_bit_reverse[left] << 4)
522 nbr_flags = (top_left << 16) | (top_right << 12) | (top << 8) | (gau4_ihevcd_4_bit_reverse[left] << 4)
550 /* 1st bit points to neighbor (left/top_left/bot_left) */
    [all...]

Completed in 1090 milliseconds

1 2