Home
last modified time | relevance | path

Searched refs:RV34_MB_SKIP (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Drv34.h51 RV34_MB_SKIP, ///< Skipped block enumerator
H A Drv30.c118 static const int rv30_p_types[6] = { RV34_MB_SKIP, RV34_MB_P_16x16, RV34_MB_P_8x8, -1, RV34_MB_TYPE_INTRA, RV34_MB_TYPE_INTRA16x16 }; in rv30_decode_mb_info()
119 static const int rv30_b_types[6] = { RV34_MB_SKIP, RV34_MB_B_DIRECT, RV34_MB_B_FORWARD, RV34_MB_B_BACKWARD, RV34_MB_TYPE_INTRA, RV34_MB_TYPE_INTRA16x16 }; in rv30_decode_mb_info()
H A Drv40.c248 return RV34_MB_SKIP; in rv40_decode_mb_info()
H A Drv34.c395 if(r->block_type == RV34_MB_SKIP){ in rv34_decode_inter_mb_header()
404 if(r->block_type == RV34_MB_SKIP){ in rv34_decode_inter_mb_header()
876 case RV34_MB_SKIP: in rv34_decode_mv()

Completed in 5 milliseconds