Home
last modified time | relevance | path

Searched defs:coef (Results 1 - 25 of 45) sorted by relevance

12

/third_party/benchmark/src/
H A Dcomplexity.h45 double coef; member
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdcoefct.h66 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row() local
H A Djdapistd.c405 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in GLOBAL() local
H A Djccoefct.c73 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; variable
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; METHODDEF() local
247 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; METHODDEF() local
343 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; METHODDEF() local
407 my_coef_ptr coef; jinit_c_coef_controller() local
[all...]
H A Djctrans.c243 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row() local
270 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_pass_coef() local
293 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; METHODDEF() local
379 my_coef_ptr coef; transencode_coef_controller() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dgenh.c44 unsigned start_offset, header_size, codec, coef_type, coef[2]; in genh_read_header() local
/third_party/ffmpeg/libavcodec/
H A Dac3enc_float.c53 static void clip_coefficients(AudioDSPContext *adsp, float *coef, in clip_coefficients() argument
H A Dac3enc_fixed.c47 static void clip_coefficients(AudioDSPContext *adsp, int32_t *coef, in clip_coefficients() argument
H A Daacenc_quantization.h144 int coef = av_clip_uintp2(quant(fabsf(in[i+j]), Q, ROUNDING), 13); in quantize_and_encode_band_cost_template() local
H A Daacenc_tns.c48 static inline int compress_coeffs(int *coef, int order, int c_bits) in compress_coeffs() argument
147 static inline void quantize_coefs(double *coef, int *idx, float *lpc, int order, in quantize_coefs() argument
H A Daacenc_utils.h59 static inline int quant(float coef, const float Q, const float rounding) in quant() argument
157 static inline uint8_t coef2minsf(float coef) in coef2minsf() argument
163 static inline uint8_t coef2maxsf(float coef) in coef2maxsf() argument
H A Daacdec_fixed.c155 int i, coef; in vector_pow43() local
281 static av_always_inline void predict(PredictorState *ps, int *coef, in predict() argument
[all...]
H A Dac3dsp.c131 static void ac3_extract_exponents_c(uint8_t *exp, int32_t *coef, int nb_coefs) in ac3_extract_exponents_c() argument
H A Dtruespeech.c202 int coef; in truespeech_place_pulses() local
H A Daacenc_pred.c64 static inline void predict(PredictorState *ps, float *coef, float *rcoef, int set) in predict() argument
H A Daacdec.c178 static av_always_inline void predict(PredictorState *ps, float *coef, in predict() argument
/third_party/alsa-utils/topology/nhlt/intel/dmic/
H A Dpdm-decim-fir.h21 const int32_t *coef; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c77 setup_pos_vector(const struct tgsi_interp_coef *coef, in setup_pos_vector() argument
H A Dsp_quad.h106 const struct tgsi_interp_coef *coef; member
/third_party/ffmpeg/tests/checkasm/
H A Dh264dsp.c158 dct4x4(int16_t *coef, int bit_depth) dct4x4() argument
166 dct8x8(int16_t *coef, int bit_depth) dct8x8() argument
273 int16_t coef[8 * 8 * 2]; check_idct_multiple() local
[all...]
H A Dvp8dsp.c46 static void dct4x4(int16_t *coef) in dct4x4() argument
71 wht4x4(int16_t *coef) wht4x4() argument
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dscal.c235 float coef = M_PI*0.075063 * 0.93763 * amount * .8 * 0.707; in speex_decorrelate() local
/third_party/ffmpeg/libavfilter/
H A Daf_afreqshift.c232 const double coef = (1 - x) / (1 + x); in compute_coef() local
H A Dvf_hqdn3d.c51 static uint32_t lowpass(int prev, int cur, int16_t *coef, int depth) in lowpass() argument
H A Dvf_w3fdif.c102 filter_simple_low(int32_t *work_line, uint8_t *in_lines_cur[2], const int16_t *coef, int linesize) filter_simple_low() argument
114 filter_complex_low(int32_t *work_line, uint8_t *in_lines_cur[4], const int16_t *coef, int linesize) filter_complex_low() argument
128 filter_simple_high(int32_t *work_line, uint8_t *in_lines_cur[3], uint8_t *in_lines_adj[3], const int16_t *coef, int linesize) filter_simple_high() argument
145 filter_complex_high(int32_t *work_line, uint8_t *in_lines_cur[5], uint8_t *in_lines_adj[5], const int16_t *coef, int linesize) filter_complex_high() argument
174 filter16_simple_low(int32_t *work_line, uint8_t *in_lines_cur8[2], const int16_t *coef, int linesize) filter16_simple_low() argument
188 filter16_complex_low(int32_t *work_line, uint8_t *in_lines_cur8[4], const int16_t *coef, int linesize) filter16_complex_low() argument
207 filter16_simple_high(int32_t *work_line, uint8_t *in_lines_cur8[3], uint8_t *in_lines_adj8[3], const int16_t *coef, int linesize) filter16_simple_high() argument
231 filter16_complex_high(int32_t *work_line, uint8_t *in_lines_cur8[5], uint8_t *in_lines_adj8[5], const int16_t *coef, int linesize) filter16_complex_high() argument
[all...]

Completed in 15 milliseconds

12