Searched defs:coef (Results 1 – 13 of 13) sorted by relevance
76 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_iMCU_row() local103 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_pass_coef() local146 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in compress_data() local251 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in compress_first_pass() local348 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in compress_output() local412 my_coef_ptr coef; in jinit_c_coef_controller() local
83 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_iMCU_row() local123 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_output_pass() local150 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in decompress_onepass() local248 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in consume_data() local319 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in decompress_data() local409 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in smoothing_ok() local465 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in decompress_smooth_data() local680 my_coef_ptr coef; in jinit_d_coef_controller() local
227 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_iMCU_row() local254 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in start_pass_coef() local277 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; in compress_output() local363 my_coef_ptr coef; in transencode_coef_controller() local
61 #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval)) argument
130 #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval)) argument
446 struct jpeg_c_coef_controller * coef; member680 struct jpeg_d_coef_controller * coef; member
163 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval)) argument
81 q31_t coef; /* Teporary variable for coefficient */ in arm_lms_q15() local
84 q31_t coef; /* Temporary variable for coef */ in arm_lms_q31() local
90 q31_t coef; /* Teporary variable for coefficient */ in arm_lms_norm_q15() local
91 q31_t coef; /* Temporary variable for coef */ in arm_lms_norm_q31() local
62 int coef[3]; member
Completed in 30 milliseconds