Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4221 double q_val_high; local
4222 q_val_high = vp9_convert_qindex_to_q(q_high, cm->bit_depth);
4223 q_val_high =
4224 q_val_high * ((double)rc->projected_frame_size / max_rate);
4225 q_high = vp9_convert_q_to_qindex(q_val_high, cm->bit_depth);