/hardware/libhardware/tests/hwc/ |
D | test-arrows.c | 51 #define R (0xFF000000) macro 54 R, R, R, R, R, R, R, G, G, R, R, R, R, R, R, R, 55 R, R, R, R, R, R, G, G, G, G, R, R, R, R, R, R, 56 R, R, R, R, R, G, G, G, G, G, G, R, R, R, R, R, 57 R, R, R, R, G, G, G, G, G, G, G, G, R, R, R, R, 58 R, R, R, G, G, G, G, G, G, G, G, G, G, R, R, R, 59 R, R, G, G, G, G, G, G, G, G, G, G, G, G, R, R, 60 R, R, G, G, G, G, G, G, G, G, G, G, G, G, R, R, 61 R, R, R, R, R, R, G, G, G, G, R, R, R, R, R, R, 62 R, R, R, R, R, R, G, G, G, G, R, R, R, R, R, R, [all …]
|
D | util.c | 114 EGLint R,G,B,A,r,g,b,a; in select_config_for_window() local 121 R = G = B = A = 8; in select_config_for_window() 124 R = 5; G = 6; B = 5; A = 0; in select_config_for_window() 151 if (r == R && g == G && b == B && a == A) { in select_config_for_window()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | platform_altivec.asm | 20 .macro R V P macro 46 R v20, r3 47 R v21, r3 48 R v22, r3 49 R v23, r3 50 R v24, r3 51 R v25, r3 52 R v26, r3 53 R v27, r3 54 R v28, r3 [all …]
|
D | loopfilter_filters_altivec.asm | 387 vcmpgtub v9, v14, v9 ;# R = true if limit exceeded 394 vor v8, v8, v9 ;# R = true if flimit or limit exceeded 646 .macro RLVmb V, R argument 648 stw r0, 4(\R) 650 stw r0, 0(\R) 652 stw r0,12(\R) 654 stw r0, 8(\R) 655 lvx \V, 0, \R 658 .macro WLVmb V, R 659 stvx \V, 0, \R [all …]
|
D | filter_altivec.asm | 141 .macro Interp4 R I I4 142 vmsummbm \R, v13, \I, v15 143 vmsummbm \R, v14, \I4, \R 161 .macro interp_8x8 R argument 162 vperm v20, \R, \R, v16 ;# v20 = 0123 1234 2345 3456 163 vperm v21, \R, \R, v17 ;# v21 = 4567 5678 6789 789A 165 vperm \R, \R, \R, v18 ;# R = 89AB 9ABC ABCx BCxx 166 Interp4 v21, v21, \R ;# v21 = result 4 5 6 7 168 vpkswus \R, v20, v21 ;# R = 0 1 2 3 4 5 6 7 169 vsrh \R, \R, v19 [all …]
|
D | sad_altivec.asm | 18 .macro load_aligned_16 V R O 19 lvsl v3, 0, \R ;# permutate value for alignment 21 lvx v1, 0, \R 22 lvx v2, \O, \R
|
D | variance_altivec.asm | 21 .macro load_aligned_16 V R O 22 lvsl v3, 0, \R ;# permutate value for alignment 24 lvx v1, 0, \R 25 lvx v2, \O, \R
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | hal_outputs.c | 398 float R[3][3]; in google_orientation_geomagnetic() local 399 inv_get_rotation_geomagnetic(R); in google_orientation_geomagnetic() 400 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_geomagnetic() 401 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_geomagnetic() 402 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_geomagnetic() 429 float R[3][3]; in google_orientation_6_axis() local 431 inv_get_rotation_6_axis(R); in google_orientation_6_axis() 433 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_6_axis() 434 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_6_axis() 435 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_6_axis() [all …]
|
/hardware/samsung_slsi/exynos5/libswconverter/ |
D | swconvertor.c | 523 unsigned int R, G, B; in csc_RGB565_to_YUV420P() local 543 R = (tmp & 0x0000F800) >> 8; in csc_RGB565_to_YUV420P() 548 Y = ((66 * R) + (129 * G) + (25 * B) + 128); in csc_RGB565_to_YUV420P() 555 U = ((-38 * R) - (74 * G) + (112 * B) + 128); in csc_RGB565_to_YUV420P() 558 V = ((112 * R) - (94 * G) - (18 * B) + 128); in csc_RGB565_to_YUV420P() 597 unsigned int R, G, B; in csc_RGB565_to_YUV420SP() local 614 R = (tmp & 0x0000F800) >> 11; in csc_RGB565_to_YUV420SP() 615 R = R * 8; in csc_RGB565_to_YUV420SP() 621 Y = ((66 * R) + (129 * G) + (25 * B) + 128); in csc_RGB565_to_YUV420SP() 628 U = ((-38 * R) - (74 * G) + (112 * B) + 128); in csc_RGB565_to_YUV420SP() [all …]
|
D | csc_ARGB8888_to_YUV420SP_NEON.s | 34 @q0: temp1, R 36 @q2: R 78 vand.u16 q4,#0x00FF @R 84 vmls.u16 q8,q4,q11 @q0:U -(38 * R[k]) @128<<6+ 32 + u>>2 89 vmla.u16 q7,q4,q13 @112 * R[k] 106 vmul.u16 q7,q4,q14 @q0 = 66 *R[k] 120 vshr.u16 q4,q4,#8 @R 124 vmul.u16 q0,q4,q14 @q0 = 66 *R[k] 151 vand.u16 q4,#0x00FF @R 157 vmul.u16 q7,q4,q14 @q0 = 66 *R[k] [all …]
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | hal_outputs.c | 444 float R[3][3]; in google_orientation_geomagnetic() local 445 inv_get_rotation_geomagnetic(R); in google_orientation_geomagnetic() 446 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_geomagnetic() 447 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_geomagnetic() 448 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_geomagnetic() 475 float R[3][3]; in google_orientation_6_axis() local 477 inv_get_rotation_6_axis(R); in google_orientation_6_axis() 479 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_6_axis() 480 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_6_axis() 481 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_6_axis() [all …]
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
D | hal_outputs.c | 275 float R[3][3]; in google_orientation() local 277 inv_get_rotation(R); in google_orientation() 279 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation() 280 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation() 281 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | treereader.h | 26 #define vp8_read_bit(R) vp8_read(R, vp8_prob_half) argument
|
/hardware/invensense/60xx/libsensors/ |
D | MPLSensor.cpp | 726 void MPLSensor::calcOrientationSensor(float *R, float *values) in calcOrientationSensor() argument 731 if ((R[7] > 0.7071067f) || ((R[8] < 0) && (fabs(R[7]) > fabs(R[6])))) { in calcOrientationSensor() 732 values[0] = (float) atan2f(-R[3], R[0]); in calcOrientationSensor() 734 values[0] = (float) atan2f(R[1], R[4]); in calcOrientationSensor() 741 tmp = R[7]; in calcOrientationSensor() 747 if (R[8] < 0) { in calcOrientationSensor() 754 if ((R[7] > 0.7071067f)) { in calcOrientationSensor() 755 values[2] = (float) atan2f(R[6], R[7]); in calcOrientationSensor() 757 values[2] = (float) atan2f(R[6], R[8]); in calcOrientationSensor()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_rdopt.h | 22 #define RDCOST(RM, DM, R, D) \ argument 23 (((128 + ((int64_t)R) * (RM)) >> 8) + (D << DM))
|
D | vp9_encodemb.c | 65 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.h | 19 #define RDCOST(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) ) argument
|
D | encodemb.c | 199 #define RDTRUNC(RM,DM,R,D) ( (128+(R)*(RM)) & 0xFF ) argument
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
D | loc_api.xdr | 3 L O C _ A P I . X D R
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
D | loc_api.xdr | 3 L O C _ A P I . X D R
|
/hardware/intel/img/libdrm/shared-core/ |
D | r300_reg.h | 925 # define R300_EASY_TX_FORMAT(B, G, R, A, FMT) ( \ argument 928 | ((R300_TX_FORMAT_##R)<<R300_TX_FORMAT_R_SHIFT) \
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api_cb.xdr | 32 L O C _ A P I _ C B . X D R
|
D | loc_api.xdr | 32 L O C _ A P I . X D R
|