Home
last modified time | relevance | path

Searched refs:prefetch_motion (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mc_template.c82 prefetch_motion(h, sl, 0, PIXEL_SHIFT, CHROMA_IDC); in MCFUNC()
163 prefetch_motion(h, sl, 1, PIXEL_SHIFT, CHROMA_IDC); in MCFUNC()
Dmpegvideo_motion.c644 static inline void prefetch_motion(MpegEncContext *s, uint8_t **pix, int dir) in prefetch_motion() function
842 prefetch_motion(s, ref_picture, dir); in mpv_motion_internal()
Dvp8.c1955 void prefetch_motion(VP8Context *s, VP8Macroblock *mb, int mb_x, int mb_y, in prefetch_motion() function
2438 prefetch_motion(s, mb, mb_x, mb_y, mb_xy, VP56_FRAME_PREVIOUS); in decode_mb_row_no_filter()
2448 prefetch_motion(s, mb, mb_x, mb_y, mb_xy, VP56_FRAME_GOLDEN); in decode_mb_row_no_filter()
2476 prefetch_motion(s, mb, mb_x, mb_y, mb_xy, VP56_FRAME_GOLDEN2); in decode_mb_row_no_filter()
Dh264_mb.c483 static av_always_inline void prefetch_motion(const H264Context *h, H264SliceContext *sl, in prefetch_motion() function