vp8_impl.cc: Enable postproc for arm under field trial.

For resolutions:
<= 320x240: enable full postproc (VP8_MFQE, VP8_DEBLOCK, VP8_DEMACROBLOCK).
> 320x240: enable VP8_MFQE.

TBR=marpan@webrtc.org
BUG=webrtc:6634

Review-Url: https://codereview.webrtc.org/2696403002
Cr-Commit-Position: refs/heads/master@{#16962}
This commit is contained in:
asapersson
2017-03-01 23:52:16 -08:00
committed by Commit bot
parent 0ef30eff41
commit 55eb6d6214
2 changed files with 27 additions and 5 deletions

View File

@ -164,6 +164,7 @@ class VP8DecoderImpl : public VP8Decoder {
int last_frame_width_;
int last_frame_height_;
bool key_frame_required_;
const bool use_postproc_arm_;
}; // end of VP8DecoderImpl class
} // namespace webrtc