]> granicus.if.org Git - libvpx/log
libvpx
9 years agoThe 6th and 7th column sum vector are zero in theory
Yi Luo [Fri, 3 Jun 2016 18:08:55 +0000 (11:08 -0700)]
The 6th and 7th column sum vector are zero in theory

- Finally we're correct.
- 10-tap filter cofficients should be the same structure as 12-tap.

9 years agoThe 7th column is zero
Yi Luo [Fri, 3 Jun 2016 17:44:43 +0000 (10:44 -0700)]
The 7th column is zero

9 years agoAlign the horizontal sum vector
Yi Luo [Fri, 3 Jun 2016 17:30:22 +0000 (10:30 -0700)]
Align the horizontal sum vector

- For tap 12 filter, make sure the 2nd and 3rd pair sum are the max.
- We add [2] and [3] at last to tackle the saturation issue.

9 years agoFix horiz_filter.c indents
Yi Luo [Fri, 3 Jun 2016 17:11:04 +0000 (10:11 -0700)]
Fix horiz_filter.c indents

9 years agofiltering.c uses random number generator for input
Yi Luo [Fri, 3 Jun 2016 16:50:04 +0000 (09:50 -0700)]
filtering.c uses random number generator for input

9 years agoPrint subpel_q4 and step_q4 behaviour
Yi Luo [Fri, 3 Jun 2016 16:38:03 +0000 (09:38 -0700)]
Print subpel_q4 and step_q4 behaviour

9 years agoRandom number seed is defined as a macro constant
Yi Luo [Fri, 3 Jun 2016 16:19:57 +0000 (09:19 -0700)]
Random number seed is defined as a macro constant

9 years agoAdd horiz_filter.c
Yi Luo [Fri, 3 Jun 2016 01:39:41 +0000 (18:39 -0700)]
Add horiz_filter.c

- Saturation correct solution 3

9 years agoBuild as ssse3 instead of sse4.1
Yi Luo [Wed, 1 Jun 2016 19:38:07 +0000 (12:38 -0700)]
Build as ssse3 instead of sse4.1

9 years agoMove control mask assignment in controling function
Yi Luo [Wed, 1 Jun 2016 19:11:54 +0000 (12:11 -0700)]
Move control mask assignment in controling function

9 years agoSecond solution also bit-exact
Yi Luo [Wed, 1 Jun 2016 18:28:44 +0000 (11:28 -0700)]
Second solution also bit-exact

9 years agoAdd tap number in struct Filter
Yi Luo [Tue, 31 May 2016 16:41:47 +0000 (09:41 -0700)]
Add tap number in struct Filter

9 years agoRepeat 64 times and clean-up unused functions
Yi Luo [Sat, 28 May 2016 01:07:06 +0000 (18:07 -0700)]
Repeat 64 times and clean-up unused functions

9 years agoAdd a cycle counting for performance
Yi Luo [Sat, 28 May 2016 00:54:50 +0000 (17:54 -0700)]
Add a cycle counting for performance

9 years ago12-tap filtering works
Yi Luo [Sat, 28 May 2016 00:44:40 +0000 (17:44 -0700)]
12-tap filtering works