Home
last modified time | relevance | path

Searched defs:SAMPLE (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libswresample/
Drematrix_template.c23 # define SAMPLE float macro
29 # define SAMPLE double macro
34 # define SAMPLE int16_t macro
46 # define SAMPLE int32_t macro
/third_party/pixman/pixman/
Dpixman-filter.c205 #define SAMPLE(a1, a2) \ in integral() macro
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbit_slicer.c90 #define SAMPLE(_kind) \ macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dhisi_hi3521dv200.c153 #define SAMPLE 1 macro
Dhisi_hi3531dv200.c149 #define SAMPLE 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h442 SAMPLE, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h107 SAMPLE = 308, enumerator
Dglslang_tab_autogen.cpp196 SAMPLE = 308, enumerator
/third_party/ffmpeg/libavcodec/
Dhevcdec.h74 #define SAMPLE(tab, x, y) ((tab)[(y) * s->sps->width + (x)]) macro