FFmpeg
|
Copyright (c) 2016 Davinder Singh (DSM_) <ds.mudhar<@gmail.com> More...
Data Fields | |
const AVClass * | class |
AVMotionEstContext | me_ctx |
int | method |
motion estimation method More... | |
int | mb_size |
macroblock size More... | |
int | search_param |
search parameter More... | |
int | b_width |
int | b_height |
int | b_count |
int | log2_mb_size |
AVFrame * | prev |
AVFrame * | cur |
AVFrame * | next |
int(*[3] | mv_table )[2][2] |
motion vectors of current & prev 2 frames More... | |
Copyright (c) 2016 Davinder Singh (DSM_) <ds.mudhar<@gmail.com>
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 31 of file vf_mestimate.c.
const AVClass* MEContext::class |
Definition at line 32 of file vf_mestimate.c.
AVMotionEstContext MEContext::me_ctx |
Definition at line 33 of file vf_mestimate.c.
int MEContext::method |
motion estimation method
Definition at line 34 of file vf_mestimate.c.
int MEContext::mb_size |
macroblock size
Definition at line 36 of file vf_mestimate.c.
int MEContext::search_param |
search parameter
Definition at line 37 of file vf_mestimate.c.
int MEContext::b_width |
Definition at line 38 of file vf_mestimate.c.
int MEContext::b_height |
Definition at line 38 of file vf_mestimate.c.
int MEContext::b_count |
Definition at line 38 of file vf_mestimate.c.
int MEContext::log2_mb_size |
Definition at line 39 of file vf_mestimate.c.
AVFrame* MEContext::prev |
Definition at line 41 of file vf_mestimate.c.
AVFrame * MEContext::cur |
Definition at line 41 of file vf_mestimate.c.
AVFrame * MEContext::next |
Definition at line 41 of file vf_mestimate.c.
int(*[3] MEContext::mv_table)[2][2] |
motion vectors of current & prev 2 frames
Definition at line 43 of file vf_mestimate.c.