Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcavs.h275 int ff_cavs_next_mb(AVSContext *h);
Dcavsdec.c1099 } while (ff_cavs_next_mb(h)); in decode_pic()
1126 } while (ff_cavs_next_mb(h)); in decode_pic()
1153 } while (ff_cavs_next_mb(h)); in decode_pic()
Dcavs.c680 int ff_cavs_next_mb(AVSContext *h) in ff_cavs_next_mb() function