Searched refs:FILTER_LENGTH (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavresample/arm/ |
H A D | asm-offsets.h | 24 #define FILTER_LENGTH 0x0c macro
|
H A D | resample_init.c | 33 AV_CHECK_OFFSET(struct ResampleContext, filter_length, FILTER_LENGTH);
|
H A D | resample_neon.S | 32 ldr r5, [r0, #FILTER_LENGTH] 231 ldr r5, [r0, #FILTER_LENGTH]
|
/third_party/ffmpeg/libavresample/aarch64/ |
H A D | asm-offsets.h | 24 #define FILTER_LENGTH 0x18 macro
|
H A D | resample_init.c | 31 AV_CHECK_OFFSET(struct ResampleContext, filter_length, FILTER_LENGTH);
|
H A D | resample_neon.S | 34 ldr w6, [x0, #FILTER_LENGTH]
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
H A D | StateAdapter.java | 42 private static final int FILTER_LENGTH = 20; field in StateAdapter 131 if (optionStrings.length >= FILTER_LENGTH) { in populateView()
|
Completed in 2 milliseconds