Home
last modified time | relevance | path

Searched refs:search_positions (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_bm3d.c86 PosCode *search_positions; member
340 sc->search_positions[index++] = pos; in block_matching_multi()
352 sc->search_positions, index, s->th_mse, y, x, plane, jobnr); in block_matching_multi()
836 …sc->search_positions = av_calloc(SQR(2 * s->bm_range / s->bm_step + 1), sizeof(*sc->search_positio… in config_input()
837 if (!sc->search_positions) in config_input()
1045 av_freep(&sc->search_positions); in uninit()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_bm3d.c86 PosCode *search_positions; member
336 sc->search_positions[index++] = pos; in block_matching_multi()
348 sc->search_positions, index, s->th_mse, y, x, plane, jobnr); in block_matching_multi()
832 …sc->search_positions = av_calloc(SQR(2 * s->bm_range / s->bm_step + 1), sizeof(*sc->search_positio… in config_input()
833 if (!sc->search_positions) in config_input()
1050 av_freep(&sc->search_positions); in uninit()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_bm3d.c86 PosCode *search_positions; member
340 sc->search_positions[index++] = pos; in block_matching_multi()
352 sc->search_positions, index, s->th_mse, y, x, plane, jobnr); in block_matching_multi()
836 …sc->search_positions = av_calloc(SQR(2 * s->bm_range / s->bm_step + 1), sizeof(*sc->search_positio… in config_input()
837 if (!sc->search_positions) in config_input()
1045 av_freep(&sc->search_positions); in uninit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_bm3d.c86 PosCode *search_positions; member
340 sc->search_positions[index++] = pos; in block_matching_multi()
352 sc->search_positions, index, s->th_mse, y, x, plane, jobnr); in block_matching_multi()
836 …sc->search_positions = av_calloc(SQR(2 * s->bm_range / s->bm_step + 1), sizeof(*sc->search_positio… in config_input()
837 if (!sc->search_positions) in config_input()
1056 av_freep(&sc->search_positions); in uninit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_bm3d.c86 PosCode *search_positions; member
340 sc->search_positions[index++] = pos; in block_matching_multi()
352 sc->search_positions, index, s->th_mse, y, x, plane, jobnr); in block_matching_multi()
836 …sc->search_positions = av_calloc(SQR(2 * s->bm_range / s->bm_step + 1), sizeof(*sc->search_positio… in config_input()
837 if (!sc->search_positions) in config_input()
1045 av_freep(&sc->search_positions); in uninit()
/dports/print/pdfarranger/pdfarranger-1.8.0/pdfarranger/
H A Diconview.py323 search_positions = [(event.x, event.y, 0),
326 for x_s, y_s, offset in search_positions:
H A Dpdfarranger.py1519 search_positions = [('XY', x, y),
1530 for search_pos, x_s, y_s in search_positions:
/dports/www/links/links-2.25/
H A Dview_gr.c511 mem_free(f->search_positions); in g_get_search()
513 f->search_positions = DUMMY, f->search_lengths = DUMMY, f->n_search_positions = 0; in g_get_search()
529 …f->search_positions = mem_realloc(f->search_positions, (f->n_search_positions + ALLOC_GR) * sizeof… in g_get_search()
532 f->search_positions[f->n_search_positions] = i; in g_get_search()
557 highlight_positions = scr->f_data->search_positions; in draw_graphical_doc()
636 highlight_positions = scr->f_data->search_positions; in draw_one_object()
1527 highlight_positions = f->f_data->search_positions; in g_find_next()
H A Dhtml_r.c27 scr->search_positions = DUMMY; in init_formatted()
166 if (scr->search_positions) mem_free(scr->search_positions); in clear_formatted()
H A Dlinks.h3396 int *search_positions; member
/dports/math/gap/gap-4.11.0/pkg/ToolsForHomalg-2019.09.02/gap/
H A DCachingObjects.gi159 function( wp_list, object, search_positions )
162 length_pos := Length( search_positions );
166 pos := search_positions[ length_pos - pos ];
/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c507 RE_SearchPosition search_positions[MAX_SEARCH_POSITIONS]; /* Where the search matches next. */ member
8247 info = &state->search_positions[search_index]; in search_start()
18270 state->search_positions[p].start_pos = -1; in state_init_2()
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c493 RE_SearchPosition search_positions[MAX_SEARCH_POSITIONS]; /* Where the search matches next. */ member
8201 info = &state->search_positions[search_index]; in search_start()
18269 state->search_positions[p].start_pos = -1; in state_init_2()