Searched refs:FILTER_BANK (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavresample/arm/ |
H A D | asm-offsets.h | 23 #define FILTER_BANK 0x08 macro
|
H A D | resample_init.c | 32 AV_CHECK_OFFSET(struct ResampleContext, filter_bank, FILTER_BANK);
|
H A D | resample_neon.S | 38 ldr ip, [r0, #FILTER_BANK] 237 ldr ip, [r0, #FILTER_BANK]
|
/third_party/ffmpeg/libavresample/aarch64/ |
H A D | asm-offsets.h | 23 #define FILTER_BANK 0x10 macro
|
H A D | resample_init.c | 30 AV_CHECK_OFFSET(struct ResampleContext, filter_bank, FILTER_BANK);
|
H A D | resample_neon.S | 33 ldr x9, [x0, #FILTER_BANK]
|
Completed in 2 milliseconds