Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmqc.h58 int ff_mqc_flush_to(MqcState *mqc, uint8_t *dst, int *dst_len);
H A Dmqcenc.c119 int ff_mqc_flush_to(MqcState *mqc, uint8_t *dst, int *dst_len) in ff_mqc_flush_to() function
H A Dj2kenc.c744 cblk->passes[passno].rate = ff_mqc_flush_to(&t1->mqc, cblk->passes[passno].flushed, &cblk->passes[passno].flushed_len); in encode_cblk()
759 cblk->passes[passno-1].rate = ff_mqc_flush_to(&t1->mqc, cblk->passes[passno-1].flushed, &cblk->passes[passno-1].flushed_len); in encode_cblk()

Completed in 4 milliseconds