Home | History | Annotate | Download | only in encoder

Lines Matching refs:total_weight

1461     unsigned int total_weight = 0;
1502 total_weight += prior_key_frame_weight[i];
1505 av_key_frame_bits /= total_weight;
1506 av_key_frame_frequency /= total_weight;