Searched refs:xchg_mb_border (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mb_template.c | 155 xchg_mb_border(h, sl, dest_y, dest_cb, dest_cr, linesize, in hl_decode_mb() 168 xchg_mb_border(h, sl, dest_y, dest_cb, dest_cr, linesize, in hl_decode_mb() 327 xchg_mb_border(h, sl, dest[0], dest[1], dest[2], linesize, in hl_decode_mb_444() 336 xchg_mb_border(h, sl, dest[0], dest[1], dest[2], linesize, in hl_decode_mb_444()
|
H A D | vp8.c | 1561 void xchg_mb_border(uint8_t *top_border, uint8_t *src_y, uint8_t *src_cb, in xchg_mb_border() function 1681 /* for the first row, we need to run xchg_mb_border to init the top edge in intra_predict() 1684 xchg_mb_border(s->top_border[mb_x + 1], dst[0], dst[1], dst[2], in intra_predict() 1784 xchg_mb_border(s->top_border[mb_x + 1], dst[0], dst[1], dst[2], in intra_predict()
|
H A D | h264_mb.c | 508 static av_always_inline void xchg_mb_border(const H264Context *h, H264SliceContext *sl, in xchg_mb_border() function
|
Completed in 7 milliseconds