Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/aarch64/
H A Dswscale.c31 #define SCALE_FUNCS(filter_n, opt) \ macro
34 SCALE_FUNCS(4, opt); \
35 SCALE_FUNCS(X8, opt)
/third_party/ffmpeg/libswscale/x86/
H A Dscale.asm363 ; SCALE_FUNCS source_width, intermediate_nbits, n_xmm
364 %macro SCALE_FUNCS 3
374 SCALE_FUNCS 8, 15, %1 label
375 SCALE_FUNCS 9, 15, %2 label
376 SCALE_FUNCS 10, 15, %2 label
377 SCALE_FUNCS 12, 15, %2 label
378 SCALE_FUNCS 14, 15, %2 label
379 SCALE_FUNCS 16, 15, %3 label
381 SCALE_FUNCS 8, 19, %1 label
382 SCALE_FUNCS label
383 SCALE_FUNCS 10, 19, %2 global() label
384 SCALE_FUNCS 12, 19, %2 global() label
385 SCALE_FUNCS 14, 19, %2 global() label
386 SCALE_FUNCS 16, 19, %3 global() label
[all...]
H A Dswscale.c239 #define SCALE_FUNCS(filter_n, opt) \ macro
254 SCALE_FUNCS(4, opt); \
255 SCALE_FUNCS(8, opt); \
256 SCALE_FUNCS(X, opt)
259 SCALE_FUNCS(4, opt); \
260 SCALE_FUNCS(8, opt); \
261 SCALE_FUNCS(X4, opt); \
262 SCALE_FUNCS(X8, opt)

Completed in 3 milliseconds