/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicConvolve5x5.cpp | 94 uint32_t x1 = rsMax((int32_t)x-1, 0); local 100 convert_float4(py0[x1]) * coeff[1] + 106 convert_float4(py1[x1]) * coeff[6] + 112 convert_float4(py2[x1]) * coeff[11] + 118 convert_float4(py3[x1]) * coeff[16] + 124 convert_float4(py4[x1]) * coeff[21] + 137 uint32_t x1 = rsMax((int32_t)x-1, 0); local 143 convert_float2(py0[x1]) * coeff[1] + 149 convert_float2(py1[x1]) * coeff[6] + 155 convert_float2(py2[x1]) * coeff[11] 180 uint32_t x1 = rsMax((int32_t)x-1, 0); local 223 uint32_t x1 = rsMax((int32_t)x-1, 0); local 265 uint32_t x1 = rsMax((int32_t)x-1, 0); local 307 uint32_t x1 = rsMax((int32_t)x-1, 0); local 373 uint32_t x1 = xstart; local 433 uint32_t x1 = xstart; local 482 uint32_t x1 = xstart; local 531 uint32_t x1 = xstart; local 580 uint32_t x1 = xstart; local 629 uint32_t x1 = xstart; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans4_dspr2.c | 324 int x0, x1, x2, x3; local 327 x1 = input[1]; 331 if (!(x0 | x1 | x2 | x3)) { 338 s2 = sinpi_3_9 * x1; 346 x1 = s1 - s4 - s6; 351 s1 = x1 + x3; 353 s3 = x0 + x1 - x3;
|
vp9_itrans8_dspr2.c | 473 int x0, x1, x2, x3, x4, x5, x6, x7; local 476 x1 = input[0]; 484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) { 491 s0 = cospi_2_64 * x0 + cospi_30_64 * x1; 492 s1 = cospi_30_64 * x0 - cospi_2_64 * x1; 501 x1 = ROUND_POWER_OF_TWO((s1 + s5), DCT_CONST_BITS); 511 s1 = x1; 520 x1 = s1 + s3; 546 output[7] = -x1; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_resize.c | 236 int x, x1, x2, sum, k, int_pel, sub_pel; local 248 x1 = x; 257 if (x1 > x2) { 273 for (x = 0, y = offset; x < x1; ++x, y += delta) {
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
PreviewOverlay.java | 175 float x1 = (0.92f * mLens + 0.04f) * previewW; local 178 canvas.drawCircle(x1, y1, 20, mPaint2); 180 canvas.drawCircle(x1, y1, 18, mPaint2); 235 float x1, x2, y1, y2; local 254 x1 = 0; 257 canvas.drawLine(x1, y1, x2, y2, mPaint); 262 x1 = x2 = previewW / 2 + focalLengthW * (float) Math.tan(i); 265 canvas.drawLine(x1, y1, x2, y2, mPaint);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterGrad.java | 122 int[] x1 = mParameters.getXPos1(); local 131 for (int i = 0; i < x1.length; i++) { 132 coord[0] = x1[i]; 135 x1[i] = (int) coord[0]; 145 mScript.set_xPos1(x1);
|
SplineMath.java | 50 double x1 = cur[0]; local 57 double delta = (x2 - x1); 59 double b = (x - x1) / delta; 91 double x1 = cur[0]; local 98 double delta = (x2 - x1); 100 double b = (x - x1) / delta;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageGrad.java | 178 int x1[] = mGradRep.getXPos1(); local 191 c[0] = (x1[i]+x2[i])/2;
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_metrics.h | 121 double x0,x1,x2,mult; local 125 x1=H[3]*x[0]+H[4]*x[1]+H[5]*x[2]; 128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); 135 double x0,x1,x2,mult; local 139 x1=H[3]*x[0]+H[4]*x[1]+H[5]; 142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); 174 [x0 x1 1 0 0 0 0 0 0] 175 [ 0 0 0 x0 x1 1 0 0 0] 176 [ 0 0 0 0 0 0 x0 x1 1] 178 [-x0/zh -x1/zh -1/zh 0 0 0 x0*xh/(zh*zh) x1*xh/(zh*zh) xh/(zh*zh) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xregion.h | 53 short x1, x2, y1, y2; member in struct:__anon36686 92 ((r1)->x2 > (r2)->x1 && \ 93 (r1)->x1 < (r2)->x2 && \ 101 if((r)->x1 < (idRect)->extents.x1)\ 102 (idRect)->extents.x1 = (r)->x1;\ 133 ((R-1)->x1 <= (Rx1)) &&\ 140 (r)->x1 = (rx1);\ 156 (r)->x1 = (rx1); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/ |
osd.h | 34 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) 49 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1}) 70 OSD_SetRow, // (x0,y0,x1,data) 71 // fills pixels x0,y through x1,y with the content of data[] 73 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data) 74 // fills pixels x0,y0 through x1,y1 with the content of data[] 78 OSD_FillRow, // (x0,y0,x1,color) 79 // fills pixels x0,y through x1,y with the color <col> 81 OSD_FillBlock, // (x0,y0,x1,y1,color) 82 // fills pixels x0,y0 through x1,y1 with the color <col 104 int x1; member in struct:osd_cmd_s [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xregion.h | 52 short x1, x2, y1, y2; member in struct:__anon38549 91 ((r1)->x2 > (r2)->x1 && \ 92 (r1)->x1 < (r2)->x2 && \ 100 if((r)->x1 < (idRect)->extents.x1)\ 101 (idRect)->extents.x1 = (r)->x1;\ 132 ((R-1)->x1 <= (Rx1)) &&\ 139 (r)->x1 = (rx1);\ 155 (r)->x1 = (rx1); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/ |
osd.h | 34 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) 49 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1}) 70 OSD_SetRow, // (x0,y0,x1,data) 71 // fills pixels x0,y through x1,y with the content of data[] 73 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data) 74 // fills pixels x0,y0 through x1,y1 with the content of data[] 78 OSD_FillRow, // (x0,y0,x1,color) 79 // fills pixels x0,y through x1,y with the color <col> 81 OSD_FillBlock, // (x0,y0,x1,y1,color) 82 // fills pixels x0,y0 through x1,y1 with the color <col 104 int x1; member in struct:osd_cmd_s [all...] |
/prebuilts/misc/windows/sdl2/test/ |
testintersections.c | 80 add_line(int x1, int y1, int x2, int y2) 84 if ((x1 == x2) && (y1 == y2)) 87 SDL_Log("adding line (%d, %d), (%d, %d)\n", x1, y1, x2, y2); 88 lines[num_lines].x = x1; 124 add_rect(int x1, int y1, int x2, int y2) 128 if ((x1 == x2) || (y1 == y2)) 131 if (x1 > x2) 132 SWAP(int, x1, x2); 136 SDL_Log("adding rect (%d, %d), (%d, %d) [%dx%d]\n", x1, y1, x2, y2, 137 x2 - x1, y2 - y1) 163 int x1, y1, x2, y2; local [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/dvb/ |
osd.h | 57 int x1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/dvb/ |
osd.h | 57 int x1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/dvb/ |
osd.h | 57 int x1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/dvb/ |
osd.h | 57 int x1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/dvb/ |
osd.h | 57 int x1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/dvb/ |
osd.h | 57 int x1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/dvb/ |
osd.h | 57 int x1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/dvb/ |
osd.h | 57 int x1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/dvb/ |
osd.h | 57 int x1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/dvb/ |
osd.h | 57 int x1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/dvb/ |
osd.h | 57 int x1; member in struct:osd_cmd_s
|