Searched refs:tgq_dconly (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 Deatgq.c122 static inline void tgq_dconly(TgqContext *s, unsigned char *dst, int dst_stride, int dc){ function
135 tgq_dconly(s,dest_y , linesize, dc[0]);
136 tgq_dconly(s,dest_y + 8, linesize, dc[1]);
137 tgq_dconly(s,dest_y + 8*linesize , linesize, dc[2]);
138 tgq_dconly(s,dest_y + 8*linesize + 8, linesize, dc[3]);
140 tgq_dconly(s,dest_cb, s->frame.linesize[1], dc[4]);
141 tgq_dconly(s,dest_cr, s->frame.linesize[2], dc[5]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deatgq.c125 static inline void tgq_dconly(TgqContext *s, unsigned char *dst, function
141 tgq_dconly(s, dest_y, linesize, dc[0]);
142 tgq_dconly(s, dest_y + 8, linesize, dc[1]);
143 tgq_dconly(s, dest_y + 8 * linesize, linesize, dc[2]);
144 tgq_dconly(s, dest_y + 8 * linesize + 8, linesize, dc[3]);
146 tgq_dconly(s, dest_cb, frame->linesize[1], dc[4]);
147 tgq_dconly(s, dest_cr, frame->linesize[2], dc[5]);

Completed in 134 milliseconds