Home
last modified time | relevance | path

Searched refs:VP9mvrefPair (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9shared.h54 typedef struct VP9mvrefPair { struct
57 } VP9mvrefPair; argument
63 VP9mvrefPair *mv;
Dvp9mvs.c140 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()
Dvp9.c125 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()
Dvp9block.c779 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[o]; in decode_mode()