Home
last modified time | relevance | path

Searched refs:coarse (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dmedian_template.c57 htype *ccoarse = s->coarse[jobnr]; in filter_plane()
93 htype coarse[BINS] = { 0 }; in filter_plane() local
109 s->hmuladd(coarse, &ccoarse[0], radius, BINS); in filter_plane()
111 s->hadd(coarse, &ccoarse[BINS * j], BINS); in filter_plane()
119 s->hadd(coarse, &ccoarse[BINS * FFMIN(j + radius, width - 1)], BINS); in filter_plane()
122 sum += coarse[k]; in filter_plane()
124 sum -= coarse[k]; in filter_plane()
145 s->hsub(coarse, &ccoarse[BINS * FFMAX(j - radius, 0)], BINS); in filter_plane()
H A Dvf_median.c148 s->coarse = av_calloc(s->nb_threads, sizeof(*s->coarse)); in config_input()
150 if (!s->coarse || !s->fine) in config_input()
153 s->coarse[i] = av_malloc_array(s->coarse_size, sizeof(**s->coarse)); in config_input()
155 if (!s->coarse[i] || !s->fine[i]) in config_input()
238 for (int i = 0; i < s->nb_threads && s->coarse && s->fine; i++) { in uninit()
239 av_freep(&s->coarse[i]); in uninit()
243 av_freep(&s->coarse); in uninit()
H A Dmedian.h42 uint16_t **coarse, **fine; member
/third_party/backends/backend/
H A Dhp4200.c1031 do_coarse_calibration (HP4200_Scanner * s, struct coarse_t *coarse) in do_coarse_calibration() argument
1279 coarse->min_red = min_red; in do_coarse_calibration()
1280 coarse->min_green = min_green; in do_coarse_calibration()
1281 coarse->min_blue = min_blue; in do_coarse_calibration()
1282 coarse->max_red = max_red; in do_coarse_calibration()
1283 coarse->max_green = max_green; in do_coarse_calibration()
1284 coarse->max_blue = max_blue; in do_coarse_calibration()
1285 coarse->red_gain = red_gain; in do_coarse_calibration()
1286 coarse->green_gain = green_gain; in do_coarse_calibration()
1287 coarse in do_coarse_calibration()
1363 do_fine_calibration(HP4200_Scanner * s, struct coarse_t *coarse) do_fine_calibration() argument
2896 struct coarse_t coarse; sane_start() local
[all...]
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_bo_cache.c46 * @coarse: if true, only power-of-two bucket sizes, otherwise
50 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) in fd_bo_cache_init() argument
64 if (!coarse) in fd_bo_cache_init()
70 if (!coarse) { in fd_bo_cache_init()
H A Dfreedreno_priv.h186 void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);
/third_party/libdrm/freedreno/
H A Dfreedreno_bo_cache.c48 * @coarse: if true, only power-of-two bucket sizes, otherwise
52 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) in fd_bo_cache_init() argument
66 if (!coarse) in fd_bo_cache_init()
72 if (!coarse) { in fd_bo_cache_init()
H A Dfreedreno_priv.h109 drm_private void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DEdits.java41 * and the following coarse edits (note how adjacent change edits get merged together):
49 * The "fine changes" and "coarse changes" iterators will step through only the change edits when their
283 private final boolean onlyChanges_, coarse; field in Edits.Iterator
294 coarse = crs; in Iterator()
406 if (coarse) { in next()
422 if (!coarse) { in next()
495 if (coarse) { in previous()
524 if (!coarse) { in previous()
853 * Returns an Iterator for coarse-grained change edits
865 * Returns an Iterator for coarse
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DEdits.java42 * and the following coarse edits (note how adjacent change edits get merged together):
50 * The "fine changes" and "coarse changes" iterators will step through only the change edits when their
274 private final boolean onlyChanges_, coarse; field in Edits.Iterator
285 coarse = crs; in Iterator()
396 if (coarse) { in next()
412 if (!coarse) { in next()
485 if (coarse) { in previous()
514 if (!coarse) { in previous()
832 * Returns an Iterator for coarse-grained change edits
843 * Returns an Iterator for coarse
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dedits.h59 * and the following coarse edits (note how adjacent change edits get merged together):
67 * The "fine changes" and "coarse changes" iterators will step through only the change edits when their
210 remaining(0), onlyChanges_(false), coarse(false), in Iterator()
422 UBool onlyChanges_, coarse; member
431 * Returns an Iterator for coarse-grained change edits
443 * Returns an Iterator for coarse-grained change and no-change edits
/third_party/node/deps/icu-small/source/common/unicode/
H A Dedits.h59 * and the following coarse edits (note how adjacent change edits get merged together):
67 * The "fine changes" and "coarse changes" iterators will step through only the change edits when their
210 remaining(0), onlyChanges_(false), coarse(false), in Iterator()
422 UBool onlyChanges_, coarse; member
431 * Returns an Iterator for coarse-grained change edits
443 * Returns an Iterator for coarse-grained change and no-change edits
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dedits.h59 * and the following coarse edits (note how adjacent change edits get merged together):
67 * The "fine changes" and "coarse changes" iterators will step through only the change edits when their
210 remaining(0), onlyChanges_(false), coarse(false), in Iterator()
422 UBool onlyChanges_, coarse; member
431 * Returns an Iterator for coarse-grained change edits
443 * Returns an Iterator for coarse-grained change and no-change edits
/third_party/icu/icu4c/source/common/
H A Dedits.cpp402 onlyChanges_(oc), coarse(crs), in Iterator()
509 if (coarse) { in next()
525 if (!coarse) { in next()
601 if (coarse) { in previous()
630 if (!coarse) { in previous()
/third_party/node/deps/icu-small/source/common/
H A Dedits.cpp402 onlyChanges_(oc), coarse(crs), in Iterator()
509 if (coarse) { in next()
525 if (!coarse) { in next()
601 if (coarse) { in previous()
630 if (!coarse) { in previous()
/third_party/skia/third_party/externals/icu/source/common/
H A Dedits.cpp402 onlyChanges_(oc), coarse(crs), in Iterator()
509 if (coarse) { in next()
525 if (!coarse) { in next()
601 if (coarse) { in previous()
630 if (!coarse) { in previous()
/third_party/ffmpeg/tests/fate/
H A Dscreen.mak1 # FIXME dropped frames in this test because of coarse timebase
H A Dvideo.mak272 # FIXME dropped frames in this test because of coarse timebase
/third_party/glslang/SPIRV/
H A DSpvBuilder.h560 Id coarse; member
H A DSpvBuilder.cpp2901 if (parameters.coarse != NoResult) in createTextureCall()
2902 texArgs.push_back(parameters.coarse); in createTextureCall()
2974 } else if (parameters.granularity && parameters.coarse) { in createTextureCall()
H A DGlslangToSpv.cpp6108 // int granularity, bool coarse, out gl_TextureFootprint2DNV footprint in createImageTextureFunctionCall()
6203 // int granularity, bool coarse, out gl_TextureFootprint2DNV footprint in createImageTextureFunctionCall()
6205 params.coarse = arguments[3 + extraArgs]; in createImageTextureFunctionCall()

Completed in 37 milliseconds