Searched defs:PPContext (Results 1 – 1 of 1) sorted by relevance
116 typedef struct PPContext{ struct120 const AVClass *av_class;122 uint8_t *tempBlocks; ///<used for the horizontal code129 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 …]