armippp_strengthtable.c
来自「The OpenMAX DL (Development Layer) APIs 」· C语言 代码 · 共 29 行
C
29 行
/** * * File Name: armIPPP_StrengthTable.c * OpenMAX DL: v1.0.2 * Revision: 10586 * Date: Wednesday, March 5, 2008 * * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved. * * * * Description: * This table lists the strength values for the various quantization * parameters * */#include "armIP.h"const OMX_U8 armIPPP_strengthTable[31] ={ 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10, 11, 11, 11, 12, 12, 12};/*End of File*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?