Advertisement
gandhikrishna81

Untitled

Mar 8th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. diff_float_data()
  2. {
  3. use_acf;
  4. No. of bits 1
  5. if (random_access_block) {
  6. if (c=0; c <= channels; c++) {
  7. last_acf_mantissa[c] = 0;
  8. last_shift_value[c] = 0;
  9. }
  10. FlushDict();
  11. }
  12. for (c = 0; c <= channels; c++) {
  13. if (use_acf == 1) {
  14. acf_flag[c];
  15. if (acf_flag[c] == 1) {
  16. acf_mantissa[c];
  17. last_acf_mantissa[c] = acf_mantissa[c];
  18. }
  19. else {
  20. acf_mantissa[c] = last_acf_mantissa[c];
  21. }
  22. }
  23. else {
  24. acf_mantissa[c] = last_acf_mantissa[c] = 0;
  25. }
  26. highest_byte[c];
  27. shift_amp[c];
  28. partA_flag[c];
  29. if (shift_amp[c] == 1) {
  30. shift_value[c];
  31. last_shift_value[c] = shift_value[c];
  32. }
  33. else {
  34. shift_value[c] = last_shift_value[c];
  35. }
  36. diff_mantissa();
  37. byte_align;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement