Searched refs:ff_build_rac_states (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
H A D | rangecoder.c | 69 ff_build_rac_states(&c, (1LL << 32) / 20, 128 + 64 + 32 + 16); in main()
|
/third_party/ffmpeg/libavcodec/ |
H A D | rangecoder.h | 60 void ff_build_rac_states(RangeCoder *c, int factor, int max_p);
|
H A D | rangecoder.c | 68 void ff_build_rac_states(RangeCoder *c, int factor, int max_p) in ff_build_rac_states() function
|
H A D | sonic.c | 734 ff_build_rac_states(&c, 0.05*(1LL<<32), 256-8); in sonic_encode_frame() 1005 ff_build_rac_states(&c, 0.05*(1LL<<32), 256-8); in sonic_decode_frame()
|
H A D | ffv1enc.c | 410 ff_build_rac_states(c, 0.05 * (1LL << 32), 256 - 8); in write_extradata() 705 ff_build_rac_states(&c, 0.05 * (1LL << 32), 256 - 8); in encode_init() 1166 ff_build_rac_states(c, 0.05 * (1LL << 32), 256 - 8); in encode_frame()
|
H A D | ffv1dec.c | 437 ff_build_rac_states(c, 0.05 * (1LL << 32), 256 - 8); in read_extra_header() 883 ff_build_rac_states(c, 0.05 * (1LL << 32), 256 - 8); in decode_frame()
|
H A D | snowdec.c | 451 ff_build_rac_states(c, 0.05*(1LL<<32), 256-8); in decode_frame()
|
H A D | snowenc.c | 1584 ff_build_rac_states(c, (1LL<<32)/20, 256-8); in encode_frame() 1749 ff_build_rac_states(c, (1LL<<32)/20, 256-8); in encode_frame()
|
Completed in 12 milliseconds