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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dscale.asm392 ; SCALE_FUNCS source_width, intermediate_nbits, n_xmm
393 %macro SCALE_FUNCS 3
407 SCALE_FUNCS 8, 15, %1 label
408 SCALE_FUNCS 9, 15, %2 label
409 SCALE_FUNCS 10, 15, %2 label
410 SCALE_FUNCS 12, 15, %2 label
411 SCALE_FUNCS 14, 15, %2 label
412 SCALE_FUNCS 16, 15, %3 label
414 SCALE_FUNCS 8, 19, %1 label
415 SCALE_FUNCS label
416 SCALE_FUNCS 10, 19, %2 label
417 SCALE_FUNCS 12, 19, %2 label
418 SCALE_FUNCS 14, 19, %2 label
419 SCALE_FUNCS 16, 19, %3 label
[all...]
H A Dswscale.c281 #define SCALE_FUNCS(filter_n, opt) \ macro
296 SCALE_FUNCS(4, opt); \
297 SCALE_FUNCS(8, opt); \
298 SCALE_FUNCS(X, opt)
301 SCALE_FUNCS(4, opt); \
302 SCALE_FUNCS(8, opt); \
303 SCALE_FUNCS(X4, opt); \
304 SCALE_FUNCS(X8, opt)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dswscale_mmx.c224 #define SCALE_FUNCS(filter_n, opt) \ macro
235 SCALE_FUNCS(4, opt); \
236 SCALE_FUNCS(8, opt); \
237 SCALE_FUNCS(X, opt)
240 SCALE_FUNCS(4, opt); \
241 SCALE_FUNCS(8, opt); \
242 SCALE_FUNCS(X4, opt); \
243 SCALE_FUNCS(X8, opt)
H A Dscale.asm399 ; SCALE_FUNCS source_width, intermediate_nbits, opt, n_xmm
400 %macro SCALE_FUNCS 4
414 SCALE_FUNCS 8, 15, %1, %2 label
415 SCALE_FUNCS 9, 15, %1, %3 label
416 SCALE_FUNCS 10, 15, %1, %3 label
417 SCALE_FUNCS 16, 15, %1, %4 label
419 SCALE_FUNCS 8, 19, %1, %2 label
420 SCALE_FUNCS 9, 19, %1, %3 label
421 SCALE_FUNCS 10, 19, %1, %3 label
422 SCALE_FUNCS 1 label
[all...]

Completed in 169 milliseconds