Searched refs:tgq_dconly (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | eatgq.c | 134 static inline void tgq_dconly(TgqContext *s, unsigned char *dst, in tgq_dconly() function 150 tgq_dconly(s, dest_y, linesize, dc[0]); in tgq_idct_put_mb_dconly() 151 tgq_dconly(s, dest_y + 8, linesize, dc[1]); in tgq_idct_put_mb_dconly() 152 tgq_dconly(s, dest_y + 8 * linesize, linesize, dc[2]); in tgq_idct_put_mb_dconly() 153 tgq_dconly(s, dest_y + 8 * linesize + 8, linesize, dc[3]); in tgq_idct_put_mb_dconly() 155 tgq_dconly(s, dest_cb, frame->linesize[1], dc[4]); in tgq_idct_put_mb_dconly() 156 tgq_dconly(s, dest_cr, frame->linesize[2], dc[5]); in tgq_idct_put_mb_dconly()
|
Completed in 2 milliseconds