diff mbox series

[FFmpeg-devel,1/2] avcodec/mv30: remove unused table elements

Message ID 93f19639ad194dec916a1c488a569f6d38cc719b.1586658617.git.pross@xvid.org
State Accepted
Commit 06dab51e683a93d66a30cd97bf56265d6250389a
Headers show
Series [FFmpeg-devel,1/2] avcodec/mv30: remove unused table elements | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Peter Ross April 12, 2020, 2:31 a.m. UTC
---
 libavcodec/mv30.c | 16 ----------------
 1 file changed, 16 deletions(-)

Comments

Paul B Mahol April 16, 2020, 5:36 p.m. UTC | #1
ok, please apply.

On 4/12/20, Peter Ross <pross@xvid.org> wrote:
> ---
>  libavcodec/mv30.c | 16 ----------------
>  1 file changed, 16 deletions(-)
>
> diff --git a/libavcodec/mv30.c b/libavcodec/mv30.c
> index ffa04ac493..6e25ed647b 100644
> --- a/libavcodec/mv30.c
> +++ b/libavcodec/mv30.c
> @@ -86,14 +86,6 @@ static const uint8_t luma_tab[] = {
>      25, 31, 42, 48, 58, 72, 81, 75,
>      38, 46, 54, 61, 71, 84, 88, 85,
>      50, 61, 65, 68, 79, 78, 86, 91,
> -    12, 12, 16, 18, 20, 30, 40, 45,
> -    12, 12, 16, 18, 30, 40, 45, 50,
> -    16, 16, 20, 30, 40, 45, 50, 55,
> -    18, 18, 35, 40, 45, 50, 55, 60,
> -    20, 30, 40, 45, 50, 55, 60, 65,
> -    30, 40, 45, 50, 55, 60, 65, 70,
> -    40, 45, 50, 55, 60, 65, 70, 75,
> -    45, 50, 55, 60, 65, 70, 75, 80,
>  };
>
>  static const uint8_t chroma_tab[] = {
> @@ -105,14 +97,6 @@ static const uint8_t chroma_tab[] = {
>      99, 99, 99, 99, 99, 99, 99, 99,
>      99, 99, 99, 99, 99, 99, 99, 99,
>      99, 99, 99, 99, 99, 99, 99, 99,
> -    12, 16, 20, 24, 28, 36, 40, 44,
> -    16, 20, 24, 28, 36, 40, 44, 50,
> -    20, 24, 28, 36, 40, 44, 50, 60,
> -    24, 28, 36, 40, 44, 50, 60, 80,
> -    28, 36, 40, 44, 50, 60, 80, 99,
> -    36, 40, 44, 50, 60, 80, 99, 99,
> -    40, 44, 50, 60, 80, 99, 99, 99,
> -    44, 50, 60, 80, 99, 99, 99, 99,
>  };
>
>  static const uint8_t zigzag[] = {
> --
> 2.20.1
>
> -- Peter
> (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
>
diff mbox series

Patch

diff --git a/libavcodec/mv30.c b/libavcodec/mv30.c
index ffa04ac493..6e25ed647b 100644
--- a/libavcodec/mv30.c
+++ b/libavcodec/mv30.c
@@ -86,14 +86,6 @@  static const uint8_t luma_tab[] = {
     25, 31, 42, 48, 58, 72, 81, 75,
     38, 46, 54, 61, 71, 84, 88, 85,
     50, 61, 65, 68, 79, 78, 86, 91,
-    12, 12, 16, 18, 20, 30, 40, 45,
-    12, 12, 16, 18, 30, 40, 45, 50,
-    16, 16, 20, 30, 40, 45, 50, 55,
-    18, 18, 35, 40, 45, 50, 55, 60,
-    20, 30, 40, 45, 50, 55, 60, 65,
-    30, 40, 45, 50, 55, 60, 65, 70,
-    40, 45, 50, 55, 60, 65, 70, 75,
-    45, 50, 55, 60, 65, 70, 75, 80,
 };
 
 static const uint8_t chroma_tab[] = {
@@ -105,14 +97,6 @@  static const uint8_t chroma_tab[] = {
     99, 99, 99, 99, 99, 99, 99, 99,
     99, 99, 99, 99, 99, 99, 99, 99,
     99, 99, 99, 99, 99, 99, 99, 99,
-    12, 16, 20, 24, 28, 36, 40, 44,
-    16, 20, 24, 28, 36, 40, 44, 50,
-    20, 24, 28, 36, 40, 44, 50, 60,
-    24, 28, 36, 40, 44, 50, 60, 80,
-    28, 36, 40, 44, 50, 60, 80, 99,
-    36, 40, 44, 50, 60, 80, 99, 99,
-    40, 44, 50, 60, 80, 99, 99, 99,
-    44, 50, 60, 80, 99, 99, 99, 99,
 };
 
 static const uint8_t zigzag[] = {