Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp9shared.h54 typedef struct VP9mvrefPair { struct
57 } VP9mvrefPair; typedef
63 VP9mvrefPair *mv;
H A 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()
H A Dvp9.c118 s->frame_extradata_pool = av_buffer_pool_init(sz * (1 + sizeof(VP9mvrefPair)), NULL); in vp9_frame_alloc()
132 f->mv = (VP9mvrefPair *) (f->extradata->data + sz); in vp9_frame_alloc()
H A Dvp9block.c777 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[o]; in decode_mode()

Completed in 13 milliseconds