summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIndrajit Das <indrajit-kumar.das@amd.com>2018-01-05 04:36:18 -0500
committerEmil Velikov <emil.l.velikov@gmail.com>2018-02-09 03:50:09 +0000
commit339b43b0af8a403b4b925f9e62aa676b699540e1 (patch)
tree7c7cbd6863028fffe41b21d9b60ac50cc136e449 /src
parent1bfeb763fb28dc2d662db9addc31f9d951bff41a (diff)
st/omx_bellagio: Update default intra matrix per MPEG2 spec
Signed-off-by: Indrajit Das <indrajit-kumar.das@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> (cherry picked from commit e05d5b0cf31f3212ba1666a6baaae77bc30433a0)
Diffstat (limited to 'src')
-rw-r--r--src/gallium/state_trackers/omx_bellagio/vid_dec_mpeg12.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gallium/state_trackers/omx_bellagio/vid_dec_mpeg12.c b/src/gallium/state_trackers/omx_bellagio/vid_dec_mpeg12.c
index 7b2df8f40fa..f64c2b83fa5 100644
--- a/src/gallium/state_trackers/omx_bellagio/vid_dec_mpeg12.c
+++ b/src/gallium/state_trackers/omx_bellagio/vid_dec_mpeg12.c
@@ -39,11 +39,11 @@
static uint8_t default_intra_matrix[64] = {
8, 16, 19, 22, 26, 27, 29, 34,
- 16, 16, 19, 22, 22, 22, 22, 26,
- 26, 27, 22, 26, 26, 27, 29, 24,
- 27, 27, 29, 32, 27, 29, 29, 32,
- 35, 29, 34, 34, 35, 40, 34, 34,
- 37, 40, 48, 37, 38, 40, 48, 58,
+ 16, 16, 22, 24, 27, 29, 34, 37,
+ 19, 22, 26, 27, 29, 34, 34, 38,
+ 22, 22, 26, 27, 29, 34, 37, 40,
+ 22, 26, 27, 29, 32, 35, 40, 48,
+ 26, 27, 29, 32, 35, 40, 48, 58,
26, 27, 29, 34, 38, 46, 56, 69,
27, 29, 35, 38, 46, 56, 69, 83
};