Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dpickrst_sse4.c90 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_win7_opt_sse4_1() local
91 for (i = j; i < vert_end; i++) { in compute_stats_win7_opt_sse4_1()
237 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_highbd_win7_opt_sse4_1() local
238 for (i = j; i < vert_end; i++) { in compute_stats_highbd_win7_opt_sse4_1()
337 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_highbd_win5_opt_sse4_1() local
338 for (i = j; i < vert_end; i++) { in compute_stats_highbd_win5_opt_sse4_1()
447 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_win5_opt_sse4_1() local
448 for (i = j; i < vert_end; i++) { in compute_stats_win5_opt_sse4_1()
Dpickrst_avx2.c87 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_win7_opt_avx2() local
88 for (i = j; i < vert_end; i++) { in compute_stats_win7_opt_avx2()
229 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_highbd_win7_opt_avx2() local
230 for (i = j; i < vert_end; i++) { in compute_stats_highbd_win7_opt_avx2()
331 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_highbd_win5_opt_avx2() local
332 for (i = j; i < vert_end; i++) { in compute_stats_highbd_win5_opt_avx2()
442 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_win5_opt_avx2() local
443 for (i = j; i < vert_end; i++) { in compute_stats_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()