Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresdata.h35 extern const uint8_t ff_prores_ac_codebook[7];
H A Dproresdata.c55 const uint8_t ff_prores_ac_codebook[7] = { variable
H A Dproresenc_kostya.c453 encode_vlc_codeword(pb, ff_prores_ac_codebook[run_cb], run); in encode_acs()
454 encode_vlc_codeword(pb, ff_prores_ac_codebook[lev_cb], in encode_acs()
700 bits += estimate_vlc(ff_prores_ac_codebook[run_cb], run); in estimate_acs()
701 bits += estimate_vlc(ff_prores_ac_codebook[lev_cb], in estimate_acs()

Completed in 3 milliseconds