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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h256 int ext_refresh_last_frame; member in struct:VP9_COMP
H A Dvp9_encoder.c1304 cpi->ext_refresh_last_frame = (ref_frame_flags & VP9_LAST_FLAG) != 0;
1990 cpi->refresh_last_frame = cpi->ext_refresh_last_frame;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h324 int ext_refresh_last_frame; member in struct:VP9_COMP
H A Dvp9_onyx_if.c1677 cpi->ext_refresh_last_frame = (ref_frame_flags & VP9_LAST_FLAG) != 0;
2454 cpi->refresh_last_frame = cpi->ext_refresh_last_frame;

Completed in 3174 milliseconds