Searched defs:top_left (Results 1 - 19 of 19) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dreconintra4x4.c42 unsigned char top_left) {
62 Above[-1] = top_left;
39 vp8_intra4x4_predict(unsigned char *above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left) argument
/external/clang/test/FixIt/
H A Dtypo.c12 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/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c53 unsigned char top_left = Above[-1]; local
56 16, top_left);
H A Dpickinter.c262 unsigned char top_left = Above[-1]; local
270 top_left);
H A Drdopt.c543 unsigned char top_left = Above[-1]; local
552 top_left);
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dintrapred4_dspr2.c89 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] \
[all...]
H A Dintrapred8_dspr2.c157 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] \
[all...]
H A Dintrapred_msa.c388 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/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h108 DesktopVector top_left() const { return DesktopVector(left_, top_); } function in class:webrtc::DesktopRect
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DPictureParameterSet.java75 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];
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
[all...]
/external/webp/src/dsp/
H A Dfilters.c212 uint8_t top = prev[0], top_left = top, left = top; local
216 left = in[i] + GradientPredictor(left, top, top_left);
217 top_left = top;
H A Dfilters_mips_dsp_r2.c360 uint8_t top = prev[0], top_left = top, left = top; local
364 left = in[i] + GradientPredictor(left, top, top_left);
365 top_left = top;
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c165 unsigned char top_left; local
184 top_left = *(xd->recon_left[0] + i - 1);
186 top_left = Above[-1];
190 top_left);
H A Ddecodeframe.c173 unsigned char top_left = Above[-1]; local
176 top_left);
/external/clang/test/Sema/
H A Ddesignated-initializers.c57 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/
H A Dcvdistransform.cpp829 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/
H A Dihevcd_iquant_itrans_recon_ctb.c354 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) */
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_intrapred_neon.c905 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); local
909 const int16x8_t sub = vsubq_s16(above_s16, top_left);
946 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); local
949 const int16x8_t sub = vsubq_s16(above_s16, top_left);
991 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); local
994 const int16x8_t sub0 = vsubq_s16(above0, top_left);
995 const int16x8_t sub1 = vsubq_s16(above1, top_left);
1049 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); local
1054 const int16x8_t sub0 = vsubq_s16(above0, top_left);
1055 const int16x8_t sub1 = vsubq_s16(above1, top_left);
[all...]
H A Dintrapred_neon.c882 const uint8x8_t top_left = vld1_dup_u8(above - 1); local
889 sub = vreinterpretq_s16_u16(vsubl_u8(above_u8, top_left));
920 const uint8x8_t top_left = vld1_dup_u8(above - 1); local
924 const int16x8_t sub = vreinterpretq_s16_u16(vsubl_u8(above_u8, top_left));
957 const uint8x16_t top_left = vld1q_dup_u8(above - 1); local
960 vsubl_u8(vget_low_u8(above_u8), vget_low_u8(top_left)));
962 vsubl_u8(vget_high_u8(above_u8), vget_high_u8(top_left)));
1013 const uint8x16_t top_left = vld1q_dup_u8(above - 1); local
1017 vsubl_u8(vget_low_u8(above_low), vget_low_u8(top_left)));
1019 vsubl_u8(vget_high_u8(above_low), vget_high_u8(top_left)));
[all...]

Completed in 480 milliseconds