Searched refs:have_top (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconintra.c | 411 const int have_top = loff || (xd->above_mi != NULL); in vp9_predict_intra_block() local 420 tx_size, have_top, have_left, have_right, x, y, in vp9_predict_intra_block() 426 have_top, have_left, have_right, x, y, plane); in vp9_predict_intra_block()
|
/external/libaom/libaom/av1/common/ |
D | reconintra.c | 1599 const int have_top = in av1_predict_intra_block() local 1630 has_top_right(cm, bsize, mi_row, mi_col, have_top, right_available, in av1_predict_intra_block() 1642 have_top ? AOMMIN(txwpx, xr + txwpx) : 0, in av1_predict_intra_block() 1652 have_top ? AOMMIN(txwpx, xr + txwpx) : 0, in av1_predict_intra_block()
|