Commit f72b320
Update v0.1.10 (#31)
* Update v0.1.10
- Support y4m writing for recon file in the encoder.
- Bug fix on meta data writing.
- Add full range flag.
- Add a few assert for tile, metadata and etc.
- Update for coding the systax elements with _minus1.
- Fix the range of DC differenece from 16bits to 17bits.
- Add NEON func for SAD and DIFF.
- Add AVX func for SAD computations.
* Fix CmakeList.txt for pass ctest
- Insert width, height, and fps.
---------
Co-authored-by: Yangwoo Kim <[email protected]>1 parent 820c9ec commit f72b320
File tree
35 files changed
+930
-460
lines changed- app
- inc
- readme
- src
- avx
- neon
- sse
- test
- bitstream
35 files changed
+930
-460
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
432 | 429 | | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
| 430 | + | |
439 | 431 | | |
440 | 432 | | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
448 | 436 | | |
449 | | - | |
| 437 | + | |
450 | 438 | | |
451 | 439 | | |
452 | 440 | | |
| |||
609 | 597 | | |
610 | 598 | | |
611 | 599 | | |
612 | | - | |
| 600 | + | |
613 | 601 | | |
614 | 602 | | |
615 | | - | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
616 | 608 | | |
617 | 609 | | |
618 | 610 | | |
| |||
0 commit comments