Marko Viitanen
|
b3a724afb0
|
Added codes for inter coding
|
2013-08-02 16:35:30 +03:00 |
|
Marko Viitanen
|
06fd1d6fa9
|
Fix for sign bit hiding, not working yet
|
2013-06-12 15:41:57 +03:00 |
|
Marko Viitanen
|
4c1e015c5f
|
Work on Deblocking filter
|
2013-05-22 17:27:15 +03:00 |
|
Marko Viitanen
|
fd2e25727c
|
Fixed transform split bug by moving intra prediction to the transform-quant loop
|
2013-05-21 15:57:22 +03:00 |
|
Marko Viitanen
|
2a70231c06
|
Fixed Chroma 4x4
|
2013-05-20 17:26:57 +03:00 |
|
Marko Viitanen
|
1b007efe43
|
Fixed bug with 8x8 split_flag coding. 4x4 chroma still produces wrong data.
|
2013-05-16 15:27:54 +03:00 |
|
Marko Viitanen
|
3942bbda51
|
Added short-term ref list parameters to allow HM10.0 to decode it properly
|
2013-05-07 10:36:04 +03:00 |
|
Marko Viitanen
|
003093b1ef
|
Added inter.c/.h
|
2013-04-24 10:35:27 +03:00 |
|
Marko Viitanen
|
e8f04b32f1
|
Bug fixes, this version produces bit-perfect output
|
2013-04-18 14:37:56 +03:00 |
|
Marko Viitanen
|
58ba4b306c
|
Fixes for search-tree, almost working, some visible errors
|
2013-04-18 14:04:15 +03:00 |
|
Marko Viitanen
|
ae506ceaf5
|
Moved all the intra-search functionalities to search-tree, does not work completely.
|
2013-04-17 17:08:52 +03:00 |
|
Marko Viitanen
|
a737e8660c
|
New search.c/.h files and changed department name on all files
|
2013-04-16 11:23:03 +03:00 |
|
Marko Viitanen
|
01c7f267d7
|
Added CPUID fetch assembly functions (x86 and x64)
|
2013-04-10 16:55:31 +03:00 |
|
Marko Viitanen
|
560917a532
|
Fixed 8x8 luma encoding and some of 4x4 chroma by disabling modes using different scanning order and changing 4x4 DST to DCT in chroma
|
2013-04-09 15:59:12 +03:00 |
|
Marko Viitanen
|
9888eaf9a4
|
Added and fixed x64 build
|
2013-04-05 14:55:58 +03:00 |
|
Marko Viitanen
|
d5ab9f0437
|
Fixed partsize context model initialization
|
2013-04-04 15:08:28 +03:00 |
|
Marko Viitanen
|
a059965855
|
Fixed DC-prediction (filtering)
|
2013-04-03 13:56:07 +03:00 |
|
Marko Viitanen
|
d0be802ced
|
Added filter.c/.h and deblocking functions
|
2013-04-03 11:05:07 +03:00 |
|
Marko Viitanen
|
55cc82925d
|
Code refactoring to allow transform split (and 64x64 prediction with 32x32 transform)
|
2013-03-25 17:17:24 +02:00 |
|
Marko Viitanen
|
78894b05d1
|
Fixed dequantization and made preparations for smaller blocks. This version produces bit-perfect output.
|
2013-03-21 17:12:55 +02:00 |
|
Marko Viitanen
|
fa4c4acbe5
|
Fixed transform subdiv context derivation and changed block-allocations to use LCU_WIDTH
|
2013-03-21 11:56:19 +02:00 |
|
Marko Viitanen
|
05bbd4daee
|
Added support for 16x16 luma coeff coding and disabled PCM
|
2013-03-20 17:27:47 +02:00 |
|
Marko Viitanen
|
ff5652609e
|
Fixed intra filtering process for future use-cases
|
2013-03-19 17:12:43 +02:00 |
|
Marko Viitanen
|
73d6ed2ff3
|
Fixed all warnings and removed debugging codes
|
2013-03-19 16:23:33 +02:00 |
|
Marko Viitanen
|
08cc0e97ab
|
Intra angular fixed, intra filtering. This version produces bit-perfect output.
|
2013-03-19 15:45:50 +02:00 |
|
Marko Viitanen
|
83b904e34d
|
Clearing prediction data after picture is coded and fixed planar prediction
|
2013-03-15 10:30:42 +02:00 |
|
Marko Viitanen
|
4da3b51025
|
Added reference block builder and verified DC-prediction bit-perfect output, fixed SAD calculations
|
2013-03-14 17:55:06 +02:00 |
|
Marko Viitanen
|
b2ec80008e
|
Added intra predictions and changed the overall codeflow a bit. This version produces bit-perfect output.
|
2013-03-13 15:56:43 +02:00 |
|
Marko Viitanen
|
725101b447
|
Added intra planar prediction and more work in intra predictions
Added PSNR calculation for each picture
|
2013-03-12 17:06:21 +02:00 |
|
Marko Viitanen
|
892a31eeaf
|
Added chroma compression
|
2013-03-11 16:26:09 +02:00 |
|
Marko Viitanen
|
f8b1be2388
|
Fixed scaling list, coding of zero-coeff blocks and intra-DC-prediction
|
2013-03-09 01:49:42 +02:00 |
|
Marko Viitanen
|
3a53654cf4
|
Added intra prediction, image reconstruction and iTr and iQ. Fixed a bug with negative SE values
|
2013-03-07 17:42:00 +02:00 |
|
Marko Viitanen
|
9bfd542b73
|
Started digging into the intra prediction stuff
|
2012-06-11 18:43:29 +03:00 |
|