Home
last modified time | relevance | path

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

/third_party/ffmpeg/libpostproc/
Dpostprocess_template.c3262 static inline void RENAME(prefetcht2)(const void *p) in RENAME() argument
3281 static inline void RENAME(prefetcht2)(const void *p) in RENAME() argument
3298 static inline void RENAME(prefetcht2)(const void *p) in RENAME() argument
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dsse.h986 #define prefetcht2(mem) prefetch(mem, t2) macro