Searched refs:ext_refresh_frame_context_pending (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h260 int ext_refresh_frame_context_pending; member in struct:VP9_COMP
H A Dvp9_encoder.c694 cpi->ext_refresh_frame_context_pending = 0;
1345 cpi->ext_refresh_frame_context_pending = 1;
1985 if (cpi->ext_refresh_frame_context_pending) {
1987 cpi->ext_refresh_frame_context_pending = 0;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h328 int ext_refresh_frame_context_pending; member in struct:VP9_COMP
H A Dvp9_onyx_if.c952 cpi->ext_refresh_frame_context_pending = 0;
1728 cpi->ext_refresh_frame_context_pending = 1;
2449 if (cpi->ext_refresh_frame_context_pending) {
2451 cpi->ext_refresh_frame_context_pending = 0;

Completed in 178 milliseconds