Searched refs:RV34_MB_SKIP (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | rv34.h | 51 RV34_MB_SKIP, ///< Skipped block enumerator
|
H A D | rv30.c | 118 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 D | rv40.c | 248 return RV34_MB_SKIP; in rv40_decode_mb_info()
|
H A D | rv34.c | 395 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