| WebM Codec SDK
    | 
Frame coding result. More...
#include <vpx_ext_ratectrl.h>
| Data Fields | |
| int64_t | sse | 
| int64_t | bit_count | 
| int64_t | pixel_count | 
| int | actual_encoding_qindex | 
Frame coding result.
The encoder will send the result to the external rate control model through update_encodeframe_result() defined in vpx_rc_funcs_t.
| int64_t vpx_rc_encodeframe_result::sse | 
sum of squared error of the reconstructed frame
| int64_t vpx_rc_encodeframe_result::bit_count | 
number of bits spent on coding the frame
| int64_t vpx_rc_encodeframe_result::pixel_count | 
number of pixels in YUV planes of the frame
| int vpx_rc_encodeframe_result::actual_encoding_qindex | 
the actual qindex used to encode the frame