Home
last modified time | relevance | path

Searched refs:C_AVAIL (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcavs.c206 if (h->flags & C_AVAIL) in ff_cavs_load_intra_pred_luma()
239 if(h->flags & C_AVAIL) { in ff_cavs_load_intra_pred_chroma()
653 h->flags &= ~(C_AVAIL | D_AVAIL); in ff_cavs_init_mb()
658 h->flags &= ~C_AVAIL; in ff_cavs_init_mb()
660 if (!(h->flags & C_AVAIL)) { in ff_cavs_init_mb()
696 h->flags = B_AVAIL | C_AVAIL; in ff_cavs_next_mb()
H A Dcavs.h43 #define C_AVAIL 4 macro
H A Dcavsdec.c941 h->flags &= ~(B_AVAIL | C_AVAIL); in decode_slice_header()

Completed in 9 milliseconds