Home
last modified time | relevance | path

Searched refs:pre_mvc (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/common/
Donyxc_int.h46 MV_CONTEXT pre_mvc[2]; /* not to caculate the mvcost for the frame if mvc doesn't change. */ member
/external/libvpx/vp8/encoder/
Dencodeframe.c863 if (cm->fc.pre_mvc[0][cnt] != cm->fc.mvc[0][cnt]) in vp8_encode_frame()
866 vpx_memcpy(cm->fc.pre_mvc[0], cm->fc.mvc[0], MVPcount); in vp8_encode_frame()
873 if (cm->fc.pre_mvc[1][cnt] != cm->fc.mvc[1][cnt]) in vp8_encode_frame()
876 vpx_memcpy(cm->fc.pre_mvc[1], cm->fc.mvc[1], MVPcount); in vp8_encode_frame()
Dratectrl.c314 …vpx_memset(cpi->common.fc.pre_mvc, 0, sizeof(cpi->common.fc.pre_mvc)); //initialize pre_mvc to al… in vp8_setup_key_frame()