Searched refs:VP9mvrefPair (Results 1 – 4 of 4) sorted by relevance
54 typedef struct VP9mvrefPair { struct57 } VP9mvrefPair; argument63 VP9mvrefPair *mv;
140 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[(row - 1) * s->sb_cols * 8 + col]; in find_ref_mvs()147 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[row * s->sb_cols * 8 + col - 1]; in find_ref_mvs()164 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[r * s->sb_cols * 8 + c]; in find_ref_mvs()175 VP9mvrefPair *mv = &s->s.frames[REF_FRAME_MVPAIR].mv[row * s->sb_cols * 8 + col]; in find_ref_mvs()200 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[r * s->sb_cols * 8 + c]; in find_ref_mvs()216 VP9mvrefPair *mv = &s->s.frames[REF_FRAME_MVPAIR].mv[row * s->sb_cols * 8 + col]; in find_ref_mvs()
125 s->frame_extradata_pool = av_buffer_pool_init(sz * (1 + sizeof(VP9mvrefPair)), NULL); in vp9_frame_alloc()139 f->mv = (VP9mvrefPair *) (f->extradata->data + sz); in vp9_frame_alloc()
779 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[o]; in decode_mode()