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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user