Home
last modified time | relevance | path

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

/third_party/ffmpeg/libpostproc/
Dpostprocess_template.c3248 static inline void RENAME(prefetcht0)(const void *p) in RENAME() argument
3273 static inline void RENAME(prefetcht0)(const void *p) in RENAME() argument
3290 static inline void RENAME(prefetcht0)(const void *p) in RENAME() argument
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dsse.h984 #define prefetcht0(mem) prefetch(mem, t0) macro