Home
last modified time | relevance | path

Searched refs:VPX_FRAME_IS_INVISIBLE (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Daltref_test.cc45 if (pkt->data.frame.flags & VPX_FRAME_IS_INVISIBLE) ++altref_count_; in FramePktHook()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h126 #define VPX_FRAME_IS_INVISIBLE 0x4 /**< frame should be decoded but will not macro
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c965 pkt.data.frame.flags |= VPX_FRAME_IS_INVISIBLE; in vp8e_encode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c965 pkt.data.frame.flags |= VPX_FRAME_IS_INVISIBLE; in encoder_encode()