Searched defs:SCALE_FUNC (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libswscale/x86/ |
D | scale.asm | 365 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
|
D | scale_avx2.asm | 111 SCALE_FUNC 4 label 112 SCALE_FUNC X4 label
|
D | swscale.c | 232 #define SCALE_FUNC(filter_n, from_bpc, to_bpc, opt) \ macro
|
/third_party/ffmpeg/libswscale/aarch64/ |
D | swscale.c | 25 #define SCALE_FUNC(filter_n, from_bpc, to_bpc, opt) \ macro
|