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 | 1535 const int have_top = row_off || (pd->subsampling_y ? xd->chroma_up_available in av1_predict_intra_block() local 1565 cm, bsize, mi_row, mi_col, have_top, right_available, partition, tx_size, in av1_predict_intra_block() 1576 have_top ? AOMMIN(txwpx, xr + txwpx) : 0, in av1_predict_intra_block() 1586 have_top ? AOMMIN(txwpx, xr + txwpx) : 0, in av1_predict_intra_block()
|