mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
dsputil: fix typo (referece -> reference).
This commit is contained in:
parent
c36edf3899
commit
971e710438
1 changed files with 2 additions and 2 deletions
|
|
@ -479,8 +479,8 @@ typedef struct DSPContext {
|
|||
* with the zigzag/alternate scan<br>
|
||||
* an example to avoid confusion:
|
||||
* - (->decode coeffs -> zigzag reorder -> dequant -> reference idct ->...)
|
||||
* - (x -> referece dct -> reference idct -> x)
|
||||
* - (x -> referece dct -> simple_mmx_perm = idct_permutation -> simple_idct_mmx -> x)
|
||||
* - (x -> reference dct -> reference idct -> x)
|
||||
* - (x -> reference dct -> simple_mmx_perm = idct_permutation -> simple_idct_mmx -> x)
|
||||
* - (->decode coeffs -> zigzag reorder -> simple_mmx_perm -> dequant -> simple_idct_mmx ->...)
|
||||
*/
|
||||
uint8_t idct_permutation[64];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue