Home
last modified time | relevance | path

Searched refs:subtitle_h_factor (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/transcode/transcode-1.1.7/filter/subtitler/
H A Dsubtitler.h168 extern double subtitle_h_factor;
H A Dfilter_subtitler.c71 double subtitle_h_factor; variable
169 subtitle_h_factor = SUBTITLE_H_FACTOR; in tc_filter()
510 line_h_start = subtitle_h_factor * (double)image_width; in tc_filter()
H A Dparser.c345 sscanf(token, "hfactor=%lf", &subtitle_h_factor); in parse_frame_entry()