Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcri.c81 static void unpack_10bit(GetByteContext *gb, uint16_t *dst, int shift, in unpack_10bit() function
331 unpack_10bit(&gb, dst, 4, avctx->width, avctx->height, p->linesize[0] / 2); in cri_decode_frame()