HomeSort by relevance Sort by last modified time
    Searched refs:AVC_P16 (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 133 AVC_P16,
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 58 //#define FIXED_INTERPRED_MODE AVC_P16
372 currMB->mbMode = AVC_P16;
852 if (currMB->mbMode == AVC_P16)
    [all...]
slice.cpp 637 mb_type = currMB->mbMode - AVC_P16;
654 else if(currMB->mbMode == AVC_P16)

Completed in 44 milliseconds