Searched refs:VP56mv (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp56.h | 68 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 D | vp9dec.h | 85 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 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()
|
H A D | vp8.h | 93 VP56mv mv; 94 VP56mv bmv[16];
|
H A 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()
|
H A D | vp9recon.c | 302 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 D | vp8.c | 854 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 D | vp9shared.h | 55 VP56mv mv[2];
|
H A D | vp6.c | 354 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 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 inter_pred()
|
H A D | vp5.c | 88 static void vp5_parse_vector_adjustment(VP56Context *s, VP56mv *vect) in vp5_parse_vector_adjustment()
|
H A D | vp9.c | 277 assign(s->above_mv_ctx, VP56mv(*)[2], 16); in update_size()
|
Completed in 16 milliseconds