📄 coeff.h
字号:
#ifndef COEFF_H#define COEFF_H#include "wm.h"double **alloc_coeffs(int cols, int rows);double **alloc_coeffs_8x8();void free_coeffs(double **coeffs);void print_coeffs_8x8(double **coeffs);void print_coeffs(double **coeffs, int c, int r, int w, int h);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -