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

  /external/libvpx/vp8/common/
onyxc_int.h 46 MV_CONTEXT pre_mvc[2]; /* not to caculate the mvcost for the frame if mvc doesn't change. */ member in struct:frame_contexts
  /external/libvpx/vp8/encoder/
encodeframe.c 863 if (cm->fc.pre_mvc[0][cnt] != cm->fc.mvc[0][cnt])
866 vpx_memcpy(cm->fc.pre_mvc[0], cm->fc.mvc[0], MVPcount);
873 if (cm->fc.pre_mvc[1][cnt] != cm->fc.mvc[1][cnt])
876 vpx_memcpy(cm->fc.pre_mvc[1], cm->fc.mvc[1], MVPcount);
    [all...]
ratectrl.c 314 vpx_memset(cpi->common.fc.pre_mvc, 0, sizeof(cpi->common.fc.pre_mvc)); //initialize pre_mvc to all zero.
    [all...]

Completed in 136 milliseconds