Home
last modified time | relevance | path

Searched defs:PPContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libpostproc/
Dpostprocess_internal.h116 typedef struct PPContext{ struct
120 const AVClass *av_class;
122 uint8_t *tempBlocks; ///<used for the horizontal code
129 uint64_t *yHistogram;
135 uint8_t *tempBlurred[3];
136 int32_t *tempBlurredPast[3];
139 uint8_t *tempDst;
140 uint8_t *tempSrc;
142 uint8_t *deintTemp;
147 DECLARE_ALIGNED(32, uint64_t, pQPb_block)[4];
[all …]