Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1147 vp8_postproc_cfg_t ppcfg; in Decode() local
1149 ppcfg.post_proc_flag = VP8_MFQE | VP8_DEBLOCK; in Decode()
1152 ppcfg.post_proc_flag |= VP8_DEMACROBLOCK; in Decode()
1155 ppcfg.deblocking_level = 3; in Decode()
1156 vpx_codec_control(decoder_, VP8_SET_POSTPROC, &ppcfg); in Decode()