OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qp_max_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.h
99
int
qp_max_
;
member in class:webrtc::VP8EncoderImpl
vp8_impl.cc
151
qp_max_
(56), // Setting for max quantizer.
264
configurations_[encoders_.size() - 1].rc_max_quantizer =
qp_max_
;
491
qp_max_
= inst->qpMax;
493
configurations_[0].rc_max_quantizer =
qp_max_
;
[
all
...]
Completed in 122 milliseconds