post 368 3rdparty/libjpeg/jdmainct.c (*cinfo->post->post_process_data) (cinfo, mainp->buffer, post 409 3rdparty/libjpeg/jdmainct.c (*cinfo->post->post_process_data) (cinfo, mainp->xbuffer[mainp->whichptr], post 431 3rdparty/libjpeg/jdmainct.c (*cinfo->post->post_process_data) (cinfo, mainp->xbuffer[mainp->whichptr], post 464 3rdparty/libjpeg/jdmainct.c (*cinfo->post->post_process_data) (cinfo, (JSAMPIMAGE) NULL, post 421 3rdparty/libjpeg/jdmaster.c (*cinfo->post->start_pass) (cinfo, JBUF_CRANK_DEST); post 446 3rdparty/libjpeg/jdmaster.c (*cinfo->post->start_pass) (cinfo, post 75 3rdparty/libjpeg/jdpostct.c my_post_ptr post = (my_post_ptr) cinfo->post; post 81 3rdparty/libjpeg/jdpostct.c post->pub.post_process_data = post_process_1pass; post 86 3rdparty/libjpeg/jdpostct.c if (post->buffer == NULL) { post 87 3rdparty/libjpeg/jdpostct.c post->buffer = (*cinfo->mem->access_virt_sarray) post 88 3rdparty/libjpeg/jdpostct.c ((j_common_ptr) cinfo, post->whole_image, post 89 3rdparty/libjpeg/jdpostct.c (JDIMENSION) 0, post->strip_height, TRUE); post 95 3rdparty/libjpeg/jdpostct.c post->pub.post_process_data = cinfo->upsample->upsample; post 101 3rdparty/libjpeg/jdpostct.c if (post->whole_image == NULL) post 103 3rdparty/libjpeg/jdpostct.c post->pub.post_process_data = post_process_prepass; post 107 3rdparty/libjpeg/jdpostct.c if (post->whole_image == NULL) post 109 3rdparty/libjpeg/jdpostct.c post->pub.post_process_data = post_process_2pass; post 116 3rdparty/libjpeg/jdpostct.c post->starting_row = post->next_row = 0; post 132 3rdparty/libjpeg/jdpostct.c my_post_ptr post = (my_post_ptr) cinfo->post; post 138 3rdparty/libjpeg/jdpostct.c if (max_rows > post->strip_height) post 139 3rdparty/libjpeg/jdpostct.c max_rows = post->strip_height; post 143 3rdparty/libjpeg/jdpostct.c post->buffer, &num_rows, max_rows); post 146 3rdparty/libjpeg/jdpostct.c post->buffer, output_buf + *out_row_ctr, (int) num_rows); post 164 3rdparty/libjpeg/jdpostct.c my_post_ptr post = (my_post_ptr) cinfo->post; post 168 3rdparty/libjpeg/jdpostct.c if (post->next_row == 0) { post 169 3rdparty/libjpeg/jdpostct.c post->buffer = (*cinfo->mem->access_virt_sarray) post 170 3rdparty/libjpeg/jdpostct.c ((j_common_ptr) cinfo, post->whole_image, post 171 3rdparty/libjpeg/jdpostct.c post->starting_row, post->strip_height, TRUE); post 175 3rdparty/libjpeg/jdpostct.c old_next_row = post->next_row; post 178 3rdparty/libjpeg/jdpostct.c post->buffer, &post->next_row, post->strip_height); post 182 3rdparty/libjpeg/jdpostct.c if (post->next_row > old_next_row) { post 183 3rdparty/libjpeg/jdpostct.c num_rows = post->next_row - old_next_row; post 184 3rdparty/libjpeg/jdpostct.c (*cinfo->cquantize->color_quantize) (cinfo, post->buffer + old_next_row, post 190 3rdparty/libjpeg/jdpostct.c if (post->next_row >= post->strip_height) { post 191 3rdparty/libjpeg/jdpostct.c post->starting_row += post->strip_height; post 192 3rdparty/libjpeg/jdpostct.c post->next_row = 0; post 208 3rdparty/libjpeg/jdpostct.c my_post_ptr post = (my_post_ptr) cinfo->post; post 212 3rdparty/libjpeg/jdpostct.c if (post->next_row == 0) { post 213 3rdparty/libjpeg/jdpostct.c post->buffer = (*cinfo->mem->access_virt_sarray) post 214 3rdparty/libjpeg/jdpostct.c ((j_common_ptr) cinfo, post->whole_image, post 215 3rdparty/libjpeg/jdpostct.c post->starting_row, post->strip_height, FALSE); post 219 3rdparty/libjpeg/jdpostct.c num_rows = post->strip_height - post->next_row; /* available in strip */ post 224 3rdparty/libjpeg/jdpostct.c max_rows = cinfo->output_height - post->starting_row; post 230 3rdparty/libjpeg/jdpostct.c post->buffer + post->next_row, output_buf + *out_row_ctr, post 235 3rdparty/libjpeg/jdpostct.c post->next_row += num_rows; post 236 3rdparty/libjpeg/jdpostct.c if (post->next_row >= post->strip_height) { post 237 3rdparty/libjpeg/jdpostct.c post->starting_row += post->strip_height; post 238 3rdparty/libjpeg/jdpostct.c post->next_row = 0; post 252 3rdparty/libjpeg/jdpostct.c my_post_ptr post; post 254 3rdparty/libjpeg/jdpostct.c post = (my_post_ptr) post 257 3rdparty/libjpeg/jdpostct.c cinfo->post = (struct jpeg_d_post_controller *) post; post 258 3rdparty/libjpeg/jdpostct.c post->pub.start_pass = start_pass_dpost; post 259 3rdparty/libjpeg/jdpostct.c post->whole_image = NULL; /* flag for no virtual arrays */ post 260 3rdparty/libjpeg/jdpostct.c post->buffer = NULL; /* flag for no strip buffer */ post 268 3rdparty/libjpeg/jdpostct.c post->strip_height = (JDIMENSION) cinfo->max_v_samp_factor; post 273 3rdparty/libjpeg/jdpostct.c post->whole_image = (*cinfo->mem->request_virt_sarray) post 277 3rdparty/libjpeg/jdpostct.c (long) post->strip_height), post 278 3rdparty/libjpeg/jdpostct.c post->strip_height); post 284 3rdparty/libjpeg/jdpostct.c post->buffer = (*cinfo->mem->alloc_sarray) post 287 3rdparty/libjpeg/jdpostct.c post->strip_height); post 674 3rdparty/libjpeg/jpeglib.h struct jpeg_d_post_controller * post; post 141 3rdparty/openexr/IlmImf/ImfOutputFile.cpp void post () {_sem.post();} post 468 3rdparty/openexr/IlmImf/ImfOutputFile.cpp _lineBuffer->post (); post 1026 3rdparty/openexr/IlmImf/ImfOutputFile.cpp writeBuffer->post(); post 1054 3rdparty/openexr/IlmImf/ImfOutputFile.cpp writeBuffer->post(); post 147 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp inline void post () {_sem.post();} post 440 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp _lineBuffer->post (); post 634 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp lineBuffer->post();\ post 648 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp lineBuffer->post(); post 150 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp inline void post () {_sem.post();} post 438 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp _tileBuffer->post (); post 620 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp tileBuffer->post(); post 204 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp inline void post () {_sem.post();} post 688 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp _tileBuffer->post (); post 1205 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp writeBuffer->post(); post 126 3rdparty/openexr/IlmThread/IlmThreadPool.cpp _data->threadSemaphore.post(); post 206 3rdparty/openexr/IlmThread/IlmThreadPool.cpp isEmpty.post (); post 246 3rdparty/openexr/IlmThread/IlmThreadPool.cpp taskSemaphore.post(); post 431 3rdparty/openexr/IlmThread/IlmThreadPool.cpp _data->taskSemaphore.post (); post 71 3rdparty/openexr/IlmThread/IlmThreadSemaphore.h void post();