Home
last modified time | relevance | path

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

/third_party/ffmpeg/libpostproc/
Dpostprocess_template.c3241 static inline void RENAME(prefetchnta)(const void *p) in RENAME() argument
3269 static inline void RENAME(prefetchnta)(const void *p) in RENAME() argument
3286 static inline void RENAME(prefetchnta)(const void *p) in RENAME() argument
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dsse.h987 #define prefetchnta(mem) prefetch(mem, nta) macro