Searched refs:decode_row (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | v210dec.c | 54 static void decode_row(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, const int width, in decode_row() function 120 decode_row((const uint32_t *)psrc, py, pu, pv, avctx->width, s->unpack_frame); in v210_decode_slice() 203 decode_row((const uint32_t *)psrc, (uint16_t *)pointers[0], (uint16_t *)pointers[1], (uint16_t *)pointers[2], avctx->width * avctx->height, s->unpack_frame); in decode_frame()
|
Completed in 2 milliseconds