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

  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 102 VP9_GOLD_FLAG = 1 << 1,
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 441 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
449 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
459 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
467 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
476 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
483 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
541 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
549 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
590 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
715 cpi->ref_frame_flags = VP9_ALT_FLAG | VP9_GOLD_FLAG | VP9_LAST_FLAG
    [all...]
vp9_firstpass.c 874 if (cpi->ref_frame_flags & VP9_GOLD_FLAG) {
    [all...]
vp9_encoder.c     [all...]
vp9_speed_features.c 415 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG,
    [all...]
vp9_ratectrl.c     [all...]
vp9_pickmode.c     [all...]
vp9_encodeframe.c     [all...]
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 139 case VP8_GOLD_FRAME: return VP9_GOLD_FLAG;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 198 } else if (ref_frame_flag == VP9_GOLD_FLAG) {

Completed in 828 milliseconds