Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Drangecoder.c68 void ff_build_rac_states(RangeCoder *c, int factor, int max_p) in ff_build_rac_states() argument
83 if (last_p8 && last_p8 < 256 && p8 <= max_p) in ff_build_rac_states()
90 for (i = 256 - max_p; i <= max_p; i++) { in ff_build_rac_states()
99 if (p8 > max_p) in ff_build_rac_states()
100 p8 = max_p; in ff_build_rac_states()
H A Drangecoder.h60 void ff_build_rac_states(RangeCoder *c, int factor, int max_p);
/third_party/ffmpeg/libavformat/
H A Drtsp.h362 int max_p; member
H A Drtsp.c2057 p[rt->max_p].fd = ffurl_get_file_handle(rt->rtsp_hd); in udp_read_packet()
2058 p[rt->max_p++].events = POLLIN; in udp_read_packet()
2074 p[rt->max_p].fd = fds[fdsidx]; in udp_read_packet()
2075 p[rt->max_p++].events = POLLIN; in udp_read_packet()
2087 n = poll(p, rt->max_p, POLLING_TIME); in udp_read_packet()

Completed in 5 milliseconds