/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | md5_utils.c | 160 register UWORD32 a, b, c, d; in MD5Transform() local 162 a = buf[0]; in MD5Transform() 167 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform() 168 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform() 169 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform() 170 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform() 171 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform() 172 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in MD5Transform() 173 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in MD5Transform() 174 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in MD5Transform() [all …]
|
D | libs.doxy_template | 4 ## Use of this source code is governed by a BSD-style license 15 # doxygen (www.doxygen.org) for a project 17 # All text after a hash (#) is considered a comment and will be ignored 36 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 43 # If a relative path is entered, it will be relative to the location 51 # Enabling this option can be useful when feeding doxygen a huge amount of 77 # the brief description of a member or function before the detailed description. 83 # This tag implements a quasi-intelligent brief description abbreviator 91 # "represents" "a" "an" "the" 96 # Doxygen will generate a detailed section even if there is only a brief [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | bitstream.h | 35 # define pack_tokens(a,b,c) \ argument 36 vp8cx_pack_tokens_armv5(a,b,c,vp8_coef_encodings,vp8_extra_bits,vp8_coef_tree) 37 # define pack_tokens_into_partitions(a,b,c,d) \ argument 38 vp8cx_pack_tokens_into_partitions_armv5(a,b,c,d,vp8_coef_encodings,vp8_extra_bits,vp8_coef_tree) 39 # define pack_mb_row_tokens(a,b) \ argument 40 vp8cx_pack_mb_row_tokens_armv5(a,b,vp8_coef_encodings,vp8_extra_bits,vp8_coef_tree) 45 # define pack_tokens(a,b,c) vp8_pack_tokens_c(a,b,c) 46 # define pack_tokens_into_partitions(a,b,c,d) pack_tokens_into_partitions_c(a,b,c,d) 47 # define pack_mb_row_tokens(a,b) pack_mb_row_tokens_c(a,b)
|
D | tokenize.c | 116 ENTROPY_CONTEXT * a; in tokenize2nd_order_b() local 123 a = (ENTROPY_CONTEXT *)xd->above_context + 8; in tokenize2nd_order_b() 126 VP8_COMBINEENTROPYCONTEXTS(pt, *a, *l); in tokenize2nd_order_b() 138 *a = *l = 0; in tokenize2nd_order_b() 187 *a = *l = 1; in tokenize2nd_order_b() 207 ENTROPY_CONTEXT * a; in tokenize1st_order_b() local 220 a = (ENTROPY_CONTEXT *)xd->above_context + tmp1; in tokenize1st_order_b() 223 VP8_COMBINEENTROPYCONTEXTS(pt, *a, *l); in tokenize1st_order_b() 237 *a = *l = 0; in tokenize1st_order_b() 285 *a = *l = 1; in tokenize1st_order_b() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
D | gen_scalers.c | 41 unsigned int a, b, c, d, e; in vp8_horizontal_line_5_4_scale_c() local 48 a = src[0]; in vp8_horizontal_line_5_4_scale_c() 54 des[0] = (unsigned char) a; in vp8_horizontal_line_5_4_scale_c() 73 unsigned int a, b, c, d, e; in vp8_vertical_band_5_4_scale_c() local 79 a = src[0 * src_pitch]; in vp8_vertical_band_5_4_scale_c() 85 des[0 * dest_pitch] = (unsigned char) a; in vp8_vertical_band_5_4_scale_c() 122 unsigned int a, b, c, d, e; in vp8_horizontal_line_5_3_scale_c() local 129 a = src[0]; in vp8_horizontal_line_5_3_scale_c() 135 des[0] = (unsigned char) a; in vp8_horizontal_line_5_3_scale_c() 151 unsigned int a, b, c, d, e; in vp8_vertical_band_5_3_scale_c() local [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bcmip.h | 69 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \ argument 70 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0) 72 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \ argument 73 ((uint8 *)(a))[2] & ((uint8 *)(a))[3]) == 0xff) 202 #define IPV4_ISMULTI(a) (((a) & 0xf0000000) == 0xe0000000) argument
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 41 or for a fee, you must give the recipients all the rights that we gave 48 We protect your rights with a two-step method: (1) we copyright the 59 Finally, software patents pose a constant threat to the existence of 60 any free program. We wish to make sure that a company cannot 61 effectively restrict the users of a free program by obtaining a 62 restrictive license from a patent holder. Therefore, we insist that 63 any patent license obtained for a version of the library must be 73 When a program is linked with a library, whether statically or using 74 a shared library, the combination of the two is legally speaking a 75 combined work, a derivative of the original library. The ordinary [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | idctllm.c | 96 int a = ip[c] + pred_ptr[c] ; in vp8_short_idct4x4llm_c() local 98 if (a < 0) in vp8_short_idct4x4llm_c() 99 a = 0; in vp8_short_idct4x4llm_c() 101 if (a > 255) in vp8_short_idct4x4llm_c() 102 a = 255; in vp8_short_idct4x4llm_c() 104 dst_ptr[c] = (unsigned char) a ; in vp8_short_idct4x4llm_c() 123 int a = a1 + pred_ptr[c] ; in vp8_dc_only_idct_add_c() local 125 if (a < 0) in vp8_dc_only_idct_add_c() 126 a = 0; in vp8_dc_only_idct_add_c() 128 if (a > 255) in vp8_dc_only_idct_add_c() [all …]
|
/hardware/ti/omap4-aah/libtiutils/ |
D | UtilsCommon.h | 43 const T & min(const T & a, const T & b); 46 const T & max(const T & a, const T & b); 72 inline const T & min(const T & a, const T & b) { in min() argument 73 return a < b ? a : b; in min() 77 inline const T & max(const T & a, const T & b) { in max() argument 78 return a < b ? b : a; in max()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.h | 33 #define pair_set_epi16(a, b) \ argument 34 _mm_set_epi16(b, a, b, a, b, a, b, a) 36 #define pair_set_epi32(a, b) \ argument 37 _mm_set_epi32(b, a, b, a)
|
/hardware/intel/img/psb_video/src/ |
D | pnw_rotate.h | 59 #define VAROTATION2HAL(a) a argument 60 #define HAL2VAROTATION(a) a argument 61 #define psb_android_is_extvideo_mode(a) 0 argument 62 #define psb_android_surfaceflinger_rotate(a, b) argument
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
D | Exynos_OSAL_Log.h | 56 #define Exynos_OSAL_Log(a, ...) ((void)_Exynos_OSAL_Log(a, EXYNOS_LOG_TAG, __VA_ARGS__)) argument 58 #define Exynos_OSAL_Log(a, ...) \ argument 60 if (a == EXYNOS_LOG_ERROR) \ 61 ((void)_Exynos_OSAL_Log(a, EXYNOS_LOG_TAG, __VA_ARGS__)); \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | detokenize.c | 184 ENTROPY_CONTEXT *a; in vp8_decode_mb_tokens() local 192 a = a_ctx + 8; in vp8_decode_mb_tokens() 197 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16); in vp8_decode_mb_tokens() 198 *a = *l = (nonzeros > 0); in vp8_decode_mb_tokens() 214 a = a_ctx + (i&3); in vp8_decode_mb_tokens() 217 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr); in vp8_decode_mb_tokens() 218 *a = *l = (nonzeros > 0); in vp8_decode_mb_tokens() 232 a = a_ctx + ((i > 19)<<1) + (i&1); in vp8_decode_mb_tokens() 235 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr); in vp8_decode_mb_tokens() 236 *a = *l = (nonzeros > 0); in vp8_decode_mb_tokens()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/ |
D | TODO | 9 a single block can be treated as non-fatal. 12 - Optionally build a Cue index as Clusters are parsed. 14 - Avoid building a list of Clusters as they are parsed and retain only the 17 continue to fail safely one a fatal error has been returned. 18 - Modify parser/data structures to provide a clean separation. Perhaps the 19 parser should return a generic tree of nodes that a second pass uses to
|
D | 0001-include-paths.diff | 1 diff --git a/nestegg/halloc/src/halloc.c b/nestegg/halloc/src/halloc.c 3 --- a/nestegg/halloc/src/halloc.c 14 diff --git a/nestegg/include/nestegg/nestegg.h b/nestegg/include/nestegg/nestegg.h 16 --- a/nestegg/include/nestegg/nestegg.h 27 diff --git a/nestegg/src/nestegg.c b/nestegg/src/nestegg.c 29 --- a/nestegg/src/nestegg.c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | intra4x4_predict_v6.asm | 4 ; Use of this source code is governed by a BSD-style license 92 uxtb16 r10, r8 ; a[2|0] 93 uxtb16 r11, r8, ror #8 ; a[3|1] 94 ssub16 r10, r10, r9 ; a[2|0] - [tl|tl] 95 ssub16 r11, r11, r9 ; a[3|1] - [tl|tl] 102 sadd16 r1, r4, r10 ; l[0|0] + a[2|0] - [tl|tl] 103 sadd16 r2, r4, r11 ; l[0|0] + a[3|1] - [tl|tl] 107 sadd16 r4, r5, r10 ; l[1|1] + a[2|0] - [tl|tl] 108 sadd16 r5, r5, r11 ; l[1|1] + a[3|1] - [tl|tl] 116 sadd16 r1, r6, r10 ; l[2|2] + a[2|0] - [tl|tl] [all …]
|
/hardware/invensense/60xx/mlsdk/mllite/ |
D | mlMathFunc.h | 37 const long *a; member 43 long inv_q29_mult(long a, long b); 44 long inv_q30_mult(long a, long b); 59 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y); 61 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y);
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 4 # doxygen (www.doxygen.org) for a project. 6 # All text after a hash (#) is considered a comment and will be ignored. 25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 36 …ide an optional one line description for a project that appears at the top of each page and should… 49 # If a relative path is entered, it will be relative to the location 57 # Enabling this option can be useful when feeding doxygen a huge amount of 84 # the brief description of a member or function before the detailed description. 90 # This tag implements a quasi-intelligent brief description abbreviator 98 # "represents" "a" "an" "the" [all …]
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/ |
D | loc_apicb_appinit.c | 34 #define RPC_FUNC_VERSION_BASE(a,b) a ## b argument 35 #define RPC_CB_FUNC_VERS(a,b) RPC_FUNC_VERSION_BASE(a,b) argument
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/src/ |
D | loc_apicb_appinit.c | 25 #define RPC_FUNC_VERSION_BASE(a,b) a ## b argument 26 #define RPC_CB_FUNC_VERS(a,b) RPC_FUNC_VERSION_BASE(a,b) argument
|
/hardware/intel/bootstub/ |
D | LICENSE | 41 For example, if you distribute copies of such a program, whether 42 gratis or for a fee, you must give the recipients all the rights that 59 patents. We wish to avoid the danger that redistributors of a free 71 a notice placed by the copyright holder saying it may be distributed 73 refers to any such program or work, and a "work based on the Program" 75 that is to say, a work containing the Program or a portion of it, 83 is covered only if its contents constitute a work based on the 92 and give any other recipients of the Program a copy of this License 95 You may charge a fee for the physical act of transferring a copy, and 96 you may at your option offer warranty protection in exchange for a fee. [all …]
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_apicb_appinit.c | 47 #define RPC_FUNC_VERSION_BASE(a,b) a ## b argument 48 #define RPC_CB_FUNC_VERS(a,b) RPC_FUNC_VERSION_BASE(a,b) argument
|
/hardware/intel/img/libdrm/libdrm/ |
D | xf86drmRandom.c | 96 unsigned long a; member 120 state->a = 16807; in drmRandomCreate() 125 state->a = 48271; in drmRandomCreate() 129 state->q = state->m / state->a; in drmRandomCreate() 130 state->r = state->m % state->a; in drmRandomCreate() 155 s->seed = s->a * lo - s->r * hi; in drmRandom()
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.h | 57 long inv_q29_mult(long a, long b); 58 long inv_q30_mult(long a, long b); 67 long inv_q30_div(long a, long b); 68 long inv_q_shift_mult(long a, long b, int shift); 87 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y); 89 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y);
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_script.cpp | 104 int a = 0; variable 384 … a = checkSupportedParamScriptResol(preview_Array, numpreviewSize, cmd, &resol_index); in execute_functional_script() 385 if (a > -1) { in execute_functional_script() 416 … a = checkSupportedParamScriptResol(capture_Array, numcaptureSize, cmd, &resol_index); in execute_functional_script() 418 if (a > -1) { in execute_functional_script() 432 a = checkSupportedParamScriptResol(capture_Array, numcaptureSize, in execute_functional_script() 434 if (a > -1) captureSizeIDX = resol_index; in execute_functional_script() 491 a = checkSupportedParamScript(awb, numawb, cmd); in execute_functional_script() 492 if (a > -1) { in execute_functional_script() 532 a = checkSupportedParamScript(previewFormatArray, numpreviewFormat, cmd); in execute_functional_script() [all …]
|