#include <stdint.h>
#include "dsputil.h"
Go to the source code of this file.
Data Structures | |
| struct | H264DSPContext |
| Context for storing H.264 DSP functions. More... | |
Typedefs | |
| typedef void(* | h264_weight_func )(uint8_t *block, int stride, int log2_denom, int weight, int offset) |
| typedef void(* | h264_biweight_func )(uint8_t *dst, uint8_t *src, int stride, int log2_denom, int weightd, int weights, int offset) |
Functions | |
| void | ff_h264dsp_init (H264DSPContext *c) |
| void | ff_h264dsp_init_arm (H264DSPContext *c) |
| void | ff_h264dsp_init_ppc (H264DSPContext *c) |
| void | ff_h264dsp_init_x86 (H264DSPContext *c) |
Definition in file h264dsp.h.
| typedef void(* h264_biweight_func)(uint8_t *dst, uint8_t *src, int stride, int log2_denom, int weightd, int weights, int offset) |
| typedef void(* h264_weight_func)(uint8_t *block, int stride, int log2_denom, int weight, int offset) |
| void ff_h264dsp_init | ( | H264DSPContext * | c | ) |
| void ff_h264dsp_init_arm | ( | H264DSPContext * | c | ) |
| void ff_h264dsp_init_ppc | ( | H264DSPContext * | c | ) |
| void ff_h264dsp_init_x86 | ( | H264DSPContext * | c | ) |
Referenced by ff_h264dsp_init().
1.5.8