Searched refs:RV34_MB_P_8x8 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | rv34.h | 48 RV34_MB_P_8x8, ///< P-frame macroblock, 8x8 motion compensation partitions 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()
|
H A D | rv34.c | 752 is16x16 = (block_type != RV34_MB_P_8x8) && (block_type != RV34_MB_P_16x8) && (block_type != RV34_MB_P_8x16); in rv34_mc() 833 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 0, r->rv30, in rv34_mc_2mv_skip() 837 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 1, r->rv30, in rv34_mc_2mv_skip() 937 case RV34_MB_P_8x8: in rv34_decode_mv()
|
Completed in 4 milliseconds