Data Fields | |
| uint8_t | filter_level |
| uint8_t | inner_limit |
| uint8_t | inner_filter |
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
Definition at line 33 of file vp8.c.
| uint8_t VP8FilterStrength::filter_level |
Definition at line 34 of file vp8.c.
Referenced by filter_level_for_mb(), filter_mb(), and filter_mb_simple().
| uint8_t VP8FilterStrength::inner_limit |
Definition at line 35 of file vp8.c.
Referenced by filter_level_for_mb(), filter_mb(), and filter_mb_simple().
| uint8_t VP8FilterStrength::inner_filter |
Definition at line 36 of file vp8.c.
Referenced by filter_level_for_mb(), filter_mb(), and filter_mb_simple().
1.5.6