Пример #1
0
static int countTnsBits(TNS_INFO *tnsInfo,int blockType)
{
  COUNT_sub_start("countTnsBits");
  FUNC(2);
  COUNT_sub_end();

  return(tnsCount(tnsInfo, blockType));
}
Пример #2
0
/**********************************************************************************
*
* function name: countTnsBits
* description:   count tns bit demand  
*
**********************************************************************************/
static Word16 countTnsBits(TNS_INFO *tnsInfo,Word16 blockType)
{
  return(tnsCount(tnsInfo, blockType));
}