HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 76 - 100 of 1543) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
convolve5x5.fs 29 uint32_t x3 = min((int32_t)x+1, gWidth-1);
41 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y0)) * gCoeffs[3]
47 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y1)) * gCoeffs[8]
53 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
59 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
convolve5x5.fs 29 uint32_t x3 = min((int32_t)x+1, gWidth-1);
41 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y0)) * gCoeffs[3]
47 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y1)) * gCoeffs[8]
53 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
59 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.h 39 \param x3 image 1 point 3
47 double x1[3],double x2[3],double x3[3],double x4[3],
56 \param x3 image 1 point 3
62 double x1[3],double x2[3],double x3[3],
100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_image_homography.h 39 \param x3 image 1 point 3
47 double x1[3],double x2[3],double x3[3],double x4[3],
56 \param x3 image 1 point 3
62 double x1[3],double x2[3],double x3[3],
100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.h 39 \param x3 image 1 point 3
47 double x1[3],double x2[3],double x3[3],double x4[3],
56 \param x3 image 1 point 3
62 double x1[3],double x2[3],double x3[3],
100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-constants.h 18 #define EXTCODE_FETCH_ADD 0x3
49 #define SCODE_800 0x3
52 #define SCODE_BETA 0x3
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-constants.h 18 #define EXTCODE_FETCH_ADD 0x3
49 #define SCODE_800 0x3
52 #define SCODE_BETA 0x3
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-constants.h 18 #define EXTCODE_FETCH_ADD 0x3
49 #define SCODE_800 0x3
52 #define SCODE_BETA 0x3
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
atexit.py 59 def x3(n, kwd=None): function in function:register
60 print "running x3(%r, kwd=%r)" % (n, kwd)
64 register(x3, 5, "bar")
65 register(x3, "no kwd args")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
atexit.py 59 def x3(n, kwd=None): function in function:register
60 print "running x3(%r, kwd=%r)" % (n, kwd)
64 register(x3, 5, "bar")
65 register(x3, "no kwd args")
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c 51 left->x3 = bez->x2 + t * (bez->x3 - bez->x2);
54 bez->x3 = bez->x3 + t * (bez->x4 - bez->x3);
57 bez->x2 = left->x3 + t * (bez->x3 - left->x3);
60 left->x3 = left->x2 + t * (left->x3 - left->x2)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 51 left->x3 = bez->x2 + t * (bez->x3 - bez->x2);
54 bez->x3 = bez->x3 + t * (bez->x4 - bez->x3);
57 bez->x2 = left->x3 + t * (bez->x3 - left->x3);
60 left->x3 = left->x2 + t * (left->x3 - left->x2)
    [all...]
  /external/libgsm/src/
gsm_encode.c 351 *c++ = ((LARc[0] & 0x3) << 6)
355 *c++ = ((LARc[3] & 0x3) << 6)
357 | ((LARc[5] >> 2) & 0x3);
358 *c++ = ((LARc[5] & 0x3) << 6)
364 | ((Mc[0] & 0x3) << 5)
370 *c++ = ((xmc[2] & 0x3) << 6)
375 | ((xmc[7] >> 1) & 0x3);
380 *c++ = ((xmc[10] & 0x3) << 6)
386 | ((Mc[1] & 0x3) << 5)
392 *c++ = ((xmc[15] & 0x3) << 6
    [all...]
gsm_implode.c 375 *c++ = ((LARc[0] & 0x3) << 6)
379 *c++ = ((LARc[3] & 0x3) << 6)
381 | ((LARc[5] >> 2) & 0x3);
382 *c++ = ((LARc[5] & 0x3) << 6)
394 | ((Mc[0] & 0x3) << 5)
405 *c++ = ((xmc[2] & 0x3) << 6)
410 | ((xmc[7] >> 1) & 0x3);
415 *c++ = ((xmc[10] & 0x3) << 6)
427 | ((Mc[1] & 0x3) << 5)
439 *c++ = ((xmc[15] & 0x3) << 6
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
pdata.h 29 #define SITAR_LDOH_2P85_V 0x3
37 #define TABLA_LDOH_2P85_V 0x3
50 #define TAIKO_LDOH_2P85_V 0x3
55 #define TABLA_OCP_365_MA 0x3
64 #define TABLA_DCYCLE_1023 0x3
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
pdata.h 25 #define SITAR_LDOH_2P85_V 0x3
34 #define TABLA_LDOH_2P85_V 0x3
47 #define TAIKO_LDOH_2P85_V 0x3
54 #define TABLA_OCP_365_MA 0x3
62 #define TABLA_DCYCLE_1023 0x3
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
dwarfwin64_testhd.asm 181 .uleb128 0x3
218 .uleb128 0x3
386 .uleb128 0x3
430 .byte 0x3
438 .byte 0x3
446 .byte 0x3
454 .byte 0x3
462 .byte 0x3
470 .byte 0x3
478 .byte 0x3
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_dct.c 87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
95 x3 = (pInVect[1] + pInVect[7]) >>1;
123 /* rearrangement of x1,x3,x5,x7 as in (15) */
126 x3 = ( x3 <<1 ) - x5 ;
127 x1 -= x3 >>1 ;
135 /* rearrangement of x3 and x7 as in (15) */
136 x3 -= x7;
140 /* 2-point IDCT of x3 and x7 and post-multiplication as in (15) */
141 temp = x3 ;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 95 ASSERT(!((u32)data&0x3));
104 ASSERT(!((u32)lum&0x3));
105 ASSERT(!((u32)cb&0x3));
106 ASSERT(!((u32)cr&0x3));
194 ASSERT(!((u32)data&0x3));
221 ASSERT(!((u32)tmp&0x3));
222 ASSERT(!((u32)imageBlock&0x3));
276 x = h264bsdBlockX[block & 0x3];
277 y = h264bsdBlockY[block & 0x3];
295 ASSERT(!((u32)tmp&0x3));
    [all...]
  /external/ceres-solver/include/ceres/
problem.h 112 // double x3[] = { 1.0, 2.0, 3.0, 6.0, 7.0 };
117 // problem.AddResidualBlock(new MyBinaryCostFunction(...), x2, x3);
202 // double x3[] = {3.0, 6.0, 2.0, 5.0, 1.0};
228 double* x3);
232 double* x3, double* x4);
236 double* x3, double* x4, double* x5);
240 double* x3, double* x4, double* x5,
245 double* x3, double* x4, double* x5,
250 double* x3, double* x4, double* x5,
255 double* x3, double* x4, double* x5
    [all...]
  /external/ceres-solver/internal/ceres/
