Home
last modified time | relevance | path

Searched refs:VP56mv (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp56.h68 typedef struct VP56mv { struct
71 } VP56mv; typedef
76 VP56mv *vect);
79 VP56mv mv, int mask, int select, int luma);
105 VP56mv mv;
167 VP56mv mv[6]; /* vectors for each block in MB */
168 VP56mv vector_candidate[2];
H A Dvp9dec.h85 VP56mv mv[4 /* b_idx */][2 /* ref */];
149 VP56mv (*above_mv_ctx)[2];
212 DECLARE_ALIGNED(16, VP56mv, left_mv_ctx)[16][2];
240 void ff_vp9_fill_mv(VP9TileData *td, VP56mv *mv, int mode, int sb);
H A Dvp9mvs.c30 static av_always_inline void clamp_mv(VP56mv *dst, const VP56mv *src, in clamp_mv()
38 VP56mv *pmv, int ref, int z, int idx, int sb) in find_ref_mvs()
102 VP56mv tmp; \ in find_ref_mvs()
188 VP56mv mv_temp = { -mv.x, -mv.y }; \ in find_ref_mvs()
291 void ff_vp9_fill_mv(VP9TileData *td, VP56mv *mv, int mode, int sb) in ff_vp9_fill_mv()
H A Dvp8.h93 VP56mv mv;
94 VP56mv bmv[16];
H A Dvp56.c47 VP56mv vect[2] = {{0,0}, {0,0}}; in vp56_get_vectors_predictors()
49 VP56mv mvp; in vp56_get_vectors_predictors()
166 VP56mv mv = {0,0}; in vp56_decode_4mv()
181 s->mv[b] = (VP56mv) {0,0}; in vp56_decode_4mv()
207 VP56mv *mv, vect = {0,0}; in vp56_decode_mv()
264 VP56mv *mv, vect = {0,0}; in vp56_conceal_mv()
H A Dvp9recon.c302 ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, in mc_luma_unscaled()
340 ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, in mc_chroma_unscaled()
411 ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, in mc_luma_scaled()
426 VP56mv mv; in mc_luma_scaled()
471 ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, in mc_chroma_scaled()
486 VP56mv mv; in mc_chroma_scaled()
H A Dvp8.c854 void clamp_mv(VP8mvbounds *s, VP56mv *dst, const VP56mv *src) in clamp_mv()
930 VP56mv *top_mv; in decode_splitmvs()
931 VP56mv *left_mv = left_mb->bmv; in decode_splitmvs()
932 VP56mv *cur_mv = mb->bmv; in decode_splitmvs()
1016 static const VP56mv *get_bmv_ptr(const VP8Macroblock *mb, int subblock) in get_bmv_ptr()
1029 VP56mv near_mv[3]; in vp7_decode_mvs()
1124 VP56mv near_mv[4]; in vp8_decode_mvs()
1178 FFSWAP( VP56mv, near_mv[CNT_NEAREST], near_mv[CNT_NEAR]); in vp8_decode_mvs()
1814 ThreadFrame *ref, const VP56mv *m in vp8_mc_luma()
[all...]
H A Dvp9shared.h55 VP56mv mv[2];
H A Dvp6.c354 static void vp6_parse_vector_adjustment(VP56Context *s, VP56mv *vect) in vp6_parse_vector_adjustment()
360 *vect = (VP56mv) {0,0}; in vp6_parse_vector_adjustment()
593 VP56mv mv, int mask, int select, int luma) in vp6_filter()
H A Dvp9_mc_template.c25 (VP56mv) { .x = ROUNDED_DIV(a.x + b.x, 2), .y = ROUNDED_DIV(a.y + b.y, 2) }
27 (VP56mv) { .x = ROUNDED_DIV(a.x + b.x + c.x + d.x, 4), \
54 VP56mv uvmv; in inter_pred()
H A Dvp5.c88 static void vp5_parse_vector_adjustment(VP56Context *s, VP56mv *vect) in vp5_parse_vector_adjustment()
H A Dvp9.c277 assign(s->above_mv_ctx, VP56mv(*)[2], 16); in update_size()

Completed in 18 milliseconds