Go to the source code of this file.
#define SET_CHROMA |
( |
|
depth | ) |
|
Value:c->put_h264_chroma_pixels_tab[0] = put_h264_chroma_mc8_ ##
depth ## _c;
\
c->put_h264_chroma_pixels_tab[1] = put_h264_chroma_mc4_ ##
depth ## _c;
\
c->put_h264_chroma_pixels_tab[2] = put_h264_chroma_mc2_ ##
depth ## _c;
\
c->put_h264_chroma_pixels_tab[3] = put_h264_chroma_mc1_ ##
depth ## _c;
\
c->avg_h264_chroma_pixels_tab[0] = avg_h264_chroma_mc8_ ##
depth ## _c;
\
c->avg_h264_chroma_pixels_tab[1] = avg_h264_chroma_mc4_ ##
depth ## _c;
\
c->avg_h264_chroma_pixels_tab[2] = avg_h264_chroma_mc2_ ##
depth ## _c;
\
c->avg_h264_chroma_pixels_tab[3] = avg_h264_chroma_mc1_ ##
depth ## _c; \
Definition at line 31 of file h264chroma.c.
Referenced by ff_h264chroma_init().