Home
last modified time | relevance | path

Searched defs:SCALE_FUNC (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libswscale/x86/
Dscale.asm365 SCALE_FUNC %1, %2, 4, 4, 6, %3 label
366 SCALE_FUNC %1, %2, 8, 8, 6, %3 label
367 SCALE_FUNC %1, %2, X, X4, 7, %3 label
368 SCALE_FUNC %1, %2, X, X8, 7, %3 label
Dscale_avx2.asm111 SCALE_FUNC 4 label
112 SCALE_FUNC X4 label
Dswscale.c232 #define SCALE_FUNC(filter_n, from_bpc, to_bpc, opt) \ macro
/third_party/ffmpeg/libswscale/aarch64/
Dswscale.c25 #define SCALE_FUNC(filter_n, from_bpc, to_bpc, opt) \ macro