Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc2enc.c33 #define SSIZE_ROUND(b) (FFALIGN((b), s->size_scaler) + 4 + s->prefix_bytes) macro
639 slice_dat->bytes = SSIZE_ROUND(bits >> 3); in rate_control()
698 bytes = SSIZE_ROUND(bits >> 3); in calc_slice_sizes()
975 int r_size = SSIZE_ROUND(s->slice_max_bytes); in vc2_encode_frame()
978 r_size = SSIZE_ROUND(s->slice_max_bytes); in vc2_encode_frame()