Home
last modified time | relevance | path

Searched refs:FF_PTR_ADD (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dinternal.h100 #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr)) macro
/third_party/ffmpeg/libavcodec/
H A Dvmdvideo.c321 pp = FF_PTR_ADD(pp, prev_linesize); in vmd_decode()
369 pp = FF_PTR_ADD(pp, prev_linesize); in vmd_decode()
H A Dlcldec.c386 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 Dmss12.c320 rgb_dst = FF_PTR_ADD(rgb_dst, rgb_stride); in decode_region()
H A Dg2meet.c1034 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 Dswscale.c1172 dst[i] = FF_PTR_ADD(c->frame_dst->data[i], offset); in sws_receive_slice()

Completed in 8 milliseconds