Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c895 int num_mbs = ((Height * Width) / (16 * 16)); in estimate_max_q() local
898 double err_per_mb = section_err / num_mbs; in estimate_max_q()
910 … < (1 << 20)) ? (512 * section_target_bandwitdh) / num_mbs : 512 * (section_target_bandwitdh / num… in estimate_max_q()
971 int num_mbs = ((Height * Width) / (16 * 16)); in estimate_q() local
974 double err_per_mb = section_err / num_mbs; in estimate_q()
981 … < (1 << 20)) ? (512 * section_target_bandwitdh) / num_mbs : 512 * (section_target_bandwitdh / num… in estimate_q()
1022 int num_mbs = ((Height * Width) / (16 * 16)); in estimate_kf_group_q() local
1023 int target_norm_bits_per_mb = (512 * section_target_bandwitdh) / num_mbs; in estimate_kf_group_q()
1026 double err_per_mb = section_err / num_mbs; in estimate_kf_group_q()