Searched refs:pre_mvc (Results 1 – 3 of 3) sorted by relevance
46 MV_CONTEXT pre_mvc[2]; /* not to caculate the mvcost for the frame if mvc doesn't change. */ member
963 if (cm->fc.pre_mvc[0][cnt] != cm->fc.mvc[0][cnt]) in vp8_encode_frame()966 vpx_memcpy(cm->fc.pre_mvc[0], cm->fc.mvc[0], MVPcount); in vp8_encode_frame()973 if (cm->fc.pre_mvc[1][cnt] != cm->fc.mvc[1][cnt]) in vp8_encode_frame()976 vpx_memcpy(cm->fc.pre_mvc[1], cm->fc.mvc[1], MVPcount); in vp8_encode_frame()
316 …vpx_memset(cpi->common.fc.pre_mvc, 0, sizeof(cpi->common.fc.pre_mvc)); //initialize pre_mvc to al… in vp8_setup_key_frame()