#include "dsfDiracEncodeFilter.h"
#include <fstream>
Include dependency graph for DiracEncodeInputPin.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DiracEncodeInputPin |
Defines | |
#define | CLIP3(x, y, z) ((z < x) ? x : ((z > y) ? y : z)) |
|
Definition at line 40 of file DiracEncodeInputPin.h. Referenced by TheoraEncodeInputPin::encodeRGB24toYV12(), and TheoraEncodeInputPin::encodeRGB32toYV12(). |