/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/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/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/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))
|
/hardware/bsp/intel/peripheral/libupm/src/lpd8806/ |
D | ._jsupm_lpd8806.i | 1 Mac OS X 2��ATTRR�…
|
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/ |
D | index.rst | 25 * `Intel(R) NUC DE3815tykhe <../de3815.html>`_ 26 * `Intel(R) Minnowboard Max <../minnowmax.html>`_
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | minnow_max.md | 1 Intel(R) Minnowboard Max {#minnowmax} 3 MinnowBoard MAX is an open hardware embedded board designed with the Intel(R)
|
D | galileorevd.md | 4 Galileo is a microcontroller board based on the Intel(R) Quark(TM) SoC X1000
|
D | intel_de3815.md | 1 Intel(R) NUC DE3815tykhe {#de3815}
|
D | edison.md | 4 Intel(R) Edison is a dual-core Silvermont Atom(TM) clocked at 500MHz. The 44 Intel(R) breakout board
|
D | galileorevh.md | 4 Galileo is a microcontroller board based on the Intel(R) Quark(TM) SoC X1000
|
/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
|
/hardware/qcom/gps/msm8084/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-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/msm8994/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
|