[x264-devel] Looking for x264_8_encoder_encode function definition

Henrik Gramner henrik at gramner.com
Sun Sep 30 17:52:08 CEST 2018


On Sun, Sep 30, 2018 at 5:42 PM Ali Shirvani <aj.shirvani at gmail.com> wrote:
>
> Hi everyone,
>
> I'm started to read x264 source code to learn more about video codec implementation. I started from encoder implementation. In the x264 source code, I reached `x264_8_encoder_encode` function deceleration, but I couldn't find it definition.
>
> One of my friends suggest that may be this function generates by some macro, I also build the x264 but there is no function definition with that name.
>
> would you please help me to locate `x264_8_encoder_encode` definition?

The _8_ is due to bit-depth templating. Look for x264_encoder_encode.


More information about the x264-devel mailing list