Searched refs:top_edge (Results 1 – 3 of 3) sorted by relevance
2362 UWORD32 top_edge, left_edge; in ih264d_fill_bs_mbedge_2() local2369 top_edge = top_mb_csbp | (cur_mb_csbp & 0xf); in ih264d_fill_bs_mbedge_2()2371 if(top_edge) in ih264d_fill_bs_mbedge_2()
3241 int top_edge = 0; in vp9_active_h_edge() local3251 top_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()3257 if (((top_edge >= mi_row) && (top_edge < (mi_row + mi_step))) || in vp9_active_h_edge()
2436 int top_edge = 0; in active_h_edge() local2449 top_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()2455 if (((top_edge >= mi_row) && (top_edge < (mi_row + mi_step))) || in active_h_edge()