Go to the source code of this file.
Functions | |
| void | fill_random (uint8_t *tab, int size) |
| void | help (void) |
| int64_t | gettime (void) |
| void | test_motion (const char *name, me_cmp_func test_func, me_cmp_func ref_func) |
| int | main (int argc, char **argv) |
Variables | |
| uint8_t | img1 [WIDTH *HEIGHT] |
| uint8_t | img2 [WIDTH *HEIGHT] |
| int | dummy |
| void fill_random | ( | uint8_t * | tab, | |
| int | size | |||
| ) |
| void help | ( | void | ) |
Definition at line 58 of file motion-test.c.
| int64_t gettime | ( | void | ) |
Definition at line 65 of file motion-test.c.
| void test_motion | ( | const char * | name, | |
| me_cmp_func | test_func, | |||
| me_cmp_func | ref_func | |||
| ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 124 of file motion-test.c.
Definition at line 43 of file motion-test.c.
Definition at line 44 of file motion-test.c.
| int dummy |
Definition at line 74 of file motion-test.c.
Referenced by TV::ChangeChannel(), TV::ChannelEditAutoFill(), NativeArchive::copyFile(), create_ts(), dct_quantize(), do_analyze(), do_demux(), dv_encode_video_segment(), MythburnWizard::filenameEditLostFocus(), ExportNativeWizard::filenameEditLostFocus(), get_pointer_coordinates(), IPTVChannel::GetChanInfo(), NuppelDecoder::GetFrame(), GuideGrid::GetProgramList(), CardUtil::GetV4LInfo(), MainServer::HandleRecorderQuery(), TVRec::IsBusy(), DarwinAVCInfo::OpenAVCInterface(), DarwinAVCInfo::OpenDeviceInterface(), read_seek(), ManualBox::refreshTimeout(), Scheduler::SchedPreserveLiveTV(), ScreenSaverX11Private::ScreenSaverX11Private(), set_PGN(), NuppelVideoPlayer::SetDecoder(), MythburnWizard::setDestination(), ExportNativeWizard::setDestination(), MythRemoteLineEdit::startCycle(), test_motion(), write_packet(), write_pes_header(), xv_is_attrib_supported(), and yuv2packedX().
1.5.5