Searched refs:prev_slice_sf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dproresdec.c59 int prev_slice_sf; ///< scalefactor of the previous decoded slice member in struct:__anon1962
119 ctx->prev_slice_sf = 0;
566 if (ctx->qmat_changed || sf != ctx->prev_slice_sf) {
567 ctx->prev_slice_sf = sf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresdec_lgpl.c48 int prev_slice_sf; ///< scalefactor of the previous decoded slice member in struct:__anon3199
283 ctx->slice_data[i].prev_slice_sf = 0;
287 ctx->slice_data[i].prev_slice_sf = 0;
637 if (ctx->qmat_changed || sf != td->prev_slice_sf) {
638 td->prev_slice_sf = sf;

Completed in 41 milliseconds