Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Drv34.c510 #define GET_PTS_DIFF(a, b) (((a) - (b) + 8192) & 0x1FFF) macro
1713 int refdist = GET_PTS_DIFF(r->next_pts, r->last_pts); in ff_rv34_decode_frame()
1714 int dist0 = GET_PTS_DIFF(r->cur_pts, r->last_pts); in ff_rv34_decode_frame()
1715 int dist1 = GET_PTS_DIFF(r->next_pts, r->cur_pts); in ff_rv34_decode_frame()

Completed in 3 milliseconds