Searched refs:slice_max_bytes (Results 1 – 1 of 1) sorted by relevance
163 int slice_max_bytes; member660 args->bits_ceil = s->slice_max_bytes << 3; in calc_slice_sizes()971 s->slice_max_bytes = slice_ceil = av_rescale(s->frame_max_bytes, 1, s->num_x*s->num_y); in vc2_encode_frame()975 int r_size = SSIZE_ROUND(s->slice_max_bytes); in vc2_encode_frame()977 s->slice_max_bytes -= r_size - slice_ceil; in vc2_encode_frame()978 r_size = SSIZE_ROUND(s->slice_max_bytes); in vc2_encode_frame()984 s->slice_min_bytes = s->slice_max_bytes - s->slice_max_bytes*(s->tolerance/100.0f); in vc2_encode_frame()1045 s->slice_max_bytes = 0; in vc2_encode_init()