Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibxvid.c740 xvid_enc_stats_t xvid_enc_stats = { 0 }; in xvid_encode_frame() local
747 xvid_enc_stats.version = XVID_VERSION; in xvid_encode_frame()
802 &xvid_enc_frame, &xvid_enc_stats); in xvid_encode_frame()
821 if (xvid_enc_stats.type == XVID_TYPE_PVOP) in xvid_encode_frame()
823 else if (xvid_enc_stats.type == XVID_TYPE_BVOP) in xvid_encode_frame()
825 else if (xvid_enc_stats.type == XVID_TYPE_SVOP) in xvid_encode_frame()
830 ff_side_data_set_encoder_stats(pkt, xvid_enc_stats.quant * FF_QP2LAMBDA, NULL, 0, pict_type); in xvid_encode_frame()
836 xvid_enc_stats.hlength, xerr); in xvid_encode_frame()

Completed in 2 milliseconds