Searched refs:PARALLEL (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_atadenoise.c | 82 { "a", "set variant of algorithm", OFFSET(algorithm),AV_OPT_TYPE_INT, {.i64=PARALLEL}, 0, NB_ATAA-1, FLAGS, "a" }, 83 { "p", "parallel", 0, AV_OPT_TYPE_CONST, {.i64=PARALLEL}, 0, 0, FLAGS, "a" }, 404 s->dsp.filter_row[p] = s->algorithm == PARALLEL ? filter_row8 : filter_row8_serial; in config_input() 406 s->dsp.filter_row[p] = s->algorithm == PARALLEL ? filter_row16 : filter_row16_serial; in config_input() 408 s->dsp.filter_row[p] = s->algorithm == PARALLEL ? fweight_row8 : fweight_row8_serial; in config_input() 410 s->dsp.filter_row[p] = s->algorithm == PARALLEL ? fweight_row16 : fweight_row16_serial; in config_input()
|
H A D | atadenoise.h | 28 PARALLEL, enumerator
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | minihuf.c | 303 #define PARALLEL 2 macro 307 int state[PARALLEL]; 343 for (j = 0; j < PARALLEL; j++) { in main()
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | minilex.c | 193 #define PARALLEL 30 macro 196 char c[PARALLEL]; 197 int state[PARALLEL];
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_atadenoise_init.c | 42 if (ARCH_X86_64 && EXTERNAL_SSE4(cpu_flags) && depth <= 8 && algorithm == PARALLEL && sigma[p] == INT16_MAX) { in ff_atadenoise_init_x86()
|
Completed in 3 milliseconds