Home
last modified time | relevance | path

Searched refs:RV34_MB_P_16x8 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Drv34.h53 RV34_MB_P_16x8, ///< P-frame macroblock, 16x8 motion compensation partitions enumerator
H A Drv34.c743 if(block_type == RV34_MB_P_16x8){ in rv34_mc()
752 is16x16 = (block_type != RV34_MB_P_8x8) && (block_type != RV34_MB_P_16x8) && (block_type != RV34_MB_P_8x16); in rv34_mc()
919 case RV34_MB_P_16x8: in rv34_decode_mv()
922 rv34_pred_mv(r, block_type, 1 + (block_type == RV34_MB_P_16x8), 1); in rv34_decode_mv()
923 if(block_type == RV34_MB_P_16x8){ in rv34_decode_mv()

Completed in 4 milliseconds