Home
last modified time | relevance | path

Searched refs:do_8tap_h_func (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/aarch64/
Dvp9mc_16bpp_neon.S287 .macro do_8tap_h_func type, filter, offset, size, bpp macro
303 do_8tap_h_func put, regular, 1, \size, \bpp
304 do_8tap_h_func avg, regular, 1, \size, \bpp
305 do_8tap_h_func put, sharp, 2, \size, \bpp
306 do_8tap_h_func avg, sharp, 2, \size, \bpp
307 do_8tap_h_func put, smooth, 0, \size, \bpp
308 do_8tap_h_func avg, smooth, 0, \size, \bpp
Dvp9mc_neon.S354 .macro do_8tap_h_func type, filter, offset, size macro
371 do_8tap_h_func put, regular, 1, \size
372 do_8tap_h_func avg, regular, 1, \size
373 do_8tap_h_func put, sharp, 2, \size
374 do_8tap_h_func avg, sharp, 2, \size
375 do_8tap_h_func put, smooth, 0, \size
376 do_8tap_h_func avg, smooth, 0, \size
/third_party/ffmpeg/libavcodec/arm/
Dvp9mc_neon.S406 .macro do_8tap_h_func type, filter, offset, size macro
433 do_8tap_h_func put, regular, 1, \size
434 do_8tap_h_func avg, regular, 1, \size
435 do_8tap_h_func put, sharp, 2, \size
436 do_8tap_h_func avg, sharp, 2, \size
437 do_8tap_h_func put, smooth, 0, \size
438 do_8tap_h_func avg, smooth, 0, \size