Searched refs:pack16to32 (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_direct.c | 248 mv[list] = pack16to32(mid_pred(A[0], B[0], C[0]), in pred_spatial_direct_motion() 635 pack16to32(mx, my), 4); in pred_temp_direct_motion() 637 pack16to32(mx - mv_col[0], my - my_col), 4); in pred_temp_direct_motion() 660 mv0 = pack16to32(mv_l0[0], mv_l0[1]); in pred_temp_direct_motion() 661 mv1 = pack16to32(mv_l0[0] - mv_col[0], mv_l0[1] - mv_col[1]); in pred_temp_direct_motion() 701 pack16to32(mx, my), 4); in pred_temp_direct_motion() 703 pack16to32(mx - mv_col[0], my - mv_col[1]), 4); in pred_temp_direct_motion() 712 pack16to32(mv_l0[0] - mv_col[0], in pred_temp_direct_motion()
|
D | h264_cavlc.c | 979 fill_rectangle(sl->mv_cache[list][ scan8[0] ], 4, 4, 8, pack16to32(mx,my), 4); in ff_h264_decode_mb_cavlc() 1014 val= pack16to32(mx,my); in ff_h264_decode_mb_cavlc() 1052 val= pack16to32(mx,my); in ff_h264_decode_mb_cavlc()
|
D | h264_cabac.c | 2242 fill_rectangle(sl->mv_cache[list][ scan8[0] ], 4, 4, 8, pack16to32(mx,my), 4); in ff_h264_decode_mb_cabac() 2274 … fill_rectangle(sl->mv_cache[list][ scan8[0] + 16*i ], 4, 2, 8, pack16to32(mx,my), 4); in ff_h264_decode_mb_cabac() 2310 … fill_rectangle(sl->mv_cache[list][ scan8[0] + 2*i ], 2, 4, 8, pack16to32(mx,my), 4); in ff_h264_decode_mb_cabac()
|
D | h264dec.h | 667 static av_always_inline uint32_t pack16to32(unsigned a, unsigned b) in pack16to32() function
|
D | svq3.c | 591 int32_t mv = pack16to32(mx, my); in svq3_mc_dir() 608 pack16to32(mx, my), 4); in svq3_mc_dir()
|
D | h264_mvpred.h | 349 fill_rectangle(sl->mv_cache[0][scan8[0]], 4, 4, 8, pack16to32(mx, my), 4); in pred_pskip_motion()
|
D | h264_slice.c | 2287 fill_rectangle(mv_dst, 4, 4, 8, pack16to32(0, 0), 4); in fill_filter_caches_inter() 2298 uint32_t ref01 = (pack16to32(ref2frm[ref[0]], ref2frm[ref[1]]) & 0x00FF00FF) * 0x0101; in fill_filter_caches_inter() 2299 uint32_t ref23 = (pack16to32(ref2frm[ref[2]], ref2frm[ref[3]]) & 0x00FF00FF) * 0x0101; in fill_filter_caches_inter()
|
D | h264dec.c | 97 pack16to32((*mv)[0][0][0], (*mv)[0][0][1]), 4); in h264_er_decode_mb()
|