problem_impl.h 88 double* x3);
92 double* x3, double* x4);
96 double* x3, double* x4, double* x5);
100 double* x3, double* x4, double* x5,
105 double* x3, double* x4, double* x5,
110 double* x3, double* x4, double* x5,
115 double* x3, double* x4, double* x5,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_reg.h 35 #define CMD_3D (0x3<<29)
41 #define PRIM3D_TRIFAN (0x3<<18)
99 #define BUF_3D_ID_COLOR_BACK (0x3<<24)
107 #define BUF_3D_ADDR(x) ((x) & ~0x3)
256 #define BLENDFUNC_MIN 0x3
270 #define SIS0_BUFFER_ADDRESS(x) ((x)&~0x3)
275 #define DIS0_BUFFER_ADDRESS(x) ((x)&~0x3)
279 #define SSB0_BUFFER_ADDRESS(x) ((x)&~0x3)
284 #define MSB0_BUFFER_ADDRESS(x) ((x)&~0x3)
289 #define PSP0_BUFFER_ADDRESS(x) ((x)&~0x3)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_reg.h 35 #define CMD_3D (0x3<<29)
41 #define PRIM3D_TRIFAN (0x3<<18)
99 #define BUF_3D_ID_COLOR_BACK (0x3<<24)
107 #define BUF_3D_ADDR(x) ((x) & ~0x3)
256 #define BLENDFUNC_MIN 0x3
270 #define SIS0_BUFFER_ADDRESS(x) ((x)&~0x3)
275 #define DIS0_BUFFER_ADDRESS(x) ((x)&~0x3)
279 #define SSB0_BUFFER_ADDRESS(x) ((x)&~0x3)
284 #define MSB0_BUFFER_ADDRESS(x) ((x)&~0x3)
289 #define PSP0_BUFFER_ADDRESS(x) ((x)&~0x3)
    [all...]
  /bionic/libc/kernel/common/linux/mfd/
timpani-audio.h 21 #define TIMPANI_A_MREF (0x3)
77 #define TIMPANI_CDAC_IDAC_REF_CUR_CDAC_REF_BUFF_CUR_V_9UA 0x3
90 #define TIMPANI_CDAC_IDAC_REF_CUR_CDAC_BIAS_CUR_V_10_0UA_NORMAL_OP 0x3
97 #define TIMPANI_CDAC_IDAC_REF_CUR_IDAC_REF_CUR_M 0x3
102 #define TIMPANI_CDAC_IDAC_REF_CUR_IDAC_REF_CUR_V_8UA 0x3
116 #define TIMPANI_TXADC12_REF_CURR_TXADC1_REF_BUFF_CUR_V_35UA 0x3
124 #define TIMPANI_TXADC12_REF_CURR_TXADC2_REF_BUFF_CUR_V_35UA 0x3
251 #define TIMPANI_TXFE1_TXFE1_GAIN_V_24DB_2 0x3
295 #define TIMPANI_TXFE2_TXFE2_GAIN_V_24DB_2 0x3
380 #define TIMPANI_TXFE_CLT_TXFE_OUT_CM_VOLT_V_1_050V_NORMAL_OP 0x3
    [all...]
  /external/kernel-headers/original/linux/mfd/
timpani-audio.h 7 #define TIMPANI_A_MREF (0x3)
65 #define TIMPANI_CDAC_IDAC_REF_CUR_CDAC_REF_BUFF_CUR_V_9UA 0x3
76 #define TIMPANI_CDAC_IDAC_REF_CUR_CDAC_BIAS_CUR_V_10_0UA_NORMAL_OP 0x3
83 #define TIMPANI_CDAC_IDAC_REF_CUR_IDAC_REF_CUR_M 0x3
87 #define TIMPANI_CDAC_IDAC_REF_CUR_IDAC_REF_CUR_V_8UA 0x3
103 #define TIMPANI_TXADC12_REF_CURR_TXADC1_REF_BUFF_CUR_V_35UA 0x3
110 #define TIMPANI_TXADC12_REF_CURR_TXADC2_REF_BUFF_CUR_V_35UA 0x3
252 #define TIMPANI_TXFE1_TXFE1_GAIN_V_24DB_2 0x3
298 #define TIMPANI_TXFE2_TXFE2_GAIN_V_24DB_2 0x3
388 #define TIMPANI_TXFE_CLT_TXFE_OUT_CM_VOLT_V_1_050V_NORMAL_OP 0x3
    [all...]

Completed in 1287 milliseconds

1 2 34 5 6 7 8 91011>>