/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
|
/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 | mips_jidctfst.c | 131 #define DEQUANTIZE(coef,quantval) (((IFAST_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()
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
D | SkylineInplaceLU.h | 141 const double coef = lIt.value(); in compute() local 159 const double coef = lIt3.value(); in compute() local 174 const double coef = lIt2.value(); in compute() local
|
/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/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-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/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
|
/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
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 100 struct tgsi_interp_coef coef[PIPE_MAX_SHADER_INPUTS]; member 462 struct tgsi_interp_coef *coef, in const_coeff() 483 struct tgsi_interp_coef *coef, in tri_linear_coeff() 536 struct tgsi_interp_coef *coef, in tri_persp_coeff() 901 struct tgsi_interp_coef *coef, in line_linear_coeff() 923 struct tgsi_interp_coef *coef, in line_persp_coeff() 1179 struct tgsi_interp_coef *coef, in point_persp_coeff()
|
D | sp_fs_exec.c | 84 setup_pos_vector(const struct tgsi_interp_coef *coef, in setup_pos_vector()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 100 struct tgsi_interp_coef coef[PIPE_MAX_SHADER_INPUTS]; member 462 struct tgsi_interp_coef *coef, in const_coeff() 483 struct tgsi_interp_coef *coef, in tri_linear_coeff() 536 struct tgsi_interp_coef *coef, in tri_persp_coeff() 901 struct tgsi_interp_coef *coef, in line_linear_coeff() 923 struct tgsi_interp_coef *coef, in line_persp_coeff() 1179 struct tgsi_interp_coef *coef, in point_persp_coeff()
|
D | sp_fs_exec.c | 84 setup_pos_vector(const struct tgsi_interp_coef *coef, in setup_pos_vector()
|
/external/eigen/bench/btl/libs/ublas/ |
D | ublas_interface.hh | 99 static inline void axpy_slow(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy_slow() 117 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy()
|
/external/chromium_org/third_party/opus/src/silk/ |
D | VAD.c | 306 opus_int coef, min_coef; in silk_VAD_GetNoiseLevels() local
|