Home
last modified time | relevance | path

Searched refs:hspace (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dsignature_lookup.c198 hspace_elem** hspace = av_malloc_array(MAX_FRAMERATE, sizeof(hspace_elem *)); in get_matching_parameters() local
202 hspace[i] = av_malloc_array(2 * HOUGH_MAX_OFFSET + 1, sizeof(hspace_elem)); in get_matching_parameters()
204 hspace[i][j].score = 0; in get_matching_parameters()
205 hspace[i][j].dist = 99999; in get_matching_parameters()
252 if (pairs[i].dist < hspace[framerate-1][offset+HOUGH_MAX_OFFSET].dist) { in get_matching_parameters()
253 hspace[framerate-1][offset+HOUGH_MAX_OFFSET].dist = pairs[i].dist; in get_matching_parameters()
254 hspace[framerate-1][offset+HOUGH_MAX_OFFSET].a = pairs[i].a; in get_matching_parameters()
255 hspace[framerate-1][offset+HOUGH_MAX_OFFSET].b = pairs[i].b[j]; in get_matching_parameters()
258 if (pairs[k].dist < hspace[framerate-1][offset+HOUGH_MAX_OFFSET].dist) { in get_matching_parameters()
259 hspace[framerat in get_matching_parameters()
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c478 jump_list *hspace; member
8895 add_jump(compiler, &common->hspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
14235 if (common->hspace != NULL) in jit_compile()
14237 set_jumps(common->hspace, LABEL()); in jit_compile()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 37 milliseconds