Home
last modified time | relevance | path

Searched defs:coef (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djccoefct.c73 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
Djdcoefct.c60 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
Djctrans.c242 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
Djdcoefct.h65 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row() local
Djidctflt.c64 #define DEQUANTIZE(coef, quantval) (((FAST_FLOAT)(coef)) * (quantval)) argument
/third_party/skia/third_party/externals/libjpeg-turbo/
Djccoefct.c73 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
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; in compress_output() local
379 my_coef_ptr coef; in transencode_coef_controller() local
Djdcoefct.c60 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
194 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in consume_data() local
267 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_data() local
361 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in smoothing_ok() local
430 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_smooth_data() local
815 my_coef_ptr coef; in jinit_d_coef_controller() local
Djdcoefct.h66 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row() local
/third_party/libjpeg-turbo/
Djccoefct.c73 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
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; in compress_output() local
379 my_coef_ptr coef; in transencode_coef_controller() local
Djdcoefct.c60 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
194 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in consume_data() local
267 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_data() local
361 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in smoothing_ok() local
430 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_smooth_data() local
815 my_coef_ptr coef; in jinit_d_coef_controller() local
Djdcoefct.h66 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row() local
Djidctflt.c64 #define DEQUANTIZE(coef, quantval) (((FAST_FLOAT)(coef)) * (quantval)) argument
/third_party/ffmpeg/libavfilter/
Dvf_w3fdif.c112 const int16_t *coef, int linesize) in filter_simple_low()
124 const int16_t *coef, int linesize) in filter_complex_low()
139 const int16_t *coef, int linesize) in filter_simple_high()
156 const int16_t *coef, int linesize) in filter_complex_high()
184 const int16_t *coef, int linesize) in filter16_simple_low()
198 const int16_t *coef, int linesize) in filter16_complex_low()
218 const int16_t *coef, int linesize) in filter16_simple_high()
242 const int16_t *coef, int linesize) in filter16_complex_high()
/third_party/ffmpeg/tests/checkasm/
Dh264dsp.c157 static void dct4x4(int16_t *coef, int bit_depth) in dct4x4()
165 static void dct8x8(int16_t *coef, int bit_depth) in dct8x8()
272 int16_t coef[8 * 8 * 2]; in check_idct_multiple() local
/third_party/benchmark/src/
Dcomplexity.h45 double coef; member
/third_party/ffmpeg/libavcodec/
Daacenc_utils.h59 static inline int quant(float coef, const float Q, const float rounding) in quant()
157 static inline uint8_t coef2minsf(float coef) in coef2minsf()
163 static inline uint8_t coef2maxsf(float coef) in coef2maxsf()
Daacenc_tns.c48 static inline int compress_coeffs(int *coef, int order, int c_bits) in compress_coeffs()
147 static inline void quantize_coefs(double *coef, int *idx, float *lpc, int order, in quantize_coefs()
Dac3enc_float.c61 static void clip_coefficients(AudioDSPContext *adsp, float *coef, in clip_coefficients()
Dac3enc_fixed.c55 static void clip_coefficients(AudioDSPContext *adsp, int32_t *coef, in clip_coefficients()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c101 struct tgsi_interp_coef coef[PIPE_MAX_SHADER_INPUTS]; member
407 struct tgsi_interp_coef *coef, in const_coeff()
428 struct tgsi_interp_coef *coef, in tri_linear_coeff()
473 struct tgsi_interp_coef *coef, in tri_persp_coeff()
836 struct tgsi_interp_coef *coef, in line_linear_coeff()
858 struct tgsi_interp_coef *coef, in line_persp_coeff()
1126 struct tgsi_interp_coef *coef, in point_persp_coeff()
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_lms_q15.c80 q31_t coef; /* Temporary variable for coefficient */ in arm_lms_q15() local
Darm_lms_q31.c84 q31_t coef; /* Temporary variable for coef */ in arm_lms_q31() local
/third_party/ffmpeg/libavformat/
Dgenh.c44 unsigned start_offset, header_size, codec, coef_type, coef[2]; in genh_read_header() local

1234