index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-itu
/
src
/
codecs
/
h264
/
dsp
Commit message (
Expand
)
Author
Age
Files
Lines
*
h264: more micro-optimisations
Kostya Shishkov
2023-08-11
2
-4
/
+37
*
h264: prepare data references before decoding
Kostya Shishkov
2023-08-08
1
-27
/
+51
*
h264: miscellaneous micro-optimisations
Kostya Shishkov
2023-08-07
2
-7
/
+7
*
h264: reduce number of arguments for mc_blocks()
Kostya Shishkov
2023-08-05
2
-6
/
+22
*
h264: optimise check_filter() for AMD64
Kostya Shishkov
2023-08-04
1
-8
/
+100
*
h264: fix warnings regarding uninitialised memory
Kostya Shishkov
2023-07-26
2
-34
/
+34
*
h264: add SIMD optimisations for x86_64 (not enabled by default)
Kostya Shishkov
2022-09-05
6
-14
/
+1246
*
h264: some micro-optimisations
Kostya Shishkov
2022-09-05
1
-2
/
+38
*
h264/dsp: split avg() function by size
Kostya Shishkov
2022-09-05
1
-12
/
+33
*
h264: cache frame width/height
Kostya Shishkov
2022-09-05
1
-4
/
+12
*
h264/dsp: split chroma_interp() by width
Kostya Shishkov
2022-09-05
3
-5
/
+31
*
h264/mc: add a stub for using optimised implementations
Kostya Shishkov
2022-09-05
3
-2
/
+16
*
h264: split put_block_weighted() by size
Kostya Shishkov
2022-09-05
3
-47
/
+171
*
h264: make a separate structure for motion compensation DSP
Kostya Shishkov
2022-09-05
4
-180
/
+199
*
h264: reword MB reconstruction and add weighted MC
Kostya Shishkov
2022-07-27
1
-0
/
+83
*
h264: rework MB reconstruction and fix loop filtering
Kostya Shishkov
2022-07-27
1
-187
/
+159
*
h264: drop unneeded mut
Kostya Shishkov
2022-07-27
1
-1
/
+1
*
h264: fix some tables and indices in dsp
Kostya Shishkov
2022-07-27
1
-14
/
+14
*
h264: fix transform order
Kostya Shishkov
2022-07-27
1
-4
/
+4
*
h264: make debug and release versions of MC functions for better performance
Kostya Shishkov
2021-05-13
3
-0
/
+1644