index
:
nihav
master
Mirror of nihav.org project
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-itu
/
src
/
codecs
/
h264
/
dsp
/
mc
Commit message (
Expand
)
Author
Age
Files
Lines
*
h264: more micro-optimisations
Kostya Shishkov
2023-08-11
1
-1
/
+15
*
h264: prepare data references before decoding
Kostya Shishkov
2023-08-08
1
-27
/
+51
*
h264: miscellaneous micro-optimisations
Kostya Shishkov
2023-08-07
1
-2
/
+2
*
h264: reduce number of arguments for mc_blocks()
Kostya Shishkov
2023-08-05
1
-5
/
+21
*
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
5
-9
/
+1241
*
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
3
-0
/
+693