Home
last modified time | relevance | path

Searched refs:have_right (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_reconintra.c413 const int have_right = (aoff + txw) < bw; 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/webp/src/enc/
Dpredictor_enc.c299 const int have_right = (max_x < width - start_x); in GetBestPredictorForTile() local
303 const int context_width = max_x + have_left + have_right; in GetBestPredictorForTile()