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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
slice.cpp 923 int intra4x4PredModeB, predIntra4x4PredMode;
964 intra4x4PredModeB = currMB->i4Mode[((block_y-1) << 2) + block_x];
972 intra4x4PredModeB = video->mblock[video->mbAddrB].i4Mode[(3 << 2) + block_x];
976 intra4x4PredModeB = AVC_I4_DC;
987 intra4x4PredModeA = intra4x4PredModeB = AVC_I4_DC;
990 predIntra4x4PredMode = AVC_MIN(intra4x4PredModeA, intra4x4PredModeB);
intra_est.cpp     [all...]

Completed in 53 milliseconds