Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c313 const int have_left = (start_x > 0); in GetBestPredictorForTile() local
316 const int context_start_x = start_x - have_left; in GetBestPredictorForTile()
318 const int context_width = max_x + have_left + (max_x < width - start_x); in GetBestPredictorForTile()
356 sizeof(*argb) * (max_x + have_left + 1)); in GetBestPredictorForTile()
370 sizeof(*argb) * (max_x + have_left + (y + 1 < height))); in GetBestPredictorForTile()
/external/libvpx/libvpx/vp9/common/
Dvp9_reconintra.c412 const int have_left = aoff || (xd->left_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/
Dreconintra.c1537 const int have_left = in av1_predict_intra_block() local
1568 cm, bsize, mi_row, mi_col, bottom_available, have_left, partition, in av1_predict_intra_block()
1578 have_left ? AOMMIN(txhpx, yd + txhpx) : 0, in av1_predict_intra_block()
1588 have_left ? AOMMIN(txhpx, yd + txhpx) : 0, in av1_predict_intra_block()