Searched refs:ff_ut_rgb_order (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dutvideo.c33 const int ff_ut_rgb_order[4] = { 1, 2, 0, 3 }; // G, B, R, A variable
H A Dutvideo.h65 extern const int ff_ut_rgb_order[4];
H A Dutvideodec.c394 ret = decode_plane(c, i, frame.f->data[0] + ff_ut_rgb_order[i],
402 restore_median(frame.f->data[0] + ff_ut_rgb_order[i],
406 restore_median_il(frame.f->data[0] + ff_ut_rgb_order[i],

Completed in 46 milliseconds