exports_com |
|
381 |
exports_dec |
|
254 |
exports_enc |
|
273 |
internal |
|
|
src |
|
|
vp8.h |
!\defgroup vp8 VP8
\ingroup codecs
VP8 is a video compression algorithm that uses motion
compensated prediction, Discrete Cosine Transform (DCT) coding of the
prediction error signal and context dependent entropy coding techniques
based on arithmetic principles. It features:
- YUV 4:2:0 image format
- Macro-block based coding (16x16 luma plus two 8x8 chroma)
- 1/4 (1/8) pixel accuracy motion compensated prediction
- 4x4 DCT transform
- 128 level linear quantizer
- In loop deblocking filter
- Context-based entropy coding
@{
|
4248 |
vp8cx.h |
!\defgroup vp8_encoder WebM VP8/VP9 Encoder
\ingroup vp8
@{
|
37761 |
vp8dx.h |
!\defgroup vp8_decoder WebM VP8/VP9 Decoder
\ingroup vp8
@{
|
7398 |
vpx_codec.h |
!\defgroup codec Common Algorithm Interface
This abstraction allows applications to easily support multiple video
formats with minimal code duplication. This section describes the interface
common to all codecs (both encoders and decoders).
@{
|
16104 |
vpx_codec.mk |
|
1546 |
vpx_decoder.h |
!\defgroup decoder Decoder Algorithm Interface
\ingroup codec
This abstraction allows applications using this decoder to easily support
multiple video formats with minimal code duplication. This section describes
the interface common to all decoders.
@{
|
15159 |
vpx_encoder.h |
!\defgroup encoder Encoder Algorithm Interface
\ingroup codec
This abstraction allows applications using this encoder to easily support
multiple video formats with minimal code duplication. This section describes
the interface common to all encoders.
@{
|
44693 |
vpx_ext_ratectrl.h |
!\file
\brief Defines structs and callbacks needed for external rate control.
|
19333 |
vpx_frame_buffer.h |
!\file
\brief Describes the decoder external frame buffer interface.
|
3206 |
vpx_image.h |
!\file
\brief Describes the vpx image descriptor and associated operations
|
9092 |
vpx_integer.h |
get ptrdiff_t, size_t, wchar_t, NULL |
1203 |
vpx_tpl.h |
!\file
\brief Describes the TPL stats descriptor and associated operations
|
2551 |