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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmsrledec.c134 uint8_t *output, *output_end; local
141 output_end = pic->data[0] + avctx->height * pic->linesize[0];
175 if ((pic->linesize[0] > 0 && output + p2 * (depth >> 3) > output_end) ||
176 (pic->linesize[0] < 0 && output + p2 * (depth >> 3) < output_end)) {
218 if ((pic->linesize[0] > 0 && output + p1 * (depth >> 3) > output_end) ||
219 (pic->linesize[0] < 0 && output + p1 * (depth >> 3) < output_end))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmsrledec.c134 uint8_t *output, *output_end; local
141 output_end = output + FFABS(pic->linesize[0]);
159 output_end = output + FFABS(pic->linesize[0]);
174 output_end = pic->data[0] + line * pic->linesize[0] + FFABS(pic->linesize[0]);
178 if (output + p2 * (depth >> 3) > output_end) {
208 if (output + p1 * (depth >> 3) > output_end)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Doutput.cc149 virtual void output_end () = 0;
160 virtual void output_end ();
175 void Output_Defines::output_end () function in class:Output_Defines
185 virtual void output_end ();
210 void Output_Enum::output_end () function in class:Output_Enum
228 style.output_end ();

Completed in 43 milliseconds