Home
last modified time | relevance | path

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

/third_party/ffmpeg/libpostproc/
Dpostprocess_template.c3255 static inline void RENAME(prefetcht1)(const void *p) in RENAME() argument
3277 static inline void RENAME(prefetcht1)(const void *p) in RENAME() argument
3294 static inline void RENAME(prefetcht1)(const void *p) in RENAME() argument
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dsse.h985 #define prefetcht1(mem) prefetch(mem, t1) macro