2 Short Name: x264asm abstraction layer
3 URL: http://git.videolan.org/?p=x264.git;a=blob;f=common/x86/x86inc.asm
6 Revision: Customized from http://git.videolan.org/?p=x264.git;a=blob;f=common/x86/x86inc.asm;hb=12f12a268d47b12d9e26f57919c5022e2f234f9d
7 License: ISC from text in file header. Same text is copied to LICENSE file.
10 License Android Compatible: Yes
13 This file implements an asm abstraction layer that supports multiple calling
14 conventions, and it is used by the yuv_convert_simd_x86 target in media.
17 Multiple chromium specific modifications have been made to this file. Do a
18 diff of the current version against the Revision identified, above, to see