HomeSort by relevance Sort by last modified time
    Searched full:ppcfg (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 562 vp8_postproc_cfg_t ppcfg; local
563 ppcfg.post_proc_flag = VP8_DEMACROBLOCK | VP8_DEBLOCK;
565 ppcfg.deblocking_level = 3;
566 vpx_codec_control(decoder_, VP8_SET_POSTPROC, &ppcfg);
615 vp8_postproc_cfg_t ppcfg; local
616 ppcfg.post_proc_flag = VP8_MFQE | VP8_DEMACROBLOCK | VP8_DEBLOCK;
617 ppcfg.deblocking_level = 3;
618 vpx_codec_control(decoder_, VP8_SET_POSTPROC, &ppcfg);

Completed in 1602 milliseconds