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 437 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
445 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
455 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
463 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
472 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
479 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
537 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
545 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
586 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG;
704 cpi->ref_frame_flags = VP9_ALT_FLAG | VP9_GOLD_FLAG | VP9_LAST_FLAG
    [all...]
vp9_firstpass.c 865 if (cpi->ref_frame_flags & VP9_GOLD_FLAG) {
    [all...]
vp9_encoder.c     [all...]
vp9_speed_features.c 405 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG,
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 197 } else if (ref_frame_flag == VP9_GOLD_FLAG) {

Completed in 125 milliseconds