Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c509 unsigned int bottom_edge; in do_triangle_ccw()
551 bottom_edge = (setup->bottom_edge_rule == 0) ? ~0 : 0; in do_triangle_ccw()
552 top_left_flag = (__m128i) vec_splats(bottom_edge); in do_triangle_ccw()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c3242 int bottom_edge = cpi->common.mi_rows; in vp9_active_h_edge() local
3253 bottom_edge -= (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()
3254 bottom_edge = VPXMAX(top_edge, bottom_edge); in vp9_active_h_edge()
3258 ((bottom_edge >= mi_row) && (bottom_edge < (mi_row + mi_step)))) { in vp9_active_h_edge()
/external/libaom/libaom/av1/encoder/
Dencodeframe.c2437 int bottom_edge = cpi->common.mi_params.mi_rows; in active_h_edge() local
2451 bottom_edge -= (int)(this_frame_stats->inactive_zone_rows * 4); in active_h_edge()
2452 bottom_edge = AOMMAX(top_edge, bottom_edge); in active_h_edge()
2456 ((bottom_edge >= mi_row) && (bottom_edge < (mi_row + mi_step)))) { in active_h_edge()