| 
    FFmpeg
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | BIT_DEPTH 8 | 
| #define | BIT_DEPTH 9 | 
| #define | BIT_DEPTH 10 | 
| #define | BIT_DEPTH 12 | 
| #define | FUNC(a, depth) a ## _ ## depth | 
| #define | HEVC_PRED(depth) | 
Functions | |
| void | ff_hevc_pred_init (HEVCPredContext *hpc, int bit_depth) | 
| #define BIT_DEPTH 8 | 
Definition at line 39 of file hevcpred.c.
| #define BIT_DEPTH 9 | 
Definition at line 39 of file hevcpred.c.
| #define BIT_DEPTH 10 | 
Definition at line 39 of file hevcpred.c.
| #define BIT_DEPTH 12 | 
Definition at line 39 of file hevcpred.c.
| #define HEVC_PRED | ( | depth | ) | 
Referenced by ff_hevc_pred_init().
| void ff_hevc_pred_init | ( | HEVCPredContext * | hpc, | 
| int | bit_depth | ||
| ) | 
Definition at line 43 of file hevcpred.c.
Referenced by set_sps().
 1.8.6