/external/libopus/silk/arm/ |
D | NSQ_neon.h | 86 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \ argument 90 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) ((void)arch,silk_NSQ_n… argument 97 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \ argument 108 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) \ argument
|
/external/libopus/silk/ |
D | NSQ.h | 65 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) ((void)arch,si… argument 67 …hape_feedback_loop_c(const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, opus_int … in silk_NSQ_noise_shape_feedback_loop_c() 95 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) ((void)arch,silk_NSQ_n… argument
|
/external/libjpeg-turbo/ |
D | jccoefct.c | 73 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row() local 100 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_pass_coef() local 143 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 | 60 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_output_pass() local 87 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_onepass() local 192 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in consume_data() local 263 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_data() local 354 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in smoothing_ok() local 410 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_smooth_data() local 629 my_coef_ptr coef; in jinit_d_coef_controller() local
|
D | jctrans.c | 242 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row() local 269 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_pass_coef() local 292 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in compress_output() local 378 my_coef_ptr coef; in transencode_coef_controller() local
|
D | jdcoefct.h | 65 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row() local
|
D | jidctflt.c | 64 #define DEQUANTIZE(coef, quantval) (((FAST_FLOAT)(coef)) * (quantval)) argument
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | bw_expand.c | 30 int16_t *coef, /* (i) the bandwidth expansion factor Q15 */ in WebRtcIlbcfix_BwExpand()
|
D | lsf_interpolate_to_poly_enc.c | 32 int16_t coef, /* (i) weighting coefficient to use between in WebRtcIlbcfix_LsfInterpolate2PloyEnc()
|
D | lsf_interpolate_to_poly_dec.c | 31 int16_t coef, /* (i) weighting coefficient to use between in WebRtcIlbcfix_LspInterpolate2PolyDec()
|
D | interpolate.c | 30 int16_t coef, /* (i) weight coefficient in Q14 */ in WebRtcIlbcfix_Interpolate()
|
/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/google-benchmark/src/ |
D | complexity.h | 45 double coef; member
|
/external/libcxx/utils/google-benchmark/src/ |
D | complexity.h | 45 double coef; member
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_math.h | 126 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \ argument 144 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \ argument 284 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \ argument
|
/external/aac/libAACdec/src/ |
D | pulsedata.cpp | 149 FIXP_DBL *coef) /*!< pointer to spectrum */ in CPulseData_Apply()
|
D | ldfiltbank.cpp | 214 const FIXP_WTB *coef; in InvMdctTransformLowDelay_fdk() local
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | resample.c | 318 int16_t coef; in WebRtcSpl_DotProdIntToInt() local 364 int16_t coef; in WebRtcSpl_DotProdIntToShort() local
|
D | resample_fractional.c | 153 int16_t coef; in WebRtcSpl_ResampDotProduct() local
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_frame_scale_neon.c | 176 const uint8x8_t *const coef) { in scale_filter_bilinear() 186 const int16_t *const coef, in scale_plane_2_to_1_general() 302 const int16_t *const coef, in scale_plane_4_to_1_general() 566 const InterpKernel *const coef, in scale_plane_4_to_3_general()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 100 struct tgsi_interp_coef coef[PIPE_MAX_SHADER_INPUTS]; member 463 struct tgsi_interp_coef *coef, in const_coeff() 484 struct tgsi_interp_coef *coef, in tri_linear_coeff() 529 struct tgsi_interp_coef *coef, in tri_persp_coeff() 921 struct tgsi_interp_coef *coef, in line_linear_coeff() 943 struct tgsi_interp_coef *coef, in line_persp_coeff() 1214 struct tgsi_interp_coef *coef, in point_persp_coeff()
|
/external/libldac/src/ |
D | mdct_fixp_ldac.c | 29 INT32 coef, index0, index1, offset; in proc_mdct_core_ldac() local
|
D | mdct_ldac.c | 29 int coef, index0, index1, offset; in proc_mdct_core_ldac() local
|
/external/libxaac/decoder/ |
D | ixheaacd_lt_predict.h | 40 UWORD8 coef; member
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_frame_scale_ssse3.c | 227 const int16_t *const coef, in scale_plane_2_to_1_general() 343 const int16_t *const coef, in scale_plane_4_to_1_general() 450 const InterpKernel *const coef, in scale_plane_4_to_3_general() 676 const int16_t *const coef, in scale_plane_1_to_2_phase_0()
|