Advertisement
Guest User

Untitled

a guest
Nov 25th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. DECLARE_ALIGNED(16, const int8_t, ff_hevc_epel_filters[7][16]) = {
  2. { -2, 58, 10, -2, -2, 58, 10, -2, -2, 58, 10, -2, -2, 58, 10, -2 },
  3. { -4, 54, 16, -2, -4, 54, 16, -2, -4, 54, 16, -2, -4, 54, 16, -2 },
  4. { -6, 46, 28, -4, -6, 46, 28, -4, -6, 46, 28, -4, -6, 46, 28, -4 },
  5. { -4, 36, 36, -4, -4, 36, 36, -4, -4, 36, 36, -4, -4, 36, 36, -4 },
  6. { -4, 28, 46, -6, -4, 28, 46, -6, -4, 28, 46, -6, -4, 28, 46, -6 },
  7. { -2, 16, 54, -4, -2, 16, 54, -4, -2, 16, 54, -4, -2, 16, 54, -4 },
  8. { -2, 10, 58, -2, -2, 10, 58, -2, -2, 10, 58, -2, -2, 10, 58, -2 },
  9. };
  10. from prints with %p , what I gather :
  11.  
  12. &ff_hevc_epel_filters[0] = &ff_hevc_epel_filters = 0xcc9760
  13. &ff_hevc_epel_filters[1] = 0xcc9770
  14. &ff_hevc_epel_filters+1 = 0xcc9d0
  15. &ff_hevc_epel_filters+16 = 0xcc9e60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement