HomeSort by relevance Sort by last modified time
    Searched refs:VP9_LAST_FLAG (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd.h 35 VP9_LAST_FLAG = 1,
vp9_onyxd_if.c 202 if (ref_frame_flag == VP9_LAST_FLAG) {
229 if (ref_frame_flag == VP9_LAST_FLAG) {
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 39 VP9_LAST_FLAG = 1,
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 95 return VP9_LAST_FLAG;
102 return VP9_LAST_FLAG;
655 ref ^= VP9_LAST_FLAG;
672 upd ^= VP9_LAST_FLAG;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 634 if (!(cpi->ref_frame_flags & VP9_LAST_FLAG)) {
653 if ((cpi->ref_frame_flags & (VP9_LAST_FLAG | VP9_ALT_FLAG)) !=
654 (VP9_LAST_FLAG | VP9_ALT_FLAG)) {
690 if (!(cpi->ref_frame_flags & VP9_LAST_FLAG))
696 if ((cpi->ref_frame_flags & (VP9_LAST_FLAG | VP9_ALT_FLAG)) !=
697 (VP9_LAST_FLAG | VP9_ALT_FLAG))
    [all...]
vp9_rdopt.c     [all...]
vp9_encodeframe.c     [all...]

Completed in 665 milliseconds