PPContext Struct Reference

#include <postprocess_internal.h>

List of all members.


Detailed Description

postprocess context.

Definition at line 125 of file postprocess_internal.h.


Public Member Functions

 DECLARE_ALIGNED (8, uint64_t, packedYOffset)
 DECLARE_ALIGNED (8, uint64_t, packedYScale)
 DECLARE_ALIGNED (8, uint64_t, pQPb)
 DECLARE_ALIGNED (8, uint64_t, pQPb2)
 DECLARE_ALIGNED (8, uint64_t, mmxDcOffset[64])
 DECLARE_ALIGNED (8, uint64_t, mmxDcThreshold[64])

Public Attributes

AVClassav_class
 info on struct for av_log
uint8_t * tempBlocks
 used for the horizontal code
uint64_tyHistogram
 luma histogram.
uint8_t * tempBlured [3]
 Temporal noise reducing buffers.
int32_ttempBluredPast [3]
uint8_t * tempDst
 Temporary buffers for handling the last row(s).
uint8_t * tempSrc
uint8_t * deintTemp
QP_STORE_T * stdQPTable
 used to fix MPEG2 style qscale
QP_STORE_T * nonBQPTable
QP_STORE_T * forcedQPTable
int QP
int nonBQP
int frameNum
int cpuCaps
int qpStride
 size of qp buffers (needed to realloc them if needed)
int stride
 size of some buffers (needed to realloc them if needed)
int hChromaSubSample
int vChromaSubSample
PPMode ppMode

Member Function Documentation

PPContext::DECLARE_ALIGNED ( ,
uint64_t  ,
packedYOffset   
)

PPContext::DECLARE_ALIGNED ( ,
uint64_t  ,
packedYScale   
)

PPContext::DECLARE_ALIGNED ( ,
uint64_t  ,
pQPb   
)

PPContext::DECLARE_ALIGNED ( ,
uint64_t  ,
pQPb2   
)

PPContext::DECLARE_ALIGNED ( ,
uint64_t  ,
mmxDcOffset  [64] 
)

PPContext::DECLARE_ALIGNED ( ,
uint64_t  ,
mmxDcThreshold  [64] 
)


Member Data Documentation

info on struct for av_log

Definition at line 129 of file postprocess_internal.h.

Referenced by pp_get_context().

used for the horizontal code

Definition at line 131 of file postprocess_internal.h.

Referenced by pp_free_context(), and reallocBuffers().

luma histogram.

we need 64bit here otherwise we'll going to have a problem after watching a black picture for 5 hours

Definition at line 138 of file postprocess_internal.h.

Referenced by pp_free_context(), and reallocBuffers().

uint8_t* PPContext::tempBlured[3]

Temporal noise reducing buffers.

Definition at line 144 of file postprocess_internal.h.

Referenced by pp_free_context(), and reallocBuffers().

Definition at line 145 of file postprocess_internal.h.

Referenced by pp_free_context(), and reallocBuffers().

Temporary buffers for handling the last row(s).

Definition at line 148 of file postprocess_internal.h.

Referenced by pp_free_context(), and reallocBuffers().

Definition at line 149 of file postprocess_internal.h.

Referenced by pp_free_context(), and reallocBuffers().

Definition at line 151 of file postprocess_internal.h.

Referenced by pp_free_context(), and reallocBuffers().

QP_STORE_T* PPContext::stdQPTable

used to fix MPEG2 style qscale

Definition at line 159 of file postprocess_internal.h.

Referenced by pp_free_context(), pp_postprocess(), and reallocBuffers().

Definition at line 160 of file postprocess_internal.h.

Referenced by pp_free_context(), pp_postprocess(), and reallocBuffers().

Definition at line 161 of file postprocess_internal.h.

Referenced by pp_free_context(), pp_postprocess(), and reallocBuffers().

Definition at line 166 of file postprocess_internal.h.

Referenced by pp_get_context().

Definition at line 168 of file postprocess_internal.h.

Referenced by postProcess(), and pp_get_context().

size of qp buffers (needed to realloc them if needed)

Definition at line 170 of file postprocess_internal.h.

Referenced by pp_postprocess(), and reallocBuffers().

size of some buffers (needed to realloc them if needed)

Definition at line 171 of file postprocess_internal.h.

Referenced by pp_postprocess(), and reallocBuffers().

Definition at line 173 of file postprocess_internal.h.

Referenced by pp_get_context(), and pp_postprocess().

Definition at line 174 of file postprocess_internal.h.

Referenced by pp_get_context(), and pp_postprocess().


The documentation for this struct was generated from the following file:

Generated on Sat Dec 18 05:16:09 2010 for MythTV by  doxygen 1.5.5