Home
last modified time | relevance | path

Searched refs:PACK_2U16 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmathops.h178 # ifndef PACK_2U16
179 # define PACK_2U16(a,b) (((a) << 16) | (b)) macro
188 # ifndef PACK_2U16
189 # define PACK_2U16(a,b) (((b) << 16) | (a)) macro
200 # define PACK_2S16(a,b) PACK_2U16((a)&0xffff, (b)&0xffff)

Completed in 1 milliseconds