Searched refs:vert_end (Results 1 – 3 of 3) sorted by relevance
90 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_win7_opt_sse4_1() local91 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() local238 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() local338 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() local448 for (i = j; i < vert_end; i++) { in compute_stats_win5_opt_sse4_1()
87 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_win7_opt_avx2() local88 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() local230 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() local332 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() local443 for (i = j; i < vert_end; i++) { in compute_stats_win5_opt_avx2()
1316 ImDrawVert* vert_end = draw_list->VtxBuffer.Data + vert_end_idx; in ShadeVertsLinearColorGradientKeepAlpha() local1317 for (ImDrawVert* vert = vert_start; vert < vert_end; vert++) in ShadeVertsLinearColorGradientKeepAlpha()1338 ImDrawVert* vert_end = draw_list->VtxBuffer.Data + vert_end_idx; in ShadeVertsLinearUV() local1343 for (ImDrawVert* vertex = vert_start; vertex < vert_end; ++vertex) in ShadeVertsLinearUV()1348 for (ImDrawVert* vertex = vert_start; vertex < vert_end; ++vertex) in ShadeVertsLinearUV()