xine-lib 1.2.13-20230125hg15249
|
#include <tvtime.h>
Data Fields | |
unsigned int | pulldown_alg |
const deinterlace_method_t * | curmethod |
unsigned int | pulldown_error_wait |
int | last_topdiff |
int | last_botdiff |
int | pdoffset |
int | pderror |
int | pdlastbusted |
int | filmmode |
const deinterlace_method_t* tvtime_t::curmethod |
Current deinterlacing method.
Referenced by tvtime_build_deinterlaced_frame(), and tvtime_new_context().
int tvtime_t::filmmode |
Referenced by tvtime_build_deinterlaced_frame(), and tvtime_reset_context().
int tvtime_t::last_botdiff |
Referenced by calculate_pulldown_score_vektor(), tvtime_build_deinterlaced_frame(), and tvtime_reset_context().
int tvtime_t::last_topdiff |
Referenced by calculate_pulldown_score_vektor(), tvtime_build_deinterlaced_frame(), and tvtime_reset_context().
int tvtime_t::pderror |
Referenced by tvtime_build_deinterlaced_frame(), and tvtime_reset_context().
int tvtime_t::pdlastbusted |
Referenced by tvtime_build_deinterlaced_frame(), and tvtime_reset_context().
int tvtime_t::pdoffset |
Referenced by tvtime_build_deinterlaced_frame(), and tvtime_reset_context().
unsigned int tvtime_t::pulldown_alg |
Which pulldown algorithm we're using.
Referenced by tvtime_build_deinterlaced_frame(), and tvtime_new_context().
unsigned int tvtime_t::pulldown_error_wait |
This is how many frames to wait until deciding if the pulldown phase has changed or if we've really found a pulldown sequence.
Referenced by tvtime_build_deinterlaced_frame(), and tvtime_reset_context().