img_idct_8x8.txt

来自「dm642函数库」· 文本 代码 · 共 10 行

TXT
10
字号
This function provides a wrapper around the IMG_idct_8x8_12q4       
function.  It reads 12Q0 values in from the input array, and        
writes them back as 12Q4.  Once all the values have been adjusted,  
the function then branches directly to IMG_idct_8x8_12q4.           
                                                                    
It is strongly recommended that you adapt your code to call         
IMG_idct_8x8_12q4 directly.  Calling this wrapper adds an extra     
16 cycles per block of processing overhead, as well as 116          
bytes of additional code.                                           

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?