Searched refs:AVC_P8 (Results 1 – 4 of 4) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | slice.cpp | 191 if (currMB->mbMode == AVC_P8 || currMB->mbMode == AVC_P8ref0) in DecodeMB() 483 const static AVCMBMode map2mbMode[5] = {AVC_P16, AVC_P16x8, AVC_P8x16, AVC_P8, AVC_P8ref0}; in InterpretMBModeP() 521 … AVC_P16x8, AVC_P8x16, AVC_P16x8, AVC_P8x16, AVC_P16x8, AVC_P8x16, AVC_P8 in InterpretMBModeB()
|
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
D | avcint_common.h | 139 AVC_P8, enumerator
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
D | slice.cpp | 567 if (currMB->mbMode == AVC_P8 || currMB->mbMode == AVC_P8ref0) in EncodeMBHeader()
|
D | motion_est.cpp | 886 else if (currMB->mbMode == AVC_P8 || currMB->mbMode == AVC_P8ref0) in AVCMBMotionSearch()
|