mavrick_264
23rd December 2013, 12:23
Hi,
I want to travese the x264 code from the encode_frame ( ) function till i reach the function x264_me_search_ref ( ).
However during the setpwise debuggging the code exits from the function x264_me_search_ref ( ) back to the encode_frame ( ) after and prints the status on the command prompt.
i am unable to go to the motion estimation part of the code. I intend to modify that for some of my own ideas. Can anybody tell which what will the path of the function calls so that i can systematically reach till x264_me_search_ref ( )?
Thanks.
I want to travese the x264 code from the encode_frame ( ) function till i reach the function x264_me_search_ref ( ).
However during the setpwise debuggging the code exits from the function x264_me_search_ref ( ) back to the encode_frame ( ) after and prints the status on the command prompt.
i am unable to go to the motion estimation part of the code. I intend to modify that for some of my own ideas. Can anybody tell which what will the path of the function calls so that i can systematically reach till x264_me_search_ref ( )?
Thanks.