Home
last modified time | relevance | path

Searched refs:vert_end (Results 1 – 3 of 3) sorted by relevance

/external/libaom/av1/encoder/x86/
Dpickrst_sse4.c136 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_win7_opt_sse4_1() local
137 for (i = j; i < vert_end; i = i + downsample_factor) { in compute_stats_win7_opt_sse4_1()
139 (vert_end - i < WIENER_STATS_DOWNSAMPLE_FACTOR)) { in compute_stats_win7_opt_sse4_1()
140 downsample_factor = vert_end - i; in compute_stats_win7_opt_sse4_1()
350 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_highbd_win7_opt_sse4_1() local
351 for (i = j; i < vert_end; i++) { in compute_stats_highbd_win7_opt_sse4_1()
491 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_highbd_win5_opt_sse4_1() local
492 for (i = j; i < vert_end; i++) { in compute_stats_highbd_win5_opt_sse4_1()
650 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_win5_opt_sse4_1() local
651 for (i = j; i < vert_end; i = i + downsample_factor) { in compute_stats_win5_opt_sse4_1()
[all …]
Dpickrst_avx2.c170 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_highbd_win7_opt_avx2() local
171 for (i = j; i < vert_end; i++) { in compute_stats_highbd_win7_opt_avx2()
312 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_highbd_win5_opt_avx2() local
313 for (i = j; i < vert_end; i++) { in compute_stats_highbd_win5_opt_avx2()
/external/mesa3d/src/imgui/
Dimgui_draw.cpp1316 ImDrawVert* vert_end = draw_list->VtxBuffer.Data + vert_end_idx; in ShadeVertsLinearColorGradientKeepAlpha() local
1317 for (ImDrawVert* vert = vert_start; vert < vert_end; vert++) in ShadeVertsLinearColorGradientKeepAlpha()
1338 ImDrawVert* vert_end = draw_list->VtxBuffer.Data + vert_end_idx; in ShadeVertsLinearUV() local
1343 for (ImDrawVert* vertex = vert_start; vertex < vert_end; ++vertex) in ShadeVertsLinearUV()
1348 for (ImDrawVert* vertex = vert_start; vertex < vert_end; ++vertex) in ShadeVertsLinearUV()