VP9mvrefPair 76 libavcodec/vp9.c struct VP9mvrefPair *mv; VP9mvrefPair 272 libavcodec/vp9.c if (!(f->extradata = av_buffer_allocz(sz * (1 + sizeof(struct VP9mvrefPair))))) { VP9mvrefPair 278 libavcodec/vp9.c f->mv = (struct VP9mvrefPair *) (f->extradata->data + sz); VP9mvrefPair 1048 libavcodec/vp9.c struct VP9mvrefPair *mv = &s->frames[CUR_FRAME].mv[(row - 1) * s->sb_cols * 8 + col]; VP9mvrefPair 1056 libavcodec/vp9.c struct VP9mvrefPair *mv = &s->frames[CUR_FRAME].mv[row * s->sb_cols * 8 + col - 1]; VP9mvrefPair 1073 libavcodec/vp9.c struct VP9mvrefPair *mv = &s->frames[CUR_FRAME].mv[r * s->sb_cols * 8 + c]; VP9mvrefPair 1085 libavcodec/vp9.c struct VP9mvrefPair *mv = &s->frames[LAST_FRAME].mv[row * s->sb_cols * 8 + col]; VP9mvrefPair 1111 libavcodec/vp9.c struct VP9mvrefPair *mv = &s->frames[CUR_FRAME].mv[r * s->sb_cols * 8 + c]; VP9mvrefPair 1127 libavcodec/vp9.c struct VP9mvrefPair *mv = &s->frames[LAST_FRAME].mv[row * s->sb_cols * 8 + col]; VP9mvrefPair 2005 libavcodec/vp9.c struct VP9mvrefPair *mv = &s->frames[CUR_FRAME].mv[o];