Home
last modified time | relevance | path

Searched refs:interp_lines (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dphotocd.c143 static av_noinline void interp_lines(uint8_t *ptr, int linesize, in interp_lines() function
369 interp_lines(ptr1, p->linesize[1], img_info[2].width, img_info[2].height); in photocd_decode_frame()
370 interp_lines(ptr2, p->linesize[2], img_info[2].width, img_info[2].height); in photocd_decode_frame()
374 interp_lines (ptr1, p->linesize[1], img_info[3].width, img_info[3].height); in photocd_decode_frame()
376 interp_lines (ptr2, p->linesize[2], img_info[3].width, img_info[3].height); in photocd_decode_frame()
379 interp_lines(ptr, p->linesize[0], img_info[3].width, img_info[3].height); in photocd_decode_frame()
392 interp_lines (ptr, p->linesize[0], img_info[4].width, img_info[4].height); in photocd_decode_frame()