Searched refs:do_8tap_h_func (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_neon.S | 406 .macro do_8tap_h_func type, filter, offset, size 433 do_8tap_h_func put, regular, 1, \size label 434 do_8tap_h_func avg, regular, 1, \size label 435 do_8tap_h_func put, sharp, 2, \size label 436 do_8tap_h_func avg, sharp, 2, \size label 437 do_8tap_h_func put, smooth, 0, \size label 438 do_8tap_h_func avg, smooth, 0, \size label
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9mc_neon.S | 354 .macro do_8tap_h_func type, filter, offset, size 371 do_8tap_h_func put, regular, 1, \size label 372 do_8tap_h_func avg, regular, 1, \size label 373 do_8tap_h_func put, sharp, 2, \size label 374 do_8tap_h_func avg, sharp, 2, \size label 375 do_8tap_h_func put, smooth, 0, \size label 376 do_8tap_h_func avg, smooth, 0, \size label
|
H A D | vp9mc_16bpp_neon.S | 287 .macro do_8tap_h_func type, filter, offset, size, bpp 303 do_8tap_h_func put, regular, 1, \size, \bpp label 304 do_8tap_h_func avg, regular, 1, \size, \bpp label 305 do_8tap_h_func put, sharp, 2, \size, \bpp label 306 do_8tap_h_func avg, sharp, 2, \size, \bpp label 307 do_8tap_h_func put, smooth, 0, \size, \bpp label 308 do_8tap_h_func avg, smooth, 0, \size, \bpp label
|
Completed in 3 milliseconds