Searched defs:intra_only (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_onyxc_int.h115 int intra_only; member in struct:VP9Common
258 return cm->frame_type == KEY_FRAME || cm->intra_only;
300 !cm->intra_only &&
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h114 int intra_only; member in struct:VP9Common
291 !cm->intra_only &&
299 return cm->frame_type == KEY_FRAME || cm->intra_only;

Completed in 264 milliseconds