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.c4432 double q_val_high; local
4433 q_val_high = vp9_convert_qindex_to_q(q_high, cm->bit_depth);
4434 q_val_high =
4435 q_val_high * ((double)rc->projected_frame_size / max_rate);
4436 q_high = vp9_convert_q_to_qindex(q_val_high, cm->bit_depth);