Lines Matching refs:SRC_CONVERT
470 #define SRC_CONVERT(x) (x) macro
474 #undef SRC_CONVERT
478 #define SRC_CONVERT(x) MIN2(x, 0x7fffffff) macro
482 #undef SRC_CONVERT
486 #define SRC_CONVERT(x) MIN2(x, 0xffff) macro
490 #undef SRC_CONVERT
494 #define SRC_CONVERT(x) CLAMP((int)x, -32768, 32767) macro
498 #undef SRC_CONVERT
502 #define SRC_CONVERT(x) MIN2(x, 0xff) macro
506 #undef SRC_CONVERT
510 #define SRC_CONVERT(x) CLAMP((int)x, -128, 127) macro
514 #undef SRC_CONVERT
864 #define SRC_CONVERT(x) MAX2(x, 0) macro
868 #undef SRC_CONVERT
872 #define SRC_CONVERT(x) MAX2(x, 0) macro
876 #undef SRC_CONVERT
880 #define SRC_CONVERT(x) CLAMP(x, -0x8000, 0x7fff) macro
884 #undef SRC_CONVERT
888 #define SRC_CONVERT(x) MAX2(x, 0) macro
892 #undef SRC_CONVERT
896 #define SRC_CONVERT(x) CLAMP(x, -0x80, 0x7f) macro
900 #undef SRC_CONVERT