Home
last modified time | relevance | path

Searched refs:do_8tap_v_func (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
H A Dvp9mc_neon.S686 .macro do_8tap_v_func type, filter, offset, size
708 do_8tap_v_func put, regular, 1, \size label
709 do_8tap_v_func avg, regular, 1, \size label
710 do_8tap_v_func put, sharp, 2, \size label
711 do_8tap_v_func avg, sharp, 2, \size label
712 do_8tap_v_func put, smooth, 0, \size label
713 do_8tap_v_func avg, smooth, 0, \size label
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp9mc_neon.S627 .macro do_8tap_v_func type, filter, offset, size
645 do_8tap_v_func put, regular, 1, \size label
646 do_8tap_v_func avg, regular, 1, \size label
647 do_8tap_v_func put, sharp, 2, \size label
648 do_8tap_v_func avg, sharp, 2, \size label
649 do_8tap_v_func put, smooth, 0, \size label
650 do_8tap_v_func avg, smooth, 0, \size label
H A Dvp9mc_16bpp_neon.S573 .macro do_8tap_v_func type, filter, offset, size, bpp
589 do_8tap_v_func put, regular, 1, \size, \bpp label
590 do_8tap_v_func avg, regular, 1, \size, \bpp label
591 do_8tap_v_func put, sharp, 2, \size, \bpp label
592 do_8tap_v_func avg, sharp, 2, \size, \bpp label
593 do_8tap_v_func put, smooth, 0, \size, \bpp label
594 do_8tap_v_func avg, smooth, 0, \size, \bpp label

Completed in 3 milliseconds