Searched refs:FF_PTR_ADD (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | internal.h | 100 #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr)) macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | vmdvideo.c | 321 pp = FF_PTR_ADD(pp, prev_linesize); in vmd_decode() 369 pp = FF_PTR_ADD(pp, prev_linesize); in vmd_decode()
|
H A D | lcldec.c | 386 u_out = FF_PTR_ADD(frame->data[1], offset); in decode_frame() 388 v_out = FF_PTR_ADD(frame->data[2], offset); in decode_frame()
|
H A D | mss12.c | 320 rgb_dst = FF_PTR_ADD(rgb_dst, rgb_stride); in decode_region()
|
H A D | g2meet.c | 1034 for (j = 0; j < height; j++, dst += stride, jpeg_tile = FF_PTR_ADD(jpeg_tile, tile_stride)) { in kempf_restore_buf()
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale.c | 1172 dst[i] = FF_PTR_ADD(c->frame_dst->data[i], offset); in sws_receive_slice()
|
Completed in 8 milliseconds