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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 673 video->pred_block = encvid->pred_i4[currMB->i4Mode[blkidx]];
    [all...]
slice.cpp 700 /* output will be in currMB->i4Mode[4][4] */
941 intra4x4PredModeA = currMB->i4Mode[(block_y << 2) + block_x - 1 ];
949 intra4x4PredModeA = video->mblock[video->mbAddrA].i4Mode[(block_y << 2) + 3];
964 intra4x4PredModeB = currMB->i4Mode[((block_y-1) << 2) + block_x];
972 intra4x4PredModeB = video->mblock[video->mbAddrB].i4Mode[(3 << 2) + block_x];
993 mode = currMB->i4Mode[(block_y<<2)+block_x];
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 587 AVCIntra4x4PredMode i4Mode[16]; /* Intra4x4PredMode, in raster scan order */
    [all...]

Completed in 441 milliseconds