Searched refs:last_p8 (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 Drangecoder.c62 int last_p8, p8, i; local
67 last_p8= 0;
71 if(p8 <= last_p8) p8= last_p8+1;
72 if(last_p8 && last_p8<256 && p8<=max_p)
73 c->one_state[last_p8]= p8;
76 last_p8= p8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drangecoder.c66 int last_p8, p8, i; local
71 last_p8 = 0;
75 if (p8 <= last_p8)
76 p8 = last_p8 + 1;
77 if (last_p8 && last_p8 < 256 && p8 <= max_p)
78 c->one_state[last_p8] = p8;
81 last_p8 = p8;

Completed in 53 milliseconds