Home
last modified time | relevance | path

Searched refs:my_coef_ptr (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/
Djccoefct.c57 typedef my_coef_controller *my_coef_ptr; typedef
73 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row()
100 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_pass_coef()
143 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in compress_data()
247 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in compress_first_pass()
343 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in compress_output()
407 my_coef_ptr coef; in jinit_c_coef_controller()
409 coef = (my_coef_ptr) in jinit_c_coef_controller()
Djctrans.c236 typedef my_coef_controller *my_coef_ptr; typedef
243 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row()
270 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_pass_coef()
293 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in compress_output()
379 my_coef_ptr coef; in transencode_coef_controller()
383 coef = (my_coef_ptr) in transencode_coef_controller()
Djdcoefct.h59 typedef my_coef_controller *my_coef_ptr; typedef
66 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row()
Djdcoefct.c60 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_output_pass()
87 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_onepass()
194 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in consume_data()
267 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_data()
361 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in smoothing_ok()
430 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_smooth_data()
815 my_coef_ptr coef; in jinit_d_coef_controller()
817 coef = (my_coef_ptr) in jinit_d_coef_controller()
Djdapistd.c405 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in jpeg_skip_scanlines()