dvd_error_jump_tbl.c
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
源码类别:

DVD

开发平台:

Others

  1. #include "Config.h"
  2. #ifndef _DVD_ERROR_JUMP_TBL_C
  3. #define _DVD_ERROR_JUMP_TBL_C
  4. CONST int g_miDVDNSPBErrorJumpTbl_WithDSI[ERROR_RETRY_NUM_TO_NEXT_PG] = 
  5. {
  6. // in term of dsi search table
  7. 0,
  8. 1,
  9. 2,
  10. 3,
  11. 4,
  12. 5,
  13. 6,
  14. 7,
  15. 8,
  16. 9,
  17. 10,
  18. 11,
  19. 12,
  20. 13,
  21. 14,
  22. 15,
  23. 20,
  24. 60,
  25. 120,
  26. 240
  27. };
  28. CONST int g_miDVDNSPBErrorJumpTbl_WODSI[ERROR_RETRY_NUM_TO_NEXT_PG] = 
  29. {
  30. // in term of blocks
  31. 0,
  32. 500,
  33. 1000,
  34. 1500,
  35. 2000,
  36. 2500,
  37. 3000,
  38. 3500,
  39. 4000,
  40. 4500,
  41. 5000,
  42. 5500,
  43. 6000,
  44. 6500,
  45. 7000,
  46. 7500,
  47. 8000,
  48. 8500,
  49. 9000,
  50. 9500
  51. };
  52. #endif//_DVD_ERROR_JUMP_TBL_H