Searched refs:VP56_MB_INTRA (Results 1 – 3 of 3) sorted by relevance
234 { 2, 6}, {-VP56_MB_INTRA}, {-VP56_MB_INTER_4V},
437 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()
52 VP56_MB_INTRA = 1, /**< Intra MB */ enumerator