Searched refs:VP56mv (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp56.h | 68 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];
|
D | vp9dec.h | 85 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);
|
D | vp9mvs.c | 30 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()
|
D | vp8.h | 93 VP56mv mv; 94 VP56mv bmv[16];
|
D | vp56.c | 47 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()
|
D | vp9recon.c | 303 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()
|
D | vp8.c | 850 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 …]
|
D | vp9shared.h | 55 VP56mv mv[2];
|
D | vp6.c | 351 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()
|
D | vp9_mc_template.c | 25 (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()
|
D | vp5.c | 87 static void vp5_parse_vector_adjustment(VP56Context *s, VP56mv *vect) in vp5_parse_vector_adjustment()
|
D | vp9.c | 280 assign(s->above_mv_ctx, VP56mv(*)[2], 16); in update_size()
|