Home
last modified time | relevance | path

Searched refs:jround_up (Results 1 – 19 of 19) sorted by relevance

/external/libjpeg-turbo/
Djutils.c84 jround_up (long a, long b) in jround_up() function
Djccoefct.c427 (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()
Djdpostct.c276 (JDIMENSION) jround_up((long) cinfo->output_height, in jinit_d_post_controller()
Djdcoefct.c661 (JDIMENSION) jround_up((long) compptr->width_in_blocks, in jinit_d_coef_controller()
663 (JDIMENSION) jround_up((long) compptr->height_in_blocks, in jinit_d_coef_controller()
Djpegint.h345 EXTERN(long) jround_up (long a, long b);
Djdsample.c512 (JDIMENSION) jround_up((long) cinfo->output_width, in jinit_upsampler()
/external/libjpeg-turbo/win/
Djpeg7.def103 jround_up @ 102 ;
Djpeg62-memsrcdst.def101 jround_up @ 100 ;
Djpeg7-memsrcdst.def103 jround_up @ 102 ;
Djpeg62.def101 jround_up @ 100 ;
Djpeg8.def106 jround_up @ 105 ;
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jutils.c81 jround_up (long a, long b) in jround_up() function
Dfpdfapi_jccoefct.c427 (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()
Djpegint.h324 #define jround_up jRound macro
372 EXTERN(long) jround_up JPP((long a, long b));
Dfpdfapi_jcmainct.c273 (JDIMENSION) jround_up((long) compptr->height_in_blocks, in jinit_c_main_controller()
Dfpdfapi_jdpostct.c276 (JDIMENSION) jround_up((long) cinfo->output_height, in jinit_d_post_controller()
Dfpdfapi_jdcoefct.c709 (JDIMENSION) jround_up((long) compptr->width_in_blocks, in jinit_d_coef_controller()
711 (JDIMENSION) jround_up((long) compptr->height_in_blocks, in jinit_d_coef_controller()
Djpeglib.h115 #define jround_up FOXIT_PREFIX(jround_up) macro
Dfpdfapi_jdsample.c473 (JDIMENSION) jround_up((long) cinfo->output_width, in jinit_upsampler()