Searched refs:have_left (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ |
D | predictor_enc.c | 298 const int have_left = (start_x > 0); in GetBestPredictorForTile() local 302 const int context_start_x = start_x - have_left; in GetBestPredictorForTile() 303 const int context_width = max_x + have_left + have_right; in GetBestPredictorForTile() 340 sizeof(*argb) * (max_x + have_left + 1)); in GetBestPredictorForTile() 354 sizeof(*argb) * (max_x + have_left + (y + 1 < height))); in GetBestPredictorForTile()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconintra.c | 412 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()
|