TurboPFor-Integer-Compression icon indicating copy to clipboard operation
TurboPFor-Integer-Compression copied to clipboard

problem about decode

Open zhaojin1997 opened this issue 5 years ago • 1 comments

Hello ! I want to run the decode parts on the GPU, such as the p4nzdec64 function , so I need to separate out this part of the code.However, vp4d.c and vint.c contain so many TEMPLATE functions that it is difficult for me to accurately locate the p4nzdec64 function. So I would like to ask if I want to separate p4nzdec64 from your code, could you give me some suggestions?

zhaojin1997 avatar Nov 20 '20 09:11 zhaojin1997

Maybe you can use the compiler to preprocess the code

spcxtesla avatar Jan 28 '22 07:01 spcxtesla

As spcxtesla stated, you can preprocess the "c" files with the command "gcc -E" to generate a version without the templates

powturbo avatar Mar 13 '23 20:03 powturbo