OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCMQmMethod
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
qm_select.h
117
class
VCMQmMethod
{
119
VCMQmMethod
();
120
virtual ~
VCMQmMethod
();
173
class VCMQmResolution : public
VCMQmMethod
{
327
class VCMQmRobustness : public
VCMQmMethod
{
qm_select.cc
25
VCMQmMethod
::
VCMQmMethod
()
39
VCMQmMethod
::~
VCMQmMethod
() {}
41
void
VCMQmMethod
::ResetQM() {
48
uint8_t
VCMQmMethod
::ComputeContentClass() {
54
void
VCMQmMethod
::UpdateContent(const VideoContentMetrics* contentMetrics) {
58
void
VCMQmMethod
::ComputeMotionNFD() {
72
void
VCMQmMethod
::ComputeSpatial() {
96
ImageType
VCMQmMethod
::GetImageType(uint16_t width, uint16_t height)
[
all
...]
Completed in 35 milliseconds