Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc586 uint8_t image_class = image_type > kVGA ? 1 : 0; in GetTransitionRate() local
587 uint8_t table_index = image_class * 9 + content_class_; in GetTransitionRate()