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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34.h52 RV34_MB_P_16x8, ///< P-frame macroblock, 16x8 motion compensation partitions enumerator in enum:RV40BlockTypes
H A Drv34.c756 if(block_type == RV34_MB_P_16x8){
765 is16x16 = (block_type != RV34_MB_P_8x8) && (block_type != RV34_MB_P_16x8) && (block_type != RV34_MB_P_8x16);
909 case RV34_MB_P_16x8:
912 rv34_pred_mv(r, block_type, 1 + (block_type == RV34_MB_P_16x8), 1);
913 if(block_type == RV34_MB_P_16x8){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34.h51 RV34_MB_P_16x8, ///< P-frame macroblock, 16x8 motion compensation partitions enumerator in enum:RV40BlockTypes
H A Drv34.c747 if(block_type == RV34_MB_P_16x8){
756 is16x16 = (block_type != RV34_MB_P_8x8) && (block_type != RV34_MB_P_16x8) && (block_type != RV34_MB_P_8x16);
918 case RV34_MB_P_16x8:
921 rv34_pred_mv(r, block_type, 1 + (block_type == RV34_MB_P_16x8), 1);
922 if(block_type == RV34_MB_P_16x8){

Completed in 53 milliseconds