You're talking about TComPrediction::xPredIntraAng(), right?
That's one big method, with a lot of arguments, and a lot of local variables.
I'm a bit unclear about what you're trying to achieve. Can you be a bit more specific?
Are you wanting to create an object of that class, so that you can call that method, to calculate the values that are passed back as output arguments?
Are you wanting to access the results that have been calculated by a previous run of that project?
Are you wanting to use that algorithm to perform those calculations without creating an object of that class?
Are you wanting to use the value that's stored in one of the local variables in that method during the execution of the method?
Are you wanting to do something else that I haven't thought of?