Home
last modified time | relevance | path

Searched refs:TLC_JPEG (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libfpx/libfpx-1.3.1-10/ri_image/
H A Dcompress.cpp108 lesCodecs[TLC_JPEG] = new PCompressorJPEG; in obj_TousLesCodecs()
H A Dri_libio.h84 TLC_JPEG = 7, // FPX JPEG Compression enumerator
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dptil_fpx.cpp192 index = TLC_JPEG; in ConvertCompressionOption()
432 case TLC_JPEG: // JPEG compression in Write()
846 case TLC_JPEG: { // JPEG decompression in ReadRawPixels()
H A Dfpxlibio.cpp688 jpegCompressor = (*tousLesCodecs)[TLC_JPEG]; in FPX_CreateJPEGTableGroup()