/development/ndk/platforms/android-L/include/linux/ |
joystick.h | 52 __s32 coef[8]; member in struct:js_corr
|
/external/chromium_org/third_party/libjpeg_turbo/ |
jidctfst.c | 129 #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval)) 131 #define DEQUANTIZE(coef,quantval) \ 132 DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)
|
jcapimin.c | 180 /* We bypass the main controller and invoke coef controller directly; 183 if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
|
jcmainct.c | 135 if (! (*cinfo->coef->compress_data) (cinfo, main_ptr->buffer)) { 209 if (! (*cinfo->coef->compress_data) (cinfo, main_ptr->buffer)) {
|
/external/chromium_org/third_party/speex/libspeex/ |
filters.h | 68 /* Apply bandwidth expansion on LPC coef */
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
filterbanks.c | 111 [tmp1(N2+LA:-1:LA+1, 1), state1] = filter(Q.coef, Q.coef(end:-1:1), in(N:-2:2)); 112 tmp1(LA:-1:1) = filter(Q.coef, Q.coef(end:-1:1), Q.LookAheadBuf1, state1);
|
/external/jpeg/ |
jdinput.c | 277 (*cinfo->coef->start_input_pass) (cinfo); 278 cinfo->inputctl->consume_input = cinfo->coef->consume_data; 280 cinfo->coef->consume_data_build_huffman_index; 347 /* Prevent infinite loop in coef ctlr's decompress_data routine
|
jidctfst.c | 129 #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval)) 131 #define DEQUANTIZE(coef,quantval) \ 132 DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)
|
/external/kernel-headers/original/uapi/linux/ |
joystick.h | 80 __s32 coef[8]; member in struct:js_corr
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jidctfst.c | 130 #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval))
132 #define DEQUANTIZE(coef,quantval) \
133 DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)
|
/external/qemu/distrib/jpeg-6b/ |
jdinput.c | 277 (*cinfo->coef->start_input_pass) (cinfo); 278 cinfo->inputctl->consume_input = cinfo->coef->consume_data; 280 cinfo->coef->consume_data_build_huffman_index; 347 /* Prevent infinite loop in coef ctlr's decompress_data routine
|
jidctfst.c | 129 #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval)) 131 #define DEQUANTIZE(coef,quantval) \ 132 DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)
|
/external/speex/libspeex/ |
filters.h | 68 /* Apply bandwidth expansion on LPC coef */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
filterbanks.c | 111 [tmp1(N2+LA:-1:LA+1, 1), state1] = filter(Q.coef, Q.coef(end:-1:1), in(N:-2:2)); 112 tmp1(LA:-1:1) = filter(Q.coef, Q.coef(end:-1:1), Q.LookAheadBuf1, state1);
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlFIFO.h | 112 inv_error_t inv_set_linear_accel_filter_coef(float coef);
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Scroller.java | 80 float x, tx, coef; typedefs 83 coef = 3.0f * x * (1.0f - x); 84 tx = coef * ((1.0f - x) * START_TENSION + x * END_TENSION) + x * x * x; 89 final float d = coef + x * x * x;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
joystick.h | 80 __s32 coef[8]; member in struct:js_corr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
joystick.h | 80 __s32 coef[8]; member in struct:js_corr
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
joystick.h | 52 __s32 coef[8]; member in struct:js_corr
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
joystick.h | 52 __s32 coef[8]; member in struct:js_corr
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
joystick.h | 52 __s32 coef[8]; member in struct:js_corr
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
joystick.h | 52 __s32 coef[8]; member in struct:js_corr
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
joystick.h | 52 __s32 coef[8]; member in struct:js_corr
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
joystick.h | 52 __s32 coef[8]; member in struct:js_corr
|
/external/aac/libAACdec/src/ |
pulsedata.h | 137 * \param coef pointer to the spectral data were pulse data should be applied to. 142 FIXP_DBL *coef);
|