Searched refs:top (Results 1 - 25 of 2342) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jar ... .BinaryBitmap crop (int, int, int, int) int left int top int width int height com.google.zxing. ...
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DPlanarYUVLuminanceSource.java39 private final int top; field in class:PlanarYUVLuminanceSource
41 public PlanarYUVLuminanceSource(byte[] yuvData, int dataWidth, int dataHeight, int left, int top, argument
45 if (left + width > dataWidth || top + height > dataHeight) {
53 this.top = top;
68 int offset = (y + top) * dataWidth + left;
86 int inputOffset = top * dataWidth + left;
114 int inputOffset = top * dataWidth + left;
132 for (int y = 0, rowStart = top * dataWidth + left; y < height; y++, rowStart += dataWidth) {
H A DViewfinderView.java35 * This view is overlaid on top of the camera preview. It adds the viewfinder rectangle and partial
92 canvas.drawRect(0, 0, width, frame.top, paint);
93 canvas.drawRect(0, frame.top, frame.left, frame.bottom + 1, paint);
94 canvas.drawRect(frame.right + 1, frame.top, width, frame.bottom + 1, paint);
105 canvas.drawRect(frame.left, frame.top, frame.right + 1, frame.top + 2, paint);
106 canvas.drawRect(frame.left, frame.top + 2, frame.left + 2, frame.bottom - 1, paint);
107 canvas.drawRect(frame.right - 1, frame.top, frame.right + 1, frame.bottom - 1, paint);
114 int middle = frame.height() / 2 + frame.top;
124 int frameTop = frame.top;
[all...]
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraManager.java223 rect.top = rect.top * cameraResolution.y / screenResolution.y;
272 return new PlanarYUVLuminanceSource(data, width, height, rect.left, rect.top,
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c822 * The look up tree is represented by the top tnode and the number of topLevel
832 yaffs_Tnode *tn = fStruct->top;
927 tn->internal[0] = fStruct->top;
928 fStruct->top = tn;
941 tn = fStruct->top;
973 /* top is level 0 */
1189 obj->variant.fileVariant.top);
1190 obj->variant.fileVariant.top = NULL;
1197 obj->variant.fileVariant.top,
1260 fStruct->top
[all...]
H A Dyaffs_guts.h375 yaffs_Tnode *top; member in struct:__anon34325
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm44 ; 5 dword on top (ret,ebp,esi,edi,ebx)
/external/zlib/src/
H A Dtrees.c100 * 3 .. 258, the last 256 values correspond to the top 8 bits of
432 #define pqremove(s, tree, top) \
434 top = s->heap[SMALLEST]; \
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c811 top:
893 goto top;
1192 register mp_digit *bottom, *top; local
1199 /* top [offset into digits] */
1200 top = a->dp + b;
1204 * the top of the window are copied to the bottom
1213 *bottom++ = *top++;
1216 /* zero the top digits */
1271 /* ensure there are always at least MP_PREC digits extra on top */
1520 register mp_digit *top, *botto local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c811 top:
893 goto top;
1192 register mp_digit *bottom, *top; local
1199 /* top [offset into digits] */
1200 top = a->dp + b;
1204 * the top of the window are copied to the bottom
1213 *bottom++ = *top++;
1216 /* zero the top digits */
1271 /* ensure there are always at least MP_PREC digits extra on top */
1520 register mp_digit *top, *botto local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c811 top:
893 goto top;
1192 register mp_digit *bottom, *top; local
1199 /* top [offset into digits] */
1200 top = a->dp + b;
1204 * the top of the window are copied to the bottom
1213 *bottom++ = *top++;
1216 /* zero the top digits */
1271 /* ensure there are always at least MP_PREC digits extra on top */
1520 register mp_digit *top, *botto local
[all...]
/external/valgrind/main/perf/
H A Dvg_perf66 --vg=<dir> top-level directory containing Valgrind to measure
H A Dvg_perf.in66 --vg=<dir> top-level directory containing Valgrind to measure
/external/webp/include/webp/
H A Ddecode.h366 const WebPIDecoder* idec, int* left, int* top, int* width, int* height);
438 int crop_left, crop_top; // top-left position for cropping.
H A Dencode.h391 // self-crops a picture to the rectangle defined by top/left/width/height.
394 // The rectangle for the view is defined by the top-left corner pixel
395 // coordinates (left, top) as well as its width and height. This rectangle
397 // picture uses the YUV420 colorspace, the top and left coordinates will be
400 int left, int top, int width, int height);
403 // is defined by the top-left corner pixel coordinates (left, top) as well
406 // the top and left coordinates will be snapped to even values.
414 int left, int top, int width, int height,
/external/webp/src/dec/
H A Didec.c780 int* left, int* top,
784 if (top != NULL) *top = 0;
779 WebPIDecodedArea(const WebPIDecoder* idec, int* left, int* top, int* width, int* height) argument
H A Dtree.c284 uint8_t* const top = dec->intra_t_ + 4 * mb_x; local
307 memset(top, ymode, 4 * sizeof(*top));
316 const uint8_t* const prob = kBModesProba[top[x]][ymode];
336 top[x] = ymode;
338 memcpy(modes, top, 4 * sizeof(*top));
/external/webp/src/dsp/
H A Ddec.c164 const uint8_t* top = dst - BPS; local
165 const uint8_t* const clip0 = VP8kclip1 - top[-1];
171 dst[x] = clip[top[x]];
214 static void DC16NoTop(uint8_t *dst) { // DC with top samples not available
232 static void DC16NoTopLeft(uint8_t *dst) { // DC with no top and left samples
243 const uint8_t* top = dst - BPS; local
245 AVG3(top[-1], top[0], top[1]),
246 AVG3(top[
[all...]
H A Ddsp.h93 // *dst is the destination block. *top and *left can be NULL.
95 const uint8_t* top);
96 typedef void (*VP8Intra4Preds)(uint8_t *dst, const uint8_t* top);
190 // bottom_y can be NULL if only one line of output is needed (at top/bottom).
H A Denc.c208 const uint8_t* top, int size) {
210 if (top) {
211 for (j = 0; j < size; ++j) memcpy(dst + j * BPS, top, size);
230 const uint8_t* top, int size) {
233 if (top) {
239 dst[x] = clip_table[top[x]];
248 // is equivalent to VE prediction where you just copy the top samples.
249 // Note that if top samples are not available, the default value is
251 if (top) {
252 VerticalPred(dst, top, siz
207 VerticalPred(uint8_t* dst, const uint8_t* top, int size) argument
229 TrueMotion(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size) argument
259 DCMode(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size, int round, int shift) argument
285 IntraChromaPreds(uint8_t* dst, const uint8_t* left, const uint8_t* top) argument
305 Intra16Preds(uint8_t* dst, const uint8_t* left, const uint8_t* top) argument
319 VE4(uint8_t* dst, const uint8_t* top) argument
332 HE4(uint8_t* dst, const uint8_t* top) argument
344 DC4(uint8_t* dst, const uint8_t* top) argument
351 RD4(uint8_t* dst, const uint8_t* top) argument
370 LD4(uint8_t* dst, const uint8_t* top) argument
388 VR4(uint8_t* dst, const uint8_t* top) argument
410 VL4(uint8_t* dst, const uint8_t* top) argument
432 HU4(uint8_t* dst, const uint8_t* top) argument
447 HD4(uint8_t* dst, const uint8_t* top) argument
470 TM4(uint8_t* dst, const uint8_t* top) argument
488 Intra4Preds(uint8_t* dst, const uint8_t* top) argument
[all...]
H A Dlossless.c471 static uint32_t Predictor0(uint32_t left, const uint32_t* const top) { argument
472 (void)top;
476 static uint32_t Predictor1(uint32_t left, const uint32_t* const top) { argument
477 (void)top;
480 static uint32_t Predictor2(uint32_t left, const uint32_t* const top) { argument
482 return top[0];
484 static uint32_t Predictor3(uint32_t left, const uint32_t* const top) { argument
486 return top[1];
488 static uint32_t Predictor4(uint32_t left, const uint32_t* const top) { argument
490 return top[
492 Predictor5(uint32_t left, const uint32_t* const top) argument
496 Predictor6(uint32_t left, const uint32_t* const top) argument
500 Predictor7(uint32_t left, const uint32_t* const top) argument
504 Predictor8(uint32_t left, const uint32_t* const top) argument
509 Predictor9(uint32_t left, const uint32_t* const top) argument
514 Predictor10(uint32_t left, const uint32_t* const top) argument
518 Predictor11(uint32_t left, const uint32_t* const top) argument
522 Predictor12(uint32_t left, const uint32_t* const top) argument
526 Predictor13(uint32_t left, const uint32_t* const top) argument
[all...]
H A Dlossless.h31 typedef uint32_t (*VP8LPredictorFunc)(uint32_t left, const uint32_t* const top);
H A Dlossless_neon.c179 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { argument
180 return Average3(&left, top + 0, top + 1);
183 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { argument
184 return Average2(&left, top - 1);
187 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { argument
188 return Average2(&left, top + 0);
191 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { argument
193 return Average2(top - 1, top
196 Predictor9(uint32_t left, const uint32_t* const top) argument
201 Predictor10(uint32_t left, const uint32_t* const top) argument
222 Predictor11(uint32_t left, const uint32_t* const top) argument
238 Predictor12(uint32_t left, const uint32_t* const top) argument
255 Predictor13(uint32_t left, const uint32_t* const top) argument
[all...]
H A Dlossless_sse2.c117 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { argument
118 const uint32_t pred = Average3(left, top[0], top[1]);
121 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { argument
122 const uint32_t pred = Average2(left, top[-1]);
125 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { argument
126 const uint32_t pred = Average2(left, top[0]);
129 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { argument
130 const uint32_t pred = Average2(top[-1], top[
134 Predictor9(uint32_t left, const uint32_t* const top) argument
139 Predictor10(uint32_t left, const uint32_t* const top) argument
143 Predictor11(uint32_t left, const uint32_t* const top) argument
147 Predictor12(uint32_t left, const uint32_t* const top) argument
151 Predictor13(uint32_t left, const uint32_t* const top) argument
[all...]
/external/webp/src/enc/
H A Diterator.c267 // top
300 // top-left (before 'top'!)
305 if (y < enc->mb_h_ - 1) { // top
390 // Array to record the position of the top sample to pass to the prediction
410 for (i = 0; i < 16; ++i) { // top
413 // top-right samples have a special case on the far right of the picture
429 uint8_t* const top = it->i4_top_; local
434 top[-4 + i] = blk[i + 3 * BPS]; // store future top sample
[all...]

Completed in 340 milliseconds

1234567891011>>