/external/jpeg/ |
D | jccoefct.c | 75 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_iMCU_row() local 102 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_pass_coef() local 145 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in compress_data() local 247 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in compress_first_pass() local 343 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in compress_output() local 407 my_coef_ptr coef; in jinit_c_coef_controller() local
|
D | jdcoefct.c | 82 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_iMCU_row() local 122 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_output_pass() local 149 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in decompress_onepass() local 257 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in consume_data() local 394 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in consume_data_build_huffman_index_baseline() local 454 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in consume_data_build_huffman_index_progressive() local 556 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in decompress_data() local 660 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in smoothing_ok() local 716 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in decompress_smooth_data() local 931 my_coef_ptr coef; in jinit_d_coef_controller() local
|
D | jctrans.c | 230 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_iMCU_row() local 257 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_pass_coef() local 280 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in compress_output() local 366 my_coef_ptr coef; in transencode_coef_controller() local
|
D | jidctflt.c | 60 #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval)) argument
|
D | jidctint.c | 140 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval)) argument
|
D | jidctfst.c | 129 #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval)) argument
|
D | jidctred.c | 109 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval)) argument
|
/external/qemu/distrib/jpeg-6b/ |
D | jccoefct.c | 75 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_iMCU_row() local 102 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_pass_coef() local 145 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in compress_data() local 247 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in compress_first_pass() local 343 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in compress_output() local 407 my_coef_ptr coef; in jinit_c_coef_controller() local
|
D | jdcoefct.c | 82 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_iMCU_row() local 122 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_output_pass() local 149 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in decompress_onepass() local 257 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in consume_data() local 394 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in consume_data_build_huffman_index_baseline() local 454 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in consume_data_build_huffman_index_progressive() local 556 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in decompress_data() local 660 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in smoothing_ok() local 716 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in decompress_smooth_data() local 931 my_coef_ptr coef; in jinit_d_coef_controller() local
|
D | jctrans.c | 230 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_iMCU_row() local 257 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_pass_coef() local 280 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in compress_output() local 366 my_coef_ptr coef; in transencode_coef_controller() local
|
D | jidctflt.c | 60 #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval)) argument
|
D | jidctint.c | 140 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval)) argument
|
D | jidctfst.c | 129 #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval)) argument
|
D | jidctred.c | 109 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval)) argument
|
/external/speex/libspeex/ |
D | lsp_bfin.h | 39 spx_word16_t *coef, /* P or Q coefs in Q13 format */ in cheb_poly_eva()
|
D | lsp.c | 141 spx_word16_t *coef, /* P or Q coefs in Q13 format */ in cheb_poly_eva() 177 static float cheb_poly_eva(spx_word32_t *coef, spx_word16_t x, int m, char *stack) in cheb_poly_eva()
|
D | scal.c | 231 float coef = M_PI*0.075063 * 0.93763 * amount * .8 * 0.707; in speex_decorrelate() local
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_math.h | 125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \ argument 143 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \ argument 283 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \ argument
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_math.h | 125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \ argument 143 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \ argument 283 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \ argument
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_math.h | 125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \ argument 143 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \ argument 283 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \ argument
|
/external/aac/libAACdec/src/ |
D | pulsedata.cpp | 142 FIXP_DBL *coef) /*!< pointer to spectrum */ in CPulseData_Apply()
|
D | ldfiltbank.cpp | 174 const FIXP_WTB *coef; in InvMdctTransformLowDelay_fdk() local
|
D | aacdec_tns.cpp | 185 UCHAR coef,s_mask; in CTns_Read() local
|
/external/webrtc/src/common_audio/signal_processing/ |
D | resample.c | 318 WebRtc_Word16 coef; in WebRtcSpl_DotProdIntToInt() local 364 WebRtc_Word16 coef; in WebRtcSpl_DotProdIntToShort() local
|
D | resample_fractional.c | 155 WebRtc_Word16 coef; in WebRtcSpl_ResampDotProduct() local
|