Searched refs:tgq_dconly (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | eatgq.c | 128 static inline void tgq_dconly(TgqContext *s, unsigned char *dst, in tgq_dconly() function 144 tgq_dconly(s, dest_y, linesize, dc[0]); in tgq_idct_put_mb_dconly() 145 tgq_dconly(s, dest_y + 8, linesize, dc[1]); in tgq_idct_put_mb_dconly() 146 tgq_dconly(s, dest_y + 8 * linesize, linesize, dc[2]); in tgq_idct_put_mb_dconly() 147 tgq_dconly(s, dest_y + 8 * linesize + 8, linesize, dc[3]); in tgq_idct_put_mb_dconly() 149 tgq_dconly(s, dest_cb, frame->linesize[1], dc[4]); in tgq_idct_put_mb_dconly() 150 tgq_dconly(s, dest_cr, frame->linesize[2], dc[5]); in tgq_idct_put_mb_dconly()
|