Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide task5 optimizations. #16

Open
wants to merge 1 commit into
base: task5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Websites:
- [x] 实验 2:双线性插值函数使用线性汇编语言实现 - `task1-2` 分支
- [x] 实验 3:用 C 语言和线性汇编语言完成从 YC<sub>b</sub>C<sub>r</sub> 彩色空间到 RGB 彩色空间的转换 - `task3` 分支
- [x] 实验 4:用 C 语言完成线性变换程序并优化 - `task4` 分支
- [ ] 实验 5:用 C 语言和线性汇编语言实现中值滤波器 - `task5` 分支
- [x] 实验 5:用 C 语言和线性汇编语言实现中值滤波器 - `task5` 分支
- [ ] 实验 6:通过 DSP/BIOS, 利用 C 语言完成工作

### Usage
Expand Down
4 changes: 2 additions & 2 deletions src/medfilt2.sa
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; @file medfilt2.sa
; @author Atlanswer (atlanswer@gmail.com)
; @brief Median filter linear assembly implementation.
; @version 0.2
; @date 2021-01-04
; @version 1.0
; @date 2021-01-05
;
; @copyright Copyright (c) 2021
;
Expand Down