Definition in file h264pred.h.
Go to the source code of this file.
Classes | |
| struct | H264PredContext |
| Context for storing H.264 prediction functions. More... | |
Functions | |
| void | ff_h264_pred_init (H264PredContext *h, int codec_id) |
| Sets the intra prediction function pointers. | |
| void ff_h264_pred_init | ( | H264PredContext * | h, | |
| int | codec_id | |||
| ) |
Sets the intra prediction function pointers.
Definition at line 1002 of file h264pred.c.
Referenced by clone_tables(), and common_init().
1.5.5