Home
last modified time | relevance | path

Searched refs:have_left (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A 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()
/third_party/ffmpeg/libavcodec/
H A Dvp9recon.c41 int have_left = col > td->tile_col_start || x > 0; in check_intra_mode() local
44 static const uint8_t mode_conv[10][2 /* have_left */][2 /* have_top */] = { in check_intra_mode()
95 mode = mode_conv[mode][have_left][have_top]; in check_intra_mode()
111 if (have_left) in check_intra_mode()
119 (!edges[mode].needs_topleft || (have_left && top == topleft)) && in check_intra_mode()
155 if (have_left && have_top) { in check_intra_mode()
186 if (have_left) { in check_intra_mode()

Completed in 4 milliseconds