Searched refs:vert_end (Results 1 – 3 of 3) sorted by relevance
136 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_win7_opt_sse4_1() local137 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() local351 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() local492 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() local651 for (i = j; i < vert_end; i = i + downsample_factor) { in compute_stats_win5_opt_sse4_1()[all …]
170 const int vert_end = AOMMIN(64, v_end - j) + j; in compute_stats_highbd_win7_opt_avx2() local171 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() local313 for (i = j; i < vert_end; i++) { in compute_stats_highbd_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()