#include "vp56.h"
#include "vp56data.h"
#include "vp8dsp.h"
#include "h264pred.h"
Go to the source code of this file.
Data Structures | |
struct | VP8FilterStrength |
struct | VP8Macroblock |
struct | VP8Context |
Defines | |
#define | VP8_MAX_QUANT 127 |
VP8 compatible video decoder. | |
#define | MODE_I4x4 4 |
Enumerations | |
enum | dct_token { DCT_0, DCT_1, DCT_2, DCT_3, DCT_4, DCT_CAT1, DCT_CAT2, DCT_CAT3, DCT_CAT4, DCT_CAT5, DCT_CAT6, DCT_EOB, NUM_DCT_TOKENS } |
enum | inter_mvmode { VP8_MVMODE_ZERO = MODE_I4x4 + 1, VP8_MVMODE_MV, VP8_MVMODE_SPLIT } |
enum | inter_splitmvmode { VP8_SPLITMVMODE_16x8 = 0, VP8_SPLITMVMODE_8x16, VP8_SPLITMVMODE_8x8, VP8_SPLITMVMODE_4x4, VP8_SPLITMVMODE_NONE } |
#define MODE_I4x4 4 |
Definition at line 53 of file vp8.h.
Referenced by decode_mb_coeffs(), decode_mb_mode(), filter_level_for_mb(), idct_mb(), intra_predict(), update_lf_deltas(), and vp8_decode_frame().
#define VP8_MAX_QUANT 127 |
VP8 compatible video decoder.
Copyright (C) 2010 David Conrad Copyright (C) 2010 Ronald S. Bultje Copyright (C) 2010 Jason Garrett-Glaser
This file is part of FFmpeg.
FFmpeg is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
FFmpeg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with FFmpeg; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
enum dct_token |
enum inter_mvmode |
enum inter_splitmvmode |