HomeSort by relevance Sort by last modified time
    Searched full:out_h (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ui/ozone/
generate_ozone_platform_list.py 153 out_h = sys.stdout
158 out_h = open(options.output_h, 'wb')
163 GeneratePlatformListHeader(out_h, platforms)
169 out_h.close()
  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
digital_agc.h 59 int16_t *out, int16_t *out_H, uint32_t FS,
digital_agc.c 300 int16_t *out_H, uint32_t FS,
345 if (in_near_H != out_H)
347 memcpy(out_H, in_near_H, 10 * L * sizeof(int16_t));
585 tmp32 = WEBRTC_SPL_MUL((int32_t)out_H[n],
590 out_H[n] = (int16_t)32767;
593 out_H[n] = (int16_t)-32768;
596 tmp32 = WEBRTC_SPL_MUL((int32_t)out_H[n],
598 out_H[n] = (int16_t)WEBRTC_SPL_RSHIFT_W32(tmp32 , 16);
620 tmp32 = WEBRTC_SPL_MUL((int32_t)out_H[k * L + n],
622 out_H[k * L + n] = (int16_t)WEBRTC_SPL_RSHIFT_W32(tmp32 , 16)
    [all...]
analog_agc.c     [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/chromium_org/third_party/webrtc/modules/audio_processing/agc/include/
gain_control.h 161 * - out_H : Gain-adjusted near-end speech vector (H band)
175 int16_t* out_H,
  /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/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 1808 const int out_h = dst_fb->y_crop_height; local
1844 const int out_h = dst_fb->y_crop_height; local
    [all...]
  /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...]

Completed in 975 milliseconds