Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/tests/
H A Drangecoder.c69 ff_build_rac_states(&c, (1LL << 32) / 20, 128 + 64 + 32 + 16); in main()
/third_party/ffmpeg/libavcodec/
H A Drangecoder.h60 void ff_build_rac_states(RangeCoder *c, int factor, int max_p);
H A Drangecoder.c68 void ff_build_rac_states(RangeCoder *c, int factor, int max_p) in ff_build_rac_states() function
H A Dsonic.c734 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 Dffv1enc.c410 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 Dffv1dec.c437 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 Dsnowdec.c451 ff_build_rac_states(c, 0.05*(1LL<<32), 256-8); in decode_frame()
H A Dsnowenc.c1584 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