Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dflashsv2enc.c758 static const double block_size_fraction = 1.0 / 300; variable
766 double width = block_size_fraction * sqrt(0.5 * save * s->rows * s->cols) * s->image_width; in optimum_block_width()
778 double height = block_size_fraction * sqrt(0.5 * save * s->rows * s->cols) * s->image_height; in optimum_block_height()

Completed in 2 milliseconds