Searched refs:prefetch_motion (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mc_template.c | 82 prefetch_motion(h, sl, 0, PIXEL_SHIFT, CHROMA_IDC); in hl_motion() 163 prefetch_motion(h, sl, 1, PIXEL_SHIFT, CHROMA_IDC); in hl_motion()
|
H A D | mpegvideo_motion.c | 646 static inline void prefetch_motion(MpegEncContext *s, uint8_t **pix, int dir) in prefetch_motion() function 981 prefetch_motion(s, ref_picture, dir); in ff_mpv_motion()
|
H A D | vp8.c | 1957 * Optimized for 64-byte cache lines. Inspired by ffh264 prefetch_motion. */ 1959 void prefetch_motion(VP8Context *s, VP8Macroblock *mb, int mb_x, int mb_y, in prefetch_motion() function 2442 prefetch_motion(s, mb, mb_x, mb_y, mb_xy, VP56_FRAME_PREVIOUS); in decode_mb_row_no_filter() 2452 prefetch_motion(s, mb, mb_x, mb_y, mb_xy, VP56_FRAME_GOLDEN); in decode_mb_row_no_filter() 2480 prefetch_motion(s, mb, mb_x, mb_y, mb_xy, VP56_FRAME_GOLDEN2); in decode_mb_row_no_filter()
|
H A D | h264_mb.c | 483 static av_always_inline void prefetch_motion(const H264Context *h, H264SliceContext *sl, in prefetch_motion() function
|
Completed in 9 milliseconds