{"id":15906044,"url":"https://github.com/mshr-h/motion_estimation_processor_4pixsearch","last_synced_at":"2026-01-17T18:38:18.178Z","repository":{"id":108873989,"uuid":"81549979","full_name":"mshr-h/motion_estimation_processor_4pixsearch","owner":"mshr-h","description":"4-pix search based Motion Estimation Processor written in Verilog-HDL","archived":false,"fork":false,"pushed_at":"2017-02-19T14:09:11.000Z","size":2832,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T22:42:53.002Z","etag":null,"topics":["motion-estimation","verilog-hdl","video-codec","video-processing"],"latest_commit_sha":null,"homepage":"","language":"Verilog","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mshr-h.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-10T09:37:16.000Z","updated_at":"2018-10-01T21:32:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"57707dbe-535b-4916-af48-33d3b4d8899e","html_url":"https://github.com/mshr-h/motion_estimation_processor_4pixsearch","commit_stats":{"total_commits":41,"total_committers":1,"mean_commits":41.0,"dds":0.0,"last_synced_commit":"d22f76aaecaa7b74b5e30c5a259062fc1d8fa8fb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mshr-h/motion_estimation_processor_4pixsearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fmotion_estimation_processor_4pixsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fmotion_estimation_processor_4pixsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fmotion_estimation_processor_4pixsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fmotion_estimation_processor_4pixsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mshr-h","download_url":"https://codeload.github.com/mshr-h/motion_estimation_processor_4pixsearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fmotion_estimation_processor_4pixsearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28516195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:28:00.501Z","status":"ssl_error","status_checked_at":"2026-01-17T18:28:00.150Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["motion-estimation","verilog-hdl","video-codec","video-processing"],"created_at":"2024-10-06T13:20:42.886Z","updated_at":"2026-01-17T18:38:18.149Z","avatar_url":"https://github.com/mshr-h.png","language":"Verilog","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Motion Estimation Processor\n\nHardware implementation of [Motion Estimation](https://en.wikipedia.org/wiki/Motion_estimation) algorithm written in Verilog-HDL.\nIt's currently under development.\n\n## Description\n\n- Fullsearch based motion estimation\n- Double acuracy, integer acucuracy motion estimation\n- No fractional motion estimation\n- Template Block: 16x16 pixels\n- Search Range  : ±24 pixels\n\n## Required Tools\n\n- [Icarus Verilog(\u003e=10.0)](http://iverilog.wikia.com/wiki/Installation_Guide)\n- [Altera Quartus Prime(\u003e=16.0)](https://www.altera.co.jp/downloads/download-center.html)\n- Excel 2013\n- [Golang](https://golang.org/)\n\n## How to run Simulation\n\n1. Open `memory/memory.xlsx`\n1. Click 'Create Memory' button to create `memory/memory_sw_A.txt`, `memory/memory_sw_B.txt`, `memory/memory_sw_C.txt`, `memory/memory_sw_D.txt` for search range memory and `memory_tb_A.txt`, `memory_tb_B.txt`, `memory_tb_C.txt`, `memory_tb_D.txt` for template block memory\n1. Run `make_tb.sh`\n1. You will find the wave file `testbench/***.vcd`\n\n## How to synthesis Motion Estimation Processor\n\n1. Open `memory/memory.xlsx`\n1. Click 'Create Memory' button to create `memory/memory_sw_A.txt`, `memory/memory_sw_B.txt`, `memory/memory_sw_C.txt`, `memory/memory_sw_D.txt` for search range memory and `memory_tb_A.txt`, `memory_tb_B.txt`, `memory_tb_C.txt`, `memory_tb_D.txt` for template block memory\n1. Run `make_mif.sh` to generate mif files\n1. Open `fpga/fpga_top.qpf` in Altera Quartus Prime\n1. Compile it\n\n## Source Code Organization\n\nThe Motion Estimation Processor source code is organized as follows:\n\n```text\ndocs/       documentation\nfpga/       fpga related files\nmemory/     memory dependencies\nrtl/        RTL files for Motion Estimation Processor\ntestbench/  test suites\ntools/      tool for creating mif file\n```\n\n## Timing chart\n\n![](docs/timing-chart.png)\n\n## Block diagram\n\n![](docs/block_diagram.png)\n\n## References\n\n1. [A study on fast motion estimation algorithm](http://ieeexplore.ieee.org/document/7800438/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmshr-h%2Fmotion_estimation_processor_4pixsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmshr-h%2Fmotion_estimation_processor_4pixsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmshr-h%2Fmotion_estimation_processor_4pixsearch/lists"}