Home
last modified time | relevance | path

Searched refs:FILTER (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/libsnd/src/GSM610/
Dshort_term.c342 #undef FILTER in Gsm_Short_Term_Analysis_Filter()
344 # define FILTER (* (S->fast \ in Gsm_Short_Term_Analysis_Filter() macro
349 # define FILTER Short_term_analysis_filtering in Gsm_Short_Term_Analysis_Filter() macro
356 FILTER (S, LARp, 13, s) ; in Gsm_Short_Term_Analysis_Filter()
360 FILTER (S, LARp, 14, s + 13) ; in Gsm_Short_Term_Analysis_Filter()
364 FILTER (S, LARp, 13, s + 27) ; in Gsm_Short_Term_Analysis_Filter()
368 FILTER (S, LARp, 120, s + 40) ; in Gsm_Short_Term_Analysis_Filter()
385 #undef FILTER in Gsm_Short_Term_Synthesis_Filter()
388 # define FILTER (* (S->fast \ in Gsm_Short_Term_Synthesis_Filter() macro
392 # define FILTER Short_term_synthesis_filtering in Gsm_Short_Term_Synthesis_Filter() macro
[all …]
/third_party/toybox/tests/
Denv.test9 FILTER="| egrep '^(WALRUS|BANANA|LETTERS)=' | sort"
11 testcmd "read" "$FILTER" "BANANA=hello\nLETTERS=\nWALRUS=42\n" "" ""
12 testcmd "-u" "-u BANANA $FILTER" "LETTERS=\nWALRUS=42\n" "" ""
13 testcmd "-uu" "-u LETTERS -u WALRUS $FILTER" "BANANA=hello\n" "" ""
18 unset WALRUS BANANA LETTERS FILTER
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_util.c216 #define FILTER(__min, __mag, __mipmap) \ macro
224 [D3D12_FILTER_MIN_MAG_MIP_POINT] = FILTER(NEAREST, NEAREST, NEAREST),
225 [D3D12_FILTER_MIN_MAG_POINT_MIP_LINEAR] = FILTER(NEAREST, NEAREST, LINEAR),
226 [D3D12_FILTER_MIN_POINT_MAG_LINEAR_MIP_POINT] = FILTER(NEAREST, LINEAR, NEAREST),
227 [D3D12_FILTER_MIN_POINT_MAG_MIP_LINEAR] = FILTER(NEAREST, LINEAR, LINEAR),
228 [D3D12_FILTER_MIN_LINEAR_MAG_MIP_POINT] = FILTER(LINEAR, NEAREST, NEAREST),
229 [D3D12_FILTER_MIN_LINEAR_MAG_POINT_MIP_LINEAR] = FILTER(LINEAR, NEAREST, LINEAR),
230 [D3D12_FILTER_MIN_MAG_LINEAR_MIP_POINT] = FILTER(LINEAR, LINEAR, NEAREST),
231 [D3D12_FILTER_MIN_MAG_MIP_LINEAR] = FILTER(LINEAR, LINEAR, LINEAR),
/third_party/skia/third_party/externals/tint/tools/
Dlint26 FILTER="-runtime/references"
36 --filter="$FILTER" \
39 cpplint.py --root=$ROOT_DIR --filter="$FILTER" $FILES
/third_party/ffmpeg/libavfilter/
Dvf_yadif.c50 #define FILTER(start, end, is_not_edge) \ macro
108 FILTER(0, w, 1) in filter_line_c()
128 FILTER(0, FFMIN(3, w), 0) in filter_edges()
137 FILTER(offset, w - 3, 1) in filter_edges()
139 FILTER(offset, w, 0) in filter_edges()
158 FILTER(0, w, 1) in filter_line_c_16bit()
178 FILTER(0, FFMIN(3, w), 0) in filter_edges_16bit()
187 FILTER(offset, w - 3, 1) in filter_edges_16bit()
189 FILTER(offset, w, 0) in filter_edges_16bit()
Dvf_avgblur.c74 #define FILTER(name, type, btype, lutunused, areaunused, lutdiv) \ macro
165 FILTER(lut8, uint8_t, int32_t, , av_unused, LUT_DIV)
166 FILTER(lut16, uint16_t, int64_t, , av_unused, LUT_DIV)
168 FILTER(slow8, uint8_t, int32_t, av_unused, , SLOW_DIV)
169 FILTER(slow16, uint16_t, int64_t, av_unused, , SLOW_DIV)
Daf_atilt.c120 #define FILTER(name, type) \ macro
159 FILTER(fltp, float) in FILTER() function
160 FILTER(dblp, double) in FILTER()
Daf_asupercut.c205 #define FILTER(name, type) \ macro
245 FILTER(fltp, float) in FILTER() function
246 FILTER(dblp, double) in FILTER()
/third_party/ltp/testcases/kdump/lib/
Dtest.sh198 if [ "${FILTER}" -eq 1 ]; then
207 if [ "${FILTER}" -eq 1 ]; then
216 if [ "${FILTER}" -eq 1 ]; then
225 if [ "${FILTER}" -eq 1 ]; then
239 if [ "${FILTER}" -eq 1 ]; then
252 if [ "${FILTER}" -eq 1 ]; then
/third_party/skia/infra/bots/analysis/
Dmissing.sh19 FILTER=$1
34 mlr --csv filter "${FILTER}" /tmp/alljobs.csv | \
/third_party/rust/crates/libc/ci/
Dbuild.sh209 if echo "$TARGET"|grep -q "$FILTER"; then
279 if echo "$TARGET"|grep -q "$FILTER"; then
294 if echo "$TARGET" | grep -q "$FILTER"; then
/third_party/ffmpeg/libavcodec/
Dh264_loopfilter.c379 #define FILTER(hv,dir,edge,intra)\ in h264_filter_mb_fast_internal() macro
393 FILTER(v,0,0,1); in h264_filter_mb_fast_internal()
396 FILTER(h,1,0,1); in h264_filter_mb_fast_internal()
398 FILTER(v,0,2,0); in h264_filter_mb_fast_internal()
400 FILTER(h,1,0,1); in h264_filter_mb_fast_internal()
401 FILTER(h,1,2,0); in h264_filter_mb_fast_internal()
403 FILTER(v,0,1,0); in h264_filter_mb_fast_internal()
404 FILTER(v,0,2,0); in h264_filter_mb_fast_internal()
405 FILTER(v,0,3,0); in h264_filter_mb_fast_internal()
407 FILTER(h,1,0,1); in h264_filter_mb_fast_internal()
[all …]
Ddiracdsp.c26 #define FILTER(src, stride) \ macro
39 dstv[x] = av_clip_uint8(FILTER(src+x, stride)); in dirac_hpel_filter()
42 dstc[x] = av_clip_uint8(FILTER(dstv+x, 1)); in dirac_hpel_filter()
45 dsth[x] = av_clip_uint8(FILTER(src+x, 1)); in dirac_hpel_filter()
/third_party/mbedtls/scripts/
Doutput_env.sh55 FILTER="$1"
57 VERSION_STR=`echo "$VERSION_STR" | $FILTER`
/third_party/mbedtls/tests/
Dcompat.sh87 FILTER=""
104 printf " -f|--filter\tOnly matching ciphersuites are tested (Default: '%s')\n" "$FILTER"
119 shift; FILTER=$1
196 NEW_LIST="$NEW_LIST $( echo "$i" | grep "$FILTER" | grep -v "$EXCLMODE" )"
205 if [ "X" != "X$FILTER" -o "X" != "X$EXCLUDE" ];
/third_party/ffmpeg/libavcodec/x86/
Dhevc_mc.asm185 %define FILTER %5q
187 %define FILTER hevc_epel_filters_avx2_%1
193 %define FILTER %5q
195 %define FILTER hevc_epel_filters_sse4_%1
204 mova %3, [FILTER + %2q] ; get 2 first values of filters
205 mova %4, [FILTER + %2q+%%offset] ; get 2 last values of filters
221 %define FILTER r3srcq
223 %define FILTER %%table
229 mova m14, [FILTER + mxq] ; get 2 first values of filters
230 mova m15, [FILTER + mxq+%%offset] ; get 2 last values of filters
[all …]
/third_party/skia/modules/skottie/src/effects/
DFractalNoiseEffect.cpp207 template <unsigned LOOPS, NoiseFilter FILTER, NoiseFractal FRACTAL>
222 static_assert(static_cast<size_t>(FILTER) < SK_ARRAY_COUNT(gFilters)); in noise_effect()
227 gFilters[static_cast<size_t>(FILTER)], in noise_effect()
/third_party/ffmpeg/libavfilter/x86/
Dvf_yadif.asm88 %macro FILTER 3
222 FILTER 1, prevq, curq
226 FILTER 0, curq, nextq
Dyadif-10.asm109 %macro FILTER 3
238 FILTER 1, prevq, curq
242 FILTER 0, curq, nextq
Dvf_bwdif.asm57 %macro FILTER 5
221 FILTER 1, prevq, curq, %1, %2
224 FILTER 0, curq, nextq, %1, %2
Dyadif-16.asm140 %macro FILTER 3
274 FILTER 1, prevq, curq
278 FILTER 0, curq, nextq
/third_party/ltp/testcases/kdump/
Drunkdump.conf20 FILTER=0
/third_party/libsnd/cmake/
DCMakeAutoGenScript.cmake98 function(append_output SUFFICES_FILENAMES TEXT POS0 POS1 FILTER)
105 append_output_text("${SUFFICES_FILENAMES}" "${TEXT_APPEND}" "${FILTER}")
108 function(append_output_text SUFFICES_FILENAMES TEXT_APPEND FILTER)
119 if (FILTER)
120 if (NOT "${SUFFIX}" STREQUAL "${FILTER}")
/third_party/icu/icu4c/source/data/translit/
DGrek_Latn_UNGEGN.txt11 # MINIMAL FILTER GENERATED FOR: Greek-Latin/UNGEGN
184 # MINIMAL FILTER GENERATED FOR: Latin-Greek/UNGEGN BACKWARD
/third_party/skia/third_party/externals/icu/source/data/translit/
DGrek_Latn_UNGEGN.txt11 # MINIMAL FILTER GENERATED FOR: Greek-Latin/UNGEGN
184 # MINIMAL FILTER GENERATED FOR: Latin-Greek/UNGEGN BACKWARD

12345