Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dbswapdsp.h25 void (*bswap_buf)(uint32_t *dst, const uint32_t *src, int w); member
Dbswapdsp.c25 static void bswap_buf(uint32_t *dst, const uint32_t *src, int w) in bswap_buf() function