|
FFmpeg
|
Data Fields | |
| int | type |
| int | type_code |
| int | obits |
| int | wasted |
| int | order |
| int32_t | coefs [MAX_LPC_ORDER] |
| int | shift |
| RiceContext | rc |
| uint32_t | rc_udata [FLAC_MAX_BLOCKSIZE] |
| uint64_t | rc_sums [32][MAX_PARTITIONS] |
| int32_t | samples [FLAC_MAX_BLOCKSIZE] |
| int32_t | residual [FLAC_MAX_BLOCKSIZE+11] |
| int32_t FlacSubframe::coefs[MAX_LPC_ORDER] |
| RiceContext FlacSubframe::rc |
| uint32_t FlacSubframe::rc_udata[FLAC_MAX_BLOCKSIZE] |
| uint64_t FlacSubframe::rc_sums[32][MAX_PARTITIONS] |
| int32_t FlacSubframe::samples[FLAC_MAX_BLOCKSIZE] |
| int32_t FlacSubframe::residual[FLAC_MAX_BLOCKSIZE+11] |
1.8.17