Home
last modified time | relevance | path

Searched refs:HEVCPredContext (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcpred.h31 typedef struct HEVCPredContext { struct
41 } HEVCPredContext; argument
43 void ff_hevc_pred_init(HEVCPredContext *hpc, int bit_depth);
44 void ff_hevc_pred_init_mips(HEVCPredContext *hpc, int bit_depth);
Dhevcpred.c43 void ff_hevc_pred_init(HEVCPredContext *hpc, int bit_depth) in ff_hevc_pred_init()
Dhevcdec.h524 HEVCPredContext hpc;
/third_party/ffmpeg/libavcodec/mips/
Dhevcpred_init_mips.c26 void ff_hevc_pred_init_mips(HEVCPredContext *c, const int bit_depth) in ff_hevc_pred_init_mips()