/third_party/libsnd/src/GSM610/ |
D | short_term.c | 342 #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/ |
D | env.test | 9 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/ |
D | dzn_util.c | 216 #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/ |
D | lint | 26 FILTER="-runtime/references" 36 --filter="$FILTER" \ 39 cpplint.py --root=$ROOT_DIR --filter="$FILTER" $FILES
|
/third_party/ffmpeg/libavfilter/ |
D | vf_yadif.c | 50 #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()
|
D | vf_avgblur.c | 74 #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)
|
D | af_atilt.c | 120 #define FILTER(name, type) \ macro 159 FILTER(fltp, float) in FILTER() function 160 FILTER(dblp, double) in FILTER()
|
D | af_asupercut.c | 205 #define FILTER(name, type) \ macro 245 FILTER(fltp, float) in FILTER() function 246 FILTER(dblp, double) in FILTER()
|
/third_party/ltp/testcases/kdump/lib/ |
D | test.sh | 198 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/ |
D | missing.sh | 19 FILTER=$1 34 mlr --csv filter "${FILTER}" /tmp/alljobs.csv | \
|
/third_party/rust/crates/libc/ci/ |
D | build.sh | 209 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/ |
D | h264_loopfilter.c | 379 #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 …]
|
D | diracdsp.c | 26 #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/ |
D | output_env.sh | 55 FILTER="$1" 57 VERSION_STR=`echo "$VERSION_STR" | $FILTER`
|
/third_party/mbedtls/tests/ |
D | compat.sh | 87 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/ |
D | hevc_mc.asm | 185 %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/ |
D | FractalNoiseEffect.cpp | 207 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/ |
D | vf_yadif.asm | 88 %macro FILTER 3 222 FILTER 1, prevq, curq 226 FILTER 0, curq, nextq
|
D | yadif-10.asm | 109 %macro FILTER 3 238 FILTER 1, prevq, curq 242 FILTER 0, curq, nextq
|
D | vf_bwdif.asm | 57 %macro FILTER 5 221 FILTER 1, prevq, curq, %1, %2 224 FILTER 0, curq, nextq, %1, %2
|
D | yadif-16.asm | 140 %macro FILTER 3 274 FILTER 1, prevq, curq 278 FILTER 0, curq, nextq
|
/third_party/ltp/testcases/kdump/ |
D | runkdump.conf | 20 FILTER=0
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGenScript.cmake | 98 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/ |
D | Grek_Latn_UNGEGN.txt | 11 # 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/ |
D | Grek_Latn_UNGEGN.txt | 11 # MINIMAL FILTER GENERATED FOR: Greek-Latin/UNGEGN 184 # MINIMAL FILTER GENERATED FOR: Latin-Greek/UNGEGN BACKWARD
|