Searched refs:read_mv_component (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9mvs.c | 236 static av_always_inline int read_mv_component(VP9TileData *td, int idx, int hp) in read_mv_component() function 327 mv[0].y += read_mv_component(td, 0, hp); in ff_vp9_fill_mv() 329 mv[0].x += read_mv_component(td, 1, hp); in ff_vp9_fill_mv() 358 mv[1].y += read_mv_component(td, 0, hp); in ff_vp9_fill_mv() 360 mv[1].x += read_mv_component(td, 1, hp); in ff_vp9_fill_mv()
|
D | vp8.c | 861 static av_always_inline int read_mv_component(VP56RangeCoder *c, const uint8_t *p, int vp7) in read_mv_component() function 891 return read_mv_component(c, p, 1); in vp7_read_mv_component() 896 return read_mv_component(c, p, 0); in vp8_read_mv_component() 971 read_mv_component(c, s->prob->mvc[0], is_vp7); in decode_splitmvs() 973 read_mv_component(c, s->prob->mvc[1], is_vp7); in decode_splitmvs()
|