Home
last modified time | relevance | path

Searched refs:pack8to16 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_cabac.c2241 fill_rectangle(sl->mvd_cache[list][ scan8[0] ], 4, 4, 8, pack8to16(mpx,mpy), 2); in ff_h264_decode_mb_cabac()
2273 … fill_rectangle(sl->mvd_cache[list][ scan8[0] + 16*i ], 4, 2, 8, pack8to16(mpx,mpy), 2); in ff_h264_decode_mb_cabac()
2309 … fill_rectangle(sl->mvd_cache[list][ scan8[0] + 2*i ], 2, 4, 8, pack8to16(mpx,mpy), 2); in ff_h264_decode_mb_cabac()
Dh264dec.h676 static av_always_inline uint16_t pack8to16(unsigned a, unsigned b) in pack8to16() function