Searched refs:do_8tap_h (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9mc_neon.S | 222 .macro do_8tap_h type, size, idx1, idx2 344 do_8tap_h put, \size, 3, 4 label 345 do_8tap_h avg, \size, 3, 4 label 346 do_8tap_h put, \size, 4, 3 label 347 do_8tap_h avg, \size, 4, 3 label
|
H A D | vp9mc_16bpp_neon.S | 150 .macro do_8tap_h type, size 279 do_8tap_h put, \size label 280 do_8tap_h avg, \size label
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_neon.S | 269 .macro do_8tap_h type, size, idx1, idx2 396 do_8tap_h put, \size, 3, 4 label 397 do_8tap_h avg, \size, 3, 4 label 398 do_8tap_h put, \size, 4, 3 label 399 do_8tap_h avg, \size, 4, 3 label
|
H A D | vp9mc_16bpp_neon.S | 183 .macro do_8tap_h type, size 289 do_8tap_h put, \size label 290 do_8tap_h avg, \size label
|
Completed in 5 milliseconds