Chromium Code Reviews| Index: source/libvpx/vp9/encoder/vp9_denoiser.h |
| =================================================================== |
| --- source/libvpx/vp9/encoder/vp9_denoiser.h (revision 293588) |
| +++ source/libvpx/vp9/encoder/vp9_denoiser.h (working copy) |
| @@ -29,6 +29,7 @@ |
| YV12_BUFFER_CONFIG running_avg_y[MAX_REF_FRAMES]; |
| YV12_BUFFER_CONFIG mc_running_avg_y; |
| int increase_denoising; |
| + int frame_buffer_initialized; |
| } VP9_DENOISER; |
| void vp9_denoiser_update_frame_info(VP9_DENOISER *denoiser, |