mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-18 14:54:19 +08:00
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
* commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb': cosmetics: Fix spelling mistakes Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
@@ -52,7 +52,7 @@ const uint8_t ff_dca_dmix_primary_nch[8] = {
|
||||
|
||||
/* ADPCM data */
|
||||
|
||||
/* 16bits signed fractional Q13 binary codes */
|
||||
/* 16 bits signed fractional Q13 binary codes */
|
||||
const int16_t ff_dca_adpcm_vb[4096][4] = {
|
||||
{ 9928, -2618, -1093, -1263 },
|
||||
{ 11077, -2876, -1747, -308 },
|
||||
@@ -4215,7 +4215,7 @@ const uint32_t ff_dca_quant_levels[32] = {
|
||||
2097152, 4194304, 8388608, 0, 0, 0, 0, 0
|
||||
};
|
||||
|
||||
/* 20bits unsigned fractional binary codes */
|
||||
/* 20 bits unsigned fractional binary codes */
|
||||
const uint32_t ff_dca_lossy_quant[32] = {
|
||||
0, 6710886, 4194304, 3355443, 2474639, 2097152, 1761608, 1426063,
|
||||
796918, 461373, 251658, 146801, 79692, 46137, 27263, 16777,
|
||||
@@ -4223,7 +4223,7 @@ const uint32_t ff_dca_lossy_quant[32] = {
|
||||
84, 42, 21, 0, 0, 0, 0, 0
|
||||
};
|
||||
|
||||
/* 20bits unsigned fractional binary codes */
|
||||
/* 20 bits unsigned fractional binary codes */
|
||||
const uint32_t ff_dca_lossless_quant[32] = {
|
||||
0, 4194304, 2097152, 1384120, 1048576, 696254, 524288, 348127,
|
||||
262144, 131072, 65431, 33026, 16450, 8208, 4100, 2049,
|
||||
|
Reference in New Issue
Block a user