Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp56data.c234 { 2, 6}, {-VP56_MB_INTRA}, {-VP56_MB_INTER_4V},
Dvp56.c437 if (mb_type != VP56_MB_INTRA && !frame_ref->data[0]) in vp56_render_mb()
444 case VP56_MB_INTRA: in vp56_render_mb()
496 mb_type = VP56_MB_INTRA; in vp56_decode_mb()
514 mb_type = VP56_MB_INTRA; in vp56_conceal_mb()
676 s->macroblocks[block].type = VP56_MB_INTRA; in ff_vp56_decode_mbs()
Dvp56.h52 VP56_MB_INTRA = 1, /**< Intra MB */ enumerator