sgeblk.h
上传用户:tsjrly
上传日期:2021-02-19
资源大小:107k
文件大小:1k
源码类别:

语音压缩

开发平台:

C/C++

  1. /*=============================================================================
  2. C
  3. C SUNGRAPH ENDBLOCK 
  4. C
  5. C============================================================================*/
  6. status = end_block(ifile_ofile_fid);
  7. if (status < 0)
  8.   write_error(status,"endblock ifile_ofile_fid");
  9. status = end_block(channel_fid);
  10. if (status < 0)
  11.   write_error(status,"endblock channel_fid");
  12. status = end_block(stream_error_fid);
  13. if (status < 0)
  14.   write_error(status,"endblock stream_error_fid");
  15. status = end_block(lsp1_fid);
  16. if (status < 0)
  17.   write_error(status,"endblock lsp1_fid");
  18. status = end_block(lsp2_fid);
  19. if (status < 0)
  20.   write_error(status,"endblock lsp2_fid");
  21. status = end_block(cb_fid);
  22. if (status < 0)
  23.   write_error(status,"endblock cb_fid");
  24. status = end_block(pitch_fid);
  25. if (status < 0)
  26.   write_error(status,"endblock pitch_fid");
  27. status = end_block(error_fid);
  28. if (status < 0)
  29.   write_error(status,"endblock error_fid");
  30. status = end_block(rc_fid);
  31. if (status < 0)
  32.   write_error(status,"endblock rc_fid");
  33. status = end_block(constrain_fid);
  34. if (status < 0)
  35.   write_error(status,"endblock constrain_fid");