Home
last modified time | relevance | path

Searched refs:AVC_P8 (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dslice.cpp191 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/
Davcint_common.h139 AVC_P8, enumerator
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dslice.cpp567 if (currMB->mbMode == AVC_P8 || currMB->mbMode == AVC_P8ref0) in EncodeMBHeader()
Dmotion_est.cpp886 else if (currMB->mbMode == AVC_P8 || currMB->mbMode == AVC_P8ref0) in AVCMBMotionSearch()