pub const AV1E_SET_RATE_DISTRIBUTION_INFO: aome_enc_control_id = 161;
Expand description

Codec control to set the input file for rate distribution used in all intra mode, const char * parameter The input should be the name of a text file, which contains (rows x cols) float values separated by space. Each float value represent the number of bits for each 16x16 block. rows = (frame_height + 15) / 16 cols = (frame_width + 15) / 16

\attention This feature requires –enable-rate-guide-deltaq=1.