You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the decode_to_raw_rgb.c example, and the decoding takes a long time. I found that it is calling gpujpeg_huffman_cpu_decoder_decode for decoding, and coder->segment_count = 1. I would like to ask how to configure it to use gpujpeg_huffman_gpu_decoder_decode for decoding in