Home
last modified time | relevance | path

Searched defs:FFSWAP (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/tests/
Dtiny_ssim.c37 #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0) macro
/third_party/ffmpeg/libavutil/
Dcommon.h108 #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0) macro