| /external/libopus/silk/arm/ |
| LPC_inv_pred_gain_neon_intr.c | 78 /* Set RC equal to negated AR coef */ 171 /* Set RC equal to negated AR coef */
|
| /external/libxaac/decoder/ |
| ixheaacd_pns_js_thumb.c | 203 WORD8 *ptr_coef = (WORD8 *)filter->coef; 226 WORD8 *ptr_coef = (WORD8 *)filter->coef;
|
| ixheaacd_channelinfo.h | 78 WORD8 coef[MAX_ORDER]; member in struct:__anon26488
|
| ixheaacd_main.h | 113 FLOAT32 *coef[MAX_NUM_CHANNELS]; member in struct:ia_usac_data_main_struct
|
| /external/syslinux/com32/lib/jpeg/ |
| jidctflt.c | 81 #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval))
|
| tinyjpeg-internal.h | 75 short int DCT[64]; /* DCT coef */
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
| entropy_coding.h | 79 /* decode & dequantize LPC Coef */ 88 /* quantize & code LPC Coef */
|
| /frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
| levinson.c | 119 Word16 Ah[M + 1], Al[M + 1]; /* LPC coef. in double prec. */ 120 Word16 Anh[M + 1], Anl[M + 1]; /* LPC coef.for next iteration in double prec. */
|
| /external/kernel-headers/original/uapi/linux/ |
| omap3isp.h | 501 * @coef3: White balance gain - COEF 3 (U8Q5). 502 * @coef2: White balance gain - COEF 2 (U8Q5). 503 * @coef1: White balance gain - COEF 1 (U8Q5). 504 * @coef0: White balance gain - COEF 0 (U8Q5).
|
| /external/libjpeg-turbo/ |
| jcapistd.c | 154 if (! (*cinfo->coef->compress_data) (cinfo, data)) {
|
| jcmainct.c | 100 if (! (*cinfo->coef->compress_data) (cinfo, main_ptr->buffer)) {
|
| jdphuff.c | 37 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */ 548 if (s != 1) /* size of new coef should always be 1 */ 552 s = p1; /* newly nonzero coef is positive */ 554 s = m1; /* newly nonzero coef is negative */
|
| jcarith.c | 37 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */ 645 if (v >> 1) /* previously nonzero coef */ 647 else { /* newly nonzero coef */ 656 if (v >> 1) /* previously nonzero coef */ 658 else { /* newly nonzero coef */
|
| jidctred.c | 112 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
|
| /external/libxaac/decoder/armv7/ |
| ixheaacd_function_selector_arm_non_neon.c | 164 (WORD32 *coef, WORD16 *out, WORD16 q_shift,
|
| ixheaacd_function_selector_armv7.c | 169 (WORD32 *coef, WORD16 *out, WORD16 q_shift,
|
| /external/libxaac/decoder/armv8/ |
| ixheaacd_function_selector_armv8.c | 168 (WORD32 *coef, WORD16 *out, WORD16 q_shift,
|
| /external/libxaac/decoder/generic/ |
| ixheaacd_function_selector_generic.c | 169 (WORD32 *coef, WORD16 *out, WORD16 q_shift,
|
| /external/libxaac/decoder/x86/ |
| ixheaacd_function_selector_x86.c | 168 (WORD32 *coef, WORD16 *out, WORD16 q_shift,
|
| /external/libxaac/decoder/x86_64/ |
| ixheaacd_function_selector_x86_64.c | 168 (WORD32 *coef, WORD16 *out, WORD16 q_shift,
|
| /external/mesa3d/src/gallium/drivers/softpipe/ |
| sp_quad_fs.c | 124 machine->InterpCoefs = quads[0]->coef;
|
| /external/opencv/ml/src/ |
| mlsvm.cpp | 150 else if( param_id == CvSVM::COEF ) 1613 double gamma = 0, C = 0, degree = 0, coef = 0, p = 0, nu = 0; local [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
| omap3isp.h | 498 * @coef3: White balance gain - COEF 3 (U8Q5). 499 * @coef2: White balance gain - COEF 2 (U8Q5). 500 * @coef1: White balance gain - COEF 1 (U8Q5). 501 * @coef0: White balance gain - COEF 0 (U8Q5).
|
| /external/libopus/celt/ |
| celt_decoder.c | 220 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef, 233 deemphasis_stereo_simple(in, pcm, N, coef[0], mem); 242 coef0 = coef[0]; 252 if (coef[1] != 0) 254 opus_val16 coef1 = coef[1]; 255 opus_val16 coef3 = coef[3]; [all...] |
| /external/aac/libAACenc/src/ |
| aacenc_tns.h | 206 INT coef[TRANS_FAC][MAX_NUM_OF_FILTERS][TNS_MAX_ORDER]; member in struct:__anon13651
|