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

  /frameworks/av/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 777 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/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 586 AVCIntra16x16PredMode i16Mode; /* Intra16x16PredMode */
    [all...]

Completed in 46 milliseconds