/external/toybox/kconfig/ |
confdata.c | 693 FILE *out, *out_h; local 708 out_h = fopen(".tmpconfig.h", "w"); 709 if (!out_h) { 723 fprintf(out_h, "/*\n" 743 fprintf(out_h, "#define CONFIG_%s_MODULE 1\n", sym->name); 747 fprintf(out_h, "#define "CONFIG_PREFIX"%s 1\n", sym->name); 754 fprintf(out_h, "#define "CONFIG_PREFIX"%s \"", sym->name); 759 fwrite(str, l, 1, out_h); 765 fprintf(out_h, "\\%c", *str); 769 fputs("\"\n", out_h); [all...] |
/external/webrtc/src/modules/audio_processing/agc/ |
digital_agc.h | 59 WebRtc_Word16 *out_H, WebRtc_UWord32 FS,
|
digital_agc.c | 305 WebRtc_Word16 *out_H, WebRtc_UWord32 FS, 350 if (in_near_H != out_H) 352 memcpy(out_H, in_near_H, 10 * L * sizeof(WebRtc_Word16)); 590 tmp32 = WEBRTC_SPL_MUL((WebRtc_Word32)out_H[n], 595 out_H[n] = (WebRtc_Word16)32767; 598 out_H[n] = (WebRtc_Word16)-32768; 601 tmp32 = WEBRTC_SPL_MUL((WebRtc_Word32)out_H[n], 603 out_H[n] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(tmp32 , 16); 625 tmp32 = WEBRTC_SPL_MUL((WebRtc_Word32)out_H[k * L + n], 627 out_H[k * L + n] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(tmp32 , 16) [all...] |
analog_agc.c | [all...] |
/external/boringssl/src/crypto/dsa/ |
dsa.c | 155 unsigned long *out_h, BN_GENCB *cb) { 158 out_counter, out_h, cb); 161 out_counter, out_h, cb);
|
/external/webrtc/src/modules/audio_processing/agc/interface/ |
gain_control.h | 161 * - out_H : Gain-adjusted near-end speech vector (H band) 175 WebRtc_Word16* out_H,
|
/external/boringssl/src/include/openssl/ |
dsa.h | 102 * random input which is kept for reference. If |out_counter| or |out_h| are 116 unsigned long *out_h,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_onyx_if.c | 1884 const int out_h = dst_fb->y_crop_height; local 1920 const int out_h = dst_fb->y_crop_height; local [all...] |
/hardware/qcom/msm8960/original-kernel-headers/media/ |
msm_camera.h | 715 uint32_t out_h; member in struct:msm_st_crop [all...] |
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
msm_camera.h | 781 uint32_t out_h; member in struct:msm_st_crop [all...] |
/hardware/qcom/msm8960/kernel-headers/media/ |
msm_camera.h | 686 uint32_t out_h; member in struct:msm_st_crop [all...] |
/hardware/qcom/msm8x74/kernel-headers/media/ |
msm_camera.h | 679 uint32_t out_h; member in struct:msm_st_crop [all...] |