Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcavs.c150 if (h->flags & A_AVAIL) { in ff_cavs_filter()
200 if ((h->flags & A_AVAIL) && (h->flags & B_AVAIL)) in ff_cavs_load_intra_pred_luma()
224 if (h->flags & A_AVAIL) in ff_cavs_load_intra_pred_luma()
250 if((h->flags & A_AVAIL) && (h->flags & B_AVAIL)) { in ff_cavs_load_intra_pred_chroma()
374 if (!(h->flags & A_AVAIL)) { in ff_cavs_modify_mb_i()
684 h->flags |= A_AVAIL; in ff_cavs_next_mb()
Dcavs.h41 #define A_AVAIL 1 macro