Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
03d8fbc0
Commit
03d8fbc0
authored
Jul 10, 2017
by
Rostislav Pehlivanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opustab: comment ff_celt_tf_select
Signed-off-by:
Rostislav Pehlivanov
<
atomnuker@gmail.com
>
parent
ba67c234
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
opustab.c
libavcodec/opustab.c
+9
-4
No files found.
libavcodec/opustab.c
View file @
03d8fbc0
...
...
@@ -772,11 +772,16 @@ const uint8_t ff_celt_log_freq_range[] = {
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
8
,
8
,
8
,
8
,
16
,
16
,
16
,
21
,
21
,
24
,
29
,
34
,
36
};
/* Positive - increased freqeuency resolution (only possible on transients)
* Negative - increased time resolution */
const
int8_t
ff_celt_tf_select
[
4
][
2
][
2
][
2
]
=
{
{
{
{
0
,
-
1
},
{
0
,
-
1
}
},
{
{
0
,
-
1
},
{
0
,
-
1
}
}
},
{
{
{
0
,
-
1
},
{
0
,
-
2
}
},
{
{
1
,
0
},
{
1
,
-
1
}
}
},
{
{
{
0
,
-
2
},
{
0
,
-
3
}
},
{
{
2
,
0
},
{
1
,
-
1
}
}
},
{
{
{
0
,
-
2
},
{
0
,
-
3
}
},
{
{
3
,
0
},
{
1
,
-
1
}
}
}
/* OFF ON Transient frame */
/* OFF ON OFF ON TF select flag */
/* OFF ON OFF ON OFF ON OFF ON TF change flag */
{
{
{
0
,
-
1
},
{
0
,
-
1
}
},
{
{
0
,
-
1
},
{
0
,
-
1
}
}
},
/* 120 */
{
{
{
0
,
-
1
},
{
0
,
-
2
}
},
{
{
1
,
0
},
{
1
,
-
1
}
}
},
/* 240 */
{
{
{
0
,
-
2
},
{
0
,
-
3
}
},
{
{
2
,
0
},
{
1
,
-
1
}
}
},
/* 480 */
{
{
{
0
,
-
2
},
{
0
,
-
3
}
},
{
{
3
,
0
},
{
1
,
-
1
}
}
}
/* 960 */
};
const
float
ff_celt_mean_energy
[]
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment