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

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VFL_transition.c32 #define M4VFL_SWAP_SHORT(a) a = ((a & 0xFF) << 8) | ((a & 0xFF00) >> 8) macro
34 #define M4VFL_SWAP_SHORT(a) macro

Completed in 21 milliseconds