Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp56.h68 typedef struct VP56mv { struct
71 } VP56mv; argument
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];
Dvp9dec.h85 VP56mv mv[4 /* b_idx */][2 /* ref */];
148 VP56mv (*above_mv_ctx)[2];
211 DECLARE_ALIGNED(16, VP56mv, left_mv_ctx)[16][2]; member
239 void ff_vp9_fill_mv(VP9TileData *td, VP56mv *mv, int mode, int sb);
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()
Dvp8.h93 VP56mv mv;
94 VP56mv bmv[16];
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()
Dvp9recon.c303 ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, in mc_luma_unscaled()
341 ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, in mc_chroma_unscaled()
412 ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, in mc_luma_scaled()
427 VP56mv mv; in mc_luma_scaled()
472 ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, in mc_chroma_scaled()
487 VP56mv mv; in mc_chroma_scaled()
Dvp8.c850 void clamp_mv(VP8mvbounds *s, VP56mv *dst, const VP56mv *src) in clamp_mv()
926 VP56mv *top_mv; in decode_splitmvs()
927 VP56mv *left_mv = left_mb->bmv; in decode_splitmvs()
928 VP56mv *cur_mv = mb->bmv; in decode_splitmvs()
1012 static const VP56mv *get_bmv_ptr(const VP8Macroblock *mb, int subblock) in get_bmv_ptr()
1025 VP56mv near_mv[3]; in vp7_decode_mvs()
1120 VP56mv near_mv[4]; in vp8_decode_mvs()
1174 FFSWAP( VP56mv, near_mv[CNT_NEAREST], near_mv[CNT_NEAR]); in vp8_decode_mvs()
1810 ThreadFrame *ref, const VP56mv *mv, in vp8_mc_luma()
1868 uint8_t *dst2, ThreadFrame *ref, const VP56mv *mv, in vp8_mc_chroma()
[all …]
Dvp9shared.h55 VP56mv mv[2];
Dvp6.c351 static void vp6_parse_vector_adjustment(VP56Context *s, VP56mv *vect) in vp6_parse_vector_adjustment()
357 *vect = (VP56mv) {0,0}; in vp6_parse_vector_adjustment()
590 VP56mv mv, int mask, int select, int luma) in vp6_filter()
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 FN()
Dvp5.c87 static void vp5_parse_vector_adjustment(VP56Context *s, VP56mv *vect) in vp5_parse_vector_adjustment()
Dvp9.c280 assign(s->above_mv_ctx, VP56mv(*)[2], 16); in update_size()