Searched refs:jround_up (Results 1 – 8 of 8) sorted by relevance
/external/jpeg/ |
D | jutils.c | 81 jround_up (long a, long b) in jround_up() function
|
D | jccoefct.c | 427 (JDIMENSION) jround_up((long) compptr->width_in_blocks, in jinit_c_coef_controller() 429 (JDIMENSION) jround_up((long) compptr->height_in_blocks, in jinit_c_coef_controller()
|
D | transupp.c | 603 (JDIMENSION) jround_up((long) compptr->width_in_blocks, in jtransform_request_workspace() 605 (JDIMENSION) jround_up((long) compptr->height_in_blocks, in jtransform_request_workspace() 625 (JDIMENSION) jround_up((long) compptr->height_in_blocks, in jtransform_request_workspace() 627 (JDIMENSION) jround_up((long) compptr->width_in_blocks, in jtransform_request_workspace()
|
D | jpegint.h | 354 #define jround_up jRound macro 404 EXTERN(long) jround_up JPP((long a, long b));
|
D | jcmainct.c | 273 (JDIMENSION) jround_up((long) compptr->height_in_blocks, in jinit_c_main_controller()
|
D | jdcoefct.c | 961 (JDIMENSION) jround_up((long) compptr->width_in_blocks, in jinit_d_coef_controller() 1011 (JDIMENSION) jround_up((long) compptr->width_in_blocks, in jinit_d_coef_controller() 1013 (JDIMENSION) jround_up((long) compptr->height_in_blocks, in jinit_d_coef_controller()
|
D | jdpostct.c | 276 (JDIMENSION) jround_up((long) cinfo->output_height, in jinit_d_post_controller()
|
D | jdsample.c | 473 (JDIMENSION) jround_up((long) cinfo->output_width, in jinit_upsampler()
|