|
MythTV master
|
Functions | |
| int | pgm_set (const AVFrame *pict, int height) |
| int | pgm_match_inner_loop (const AVFrame *test, int rr, int cc, int radius, int height, int width) |
| int | pgm_match (const AVFrame *tmpl, const AVFrame *test, int height, int radius, unsigned short *pscore) |
| bool | readMatches (const QString &filename, unsigned short *matches, long long nframes) |
| bool | writeMatches (const QString &filename, unsigned short *matches, long long nframes) |
| int | finishedDebug (long long nframes, const unsigned short *matches, const unsigned char *match) |
| int | sort_ascending (const void *aa, const void *bb) |
| long long | matchspn (long long nframes, const unsigned char *match, long long frameno, unsigned char acceptval) |
| unsigned int | range_area (const unsigned short *freq, unsigned short start, unsigned short end) |
| unsigned short | pick_mintmpledges (const unsigned short *matches, long long nframes) |
| int anonymous_namespace{TemplateMatcher.cpp}::finishedDebug | ( | long long | nframes, |
| const unsigned short * | matches, | ||
| const unsigned char * | match | ||
| ) |
Definition at line 140 of file TemplateMatcher.cpp.
Referenced by TemplateMatcher::finished().
| long long anonymous_namespace{TemplateMatcher.cpp}::matchspn | ( | long long | nframes, |
| const unsigned char * | match, | ||
| long long | frameno, | ||
| unsigned char | acceptval | ||
| ) |
Definition at line 176 of file TemplateMatcher.cpp.
Referenced by TemplateMatcher::finished().
| int anonymous_namespace{TemplateMatcher.cpp}::pgm_match | ( | const AVFrame * | tmpl, |
| const AVFrame * | test, | ||
| int | height, | ||
| int | radius, | ||
| unsigned short * | pscore | ||
| ) |
Definition at line 66 of file TemplateMatcher.cpp.
Referenced by TemplateMatcher::analyzeFrame().
| int anonymous_namespace{TemplateMatcher.cpp}::pgm_match_inner_loop | ( | const AVFrame * | test, |
| int | rr, | ||
| int | cc, | ||
| int | radius, | ||
| int | height, | ||
| int | width | ||
| ) |
Definition at line 47 of file TemplateMatcher.cpp.
Referenced by pgm_match().
| int anonymous_namespace{TemplateMatcher.cpp}::pgm_set | ( | const AVFrame * | pict, |
| int | height | ||
| ) |
Definition at line 35 of file TemplateMatcher.cpp.
Referenced by TemplateMatcher::finished().
| unsigned short anonymous_namespace{TemplateMatcher.cpp}::pick_mintmpledges | ( | const unsigned short * | matches, |
| long long | nframes | ||
| ) |
Definition at line 209 of file TemplateMatcher.cpp.
Referenced by TemplateMatcher::finished().
| unsigned int anonymous_namespace{TemplateMatcher.cpp}::range_area | ( | const unsigned short * | freq, |
| unsigned short | start, | ||
| unsigned short | end | ||
| ) |
Definition at line 188 of file TemplateMatcher.cpp.
Referenced by pick_mintmpledges().
| bool anonymous_namespace{TemplateMatcher.cpp}::readMatches | ( | const QString & | filename, |
| unsigned short * | matches, | ||
| long long | nframes | ||
| ) |
Definition at line 95 of file TemplateMatcher.cpp.
Referenced by TemplateMatcher::MythPlayerInited().
| int anonymous_namespace{TemplateMatcher.cpp}::sort_ascending | ( | const void * | aa, |
| const void * | bb | ||
| ) |
Definition at line 171 of file TemplateMatcher.cpp.
Referenced by pick_mintmpledges().
| bool anonymous_namespace{TemplateMatcher.cpp}::writeMatches | ( | const QString & | filename, |
| unsigned short * | matches, | ||
| long long | nframes | ||
| ) |
Definition at line 124 of file TemplateMatcher.cpp.
Referenced by TemplateMatcher::finished().