/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_neon.S | 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
|
H A D | vp9mc_16bpp_neon.S | 315 do_8tap_h_func put, regular, 1, \size, \bpp label 316 do_8tap_h_func avg, regular, 1, \size, \bpp label 317 do_8tap_h_func put, sharp, 2, \size, \bpp label 318 do_8tap_h_func avg, sharp, 2, \size, \bpp label 319 do_8tap_h_func put, smooth, 0, \size, \bpp label 320 do_8tap_h_func avg, smooth, 0, \size, \bpp label
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9mc_neon.S | 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 | 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
|