Searched refs:mc_func (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp8.c | 1810 * @param mc_func motion compensation function pointers (bilinear or sixtap MC) 1817 vp8_mc_func mc_func[3][3]) in vp8_mc_luma() 1845 mc_func[my_idx][mx_idx](dst, linesize, src, src_linesize, block_h, mx, my); in vp8_mc_luma() 1848 mc_func[0][0](dst, linesize, src + y_off * linesize + x_off, in vp8_mc_luma() 1868 * @param mc_func motion compensation function pointers (bilinear or sixtap MC) 1875 vp8_mc_func mc_func[3][3]) in vp8_mc_chroma() 1899 mc_func[my_idx][mx_idx](dst1, linesize, src1, EDGE_EMU_LINESIZE, block_h, mx, my); in vp8_mc_chroma() 1908 mc_func[my_idx][mx_idx](dst2, linesize, src2, EDGE_EMU_LINESIZE, block_h, mx, my); in vp8_mc_chroma() 1910 mc_func[my_idx][mx_idx](dst1, linesize, src1, linesize, block_h, mx, my); in vp8_mc_chroma() 1911 mc_func[my_id in vp8_mc_chroma() 1813 vp8_mc_luma(VP8Context *s, VP8ThreadData *td, uint8_t *dst, ThreadFrame *ref, const VP56mv *mv, int x_off, int y_off, int block_w, int block_h, int width, int height, ptrdiff_t linesize, vp8_mc_func mc_func[3][3]) vp8_mc_luma() argument 1871 vp8_mc_chroma(VP8Context *s, VP8ThreadData *td, uint8_t *dst1, uint8_t *dst2, ThreadFrame *ref, const VP56mv *mv, int x_off, int y_off, int block_w, int block_h, int width, int height, ptrdiff_t linesize, vp8_mc_func mc_func[3][3]) vp8_mc_chroma() argument [all...] |
Completed in 5 milliseconds