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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 447 currMB->i16Mode = AVC_I16_Vertical;
461 currMB->i16Mode = AVC_I16_Horizontal;
472 currMB->i16Mode = AVC_I16_DC;
484 currMB->i16Mode = AVC_I16_Plane;
    [all...]
rate_control.cpp 779 encvid->pred_i16[currMB->i16Mode], dmin_lx, NULL);
    [all...]
slice.cpp 601 /* inputs are mbMode, mb_intra, i16Mode, CBP, NumMbPart, MbPartWidth, MbPartHeight */
627 mb_type += (CBP_chrom >> 2) + currMB->i16Mode;
block.cpp 367 uint8 *pred = encvid->pred_i16[currMB->i16Mode];
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 586 AVCIntra16x16PredMode i16Mode; /* Intra16x16PredMode */
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
slice.cpp 461 mblock->i16Mode = (AVCIntra16x16PredMode)((mb_type - 1) & 0x3);
pred_intra.cpp 144 switch (currMB->i16Mode)
    [all...]

Completed in 32 milliseconds