Home
last modified time | relevance | path

Searched refs:hist_buffer (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pfstools/pfstools-2.1.0/src/hdrhtml/
H A Dhdrhtml.cpp706 unsigned short *hist_buffer = new unsigned short[hist_width*hist_height*3]; in add_image() local
714 hist_buffer[(r*hist_width+k)*3+0] = 0; in add_image()
715 hist_buffer[(r*hist_width+k)*3+1] = (r>=top ? (1<<16) -1 : 0); in add_image()
716 hist_buffer[(r*hist_width+k)*3+2] = 0; in add_image()
729 "RGB", Magick::ShortPixel, hist_buffer ); in add_image()
738 delete []hist_buffer; in add_image()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/HdrHTML/
H A Dhdrhtml.cpp670 unsigned short *hist_buffer = in add_image() local
680 hist_buffer[(r * hist_width + k) * 3 + 0] = 0; in add_image()
681 hist_buffer[(r * hist_width + k) * 3 + 1] = in add_image()
683 hist_buffer[(r * hist_width + k) * 3 + 2] = 0; in add_image()
690 float v = 255.f * (hist_buffer[h] / 65535.f); in add_image()
713 delete[] hist_buffer; in add_image()
/dports/lang/fth/fth-1.4.1/src/
H A Dutils.c1516 static char hist_buffer[FGL_BUFFER + 1]; variable
1553 r = hist_buffer; in repl_expand_history()