Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtpenc_h263_rfc2190.c156 uint32_t pos_next_mb_info = (bit_pos + 7)/8; in ff_rtp_send_h263_rfc2190() local
158 if (pos_next_mb_info <= end - buf_base) { in ff_rtp_send_h263_rfc2190()
166 ebits = 8 * pos_next_mb_info - bit_pos; in ff_rtp_send_h263_rfc2190()
167 len = pos_next_mb_info - (buf - buf_base); in ff_rtp_send_h263_rfc2190()