Home
last modified time | relevance | path

Searched refs:SAMPLE (Results 1 – 25 of 35) sorted by relevance

12

/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
52 typedef void (RENAME(mix_any_func_type))(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer l…
54 static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, integer … in RENAME()
63 static void RENAME(copy)(SAMPLE *out, const SAMPLE *in, COEFF *coeffp, integer index, integer len){ in RENAME()
70 static void RENAME(mix6to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ in RENAME()
80 static void RENAME(mix8to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ in RENAME()
108 #undef SAMPLE
/third_party/pixman/pixman/
Dpixman-filter.c205 #define SAMPLE(a1, a2) \ in integral() macro
212 s = SAMPLE (x1, x2); in integral()
218 s += 4 * SAMPLE (a1, a2); in integral()
225 s += 2 * SAMPLE (a1, a2); in integral()
228 s += SAMPLE (x1 + width, x2 + width); in integral()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbit_slicer.c90 #define SAMPLE(_kind) \ macro
114 SAMPLE (VBI3_FRC_BIT); \
125 SAMPLE (VBI3_PAYLOAD_BIT); \
136 SAMPLE (VBI3_PAYLOAD_BIT); \
148 SAMPLE (VBI3_PAYLOAD_BIT); \
159 SAMPLE (VBI3_PAYLOAD_BIT); \
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dhisi_hi3531dv200.c149 #define SAMPLE 1 macro
306 sample_phase = hisi_phase_cfg[selected_mode][SAMPLE]; in hisi_set_phase()
Dhisi_hi3521dv200.c153 #define SAMPLE 1 macro
316 sample_phase = hisi_phase_cfg[selected_mode][SAMPLE]; in hisi_set_phase()
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_Coverage71 // SAMPLE FILE: First Line
81 // SAMPLE FILE: Last Line
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h107 SAMPLE = 308, enumerator
Dglslang.y167 %token <lex> SAMPLE CENTROID FLAT SMOOTH NOPERSPECTIVE PATCH
915 | SAMPLE {
Dglslang.l281 …d_ES3_extension_ES3_2_keyword(context, TExtension::OES_shader_multisample_interpolation, SAMPLE); }
Dglslang_lex_autogen.cpp1822 context, TExtension::OES_shader_multisample_interpolation, SAMPLE);
Dglslang_tab_autogen.cpp196 SAMPLE = 308, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/
DMakefile.in39 @SAMPLES_TRUE@SAMPLE = samples
65 SUBDIRS = stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) $(DATASUBDIR) $(EXTRA) $(SAMPLE) $(TE…
/third_party/skia/third_party/externals/icu/source/
DMakefile.in39 @SAMPLES_TRUE@SAMPLE = samples
65 SUBDIRS = stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) $(DATASUBDIR) $(EXTRA) $(SAMPLE) $(TE…
/third_party/icu/icu4c/source/
DMakefile.in39 @SAMPLES_TRUE@SAMPLE = samples
65 SUBDIRS = stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) $(DATASUBDIR) $(EXTRA) $(SAMPLE) $(TE…
/third_party/ffmpeg/libavcodec/
Dhevcdec.h74 #define SAMPLE(tab, x, y) ((tab)[(y) * s->sps->width + (x)]) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h442 SAMPLE, enumerator
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dexample.txt51 /******************** JPEG COMPRESSION SAMPLE INTERFACE *******************/
224 /******************** JPEG DECOMPRESSION SAMPLE INTERFACE *******************/
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_timer_query.txt287 value of SAMPLE BUFFERS is 0, then the samples-passed count is incremented
288 by 1 for each fragment. If the value of SAMPLE BUFFERS is 1, then the
DEXT_transform_feedback.txt566 value of SAMPLE BUFFERS is 0, then the samples- passed count is
567 incremented by 1 for each fragment. If the value of SAMPLE BUFFERS is 1,
/third_party/openGLES/extensions/EXT/
DEXT_timer_query.txt287 value of SAMPLE BUFFERS is 0, then the samples-passed count is incremented
288 by 1 for each fragment. If the value of SAMPLE BUFFERS is 1, then the
DEXT_transform_feedback.txt566 value of SAMPLE BUFFERS is 0, then the samples- passed count is
567 incremented by 1 for each fragment. If the value of SAMPLE BUFFERS is 1,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_gpu_program5.txt226 <interpModifier> ::= "SAMPLE"
1751 CENTROID and SAMPLE attribute variable modifiers are ignored. The FLAT
1783 CENTROID and SAMPLE attribute variable modifiers are ignored. The FLAT
1807 CENTROID and SAMPLE attribute variable modifiers are ignored. The FLAT
2826 (SAMPLE) that directed that fragment programs be run once per sample,
DNV_transform_feedback.txt697 value of SAMPLE BUFFERS is 0, then the samples- passed count is
698 incremented by 1 for each fragment. If the value of SAMPLE BUFFERS is 1,
/third_party/openGLES/extensions/NV/
DNV_gpu_program5.txt226 <interpModifier> ::= "SAMPLE"
1751 CENTROID and SAMPLE attribute variable modifiers are ignored. The FLAT
1783 CENTROID and SAMPLE attribute variable modifiers are ignored. The FLAT
1807 CENTROID and SAMPLE attribute variable modifiers are ignored. The FLAT
2826 (SAMPLE) that directed that fragment programs be run once per sample,
DNV_transform_feedback.txt697 value of SAMPLE BUFFERS is 0, then the samples- passed count is
698 incremented by 1 for each fragment. If the value of SAMPLE BUFFERS is 1,

12