Searched refs:prefetch_motion (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_mc_template.c | 82 prefetch_motion(h, sl, 0, PIXEL_SHIFT, CHROMA_IDC); in MCFUNC() 163 prefetch_motion(h, sl, 1, PIXEL_SHIFT, CHROMA_IDC); in MCFUNC()
|
D | mpegvideo_motion.c | 644 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()
|
D | vp8.c | 1955 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()
|
D | h264_mb.c | 483 static av_always_inline void prefetch_motion(const H264Context *h, H264SliceContext *sl, in prefetch_motion() function
|