Home
last modified time | relevance | path

Searched refs:bits_last (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc2enc.c623 int bits_last, bits = count_hq_slice(slice_dat, quant); in rate_control() local
630 bits = quant == quant_buf[0] ? bits_last : bits; in rate_control()
636 bits_last = bits; in rate_control()