Home
last modified time | relevance | path

Searched refs:INTRA_ONLY_FRAME (Results 1 – 25 of 78) sorted by relevance

1234

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbObuParse.h84 dec_handle->frame_header.frame_type == INTRA_ONLY_FRAME) && in allow_intrabc()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbObuParse.h84 dec_handle->frame_header.frame_type == INTRA_ONLY_FRAME) && in allow_intrabc()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/e2e_test/
H A DRefDecoder.cc40 INTRA_ONLY_FRAME = 2, // replaces intra-only enumerator
52 case INTRA_ONLY_FRAME: in get_max_intra_period_length()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/e2e_test/
H A DRefDecoder.cc40 INTRA_ONLY_FRAME = 2, // replaces intra-only enumerator
52 case INTRA_ONLY_FRAME: in get_max_intra_period_length()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/av1_dec/include/
H A Dumc_av1_utils.h74 return fh.frame_type == INTRA_ONLY_FRAME; in FrameIsIntraOnly()
H A Dumc_av1_dec_defs.h196 INTRA_ONLY_FRAME = 2, // replaces intra-only enumerator
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbEntropyCoding.h67 pcs_ptr->frm_hdr.frame_type == INTRA_ONLY_FRAME; in frame_is_intra_only()
H A DEbModeDecisionConfigurationProcess.c465 !(frm_hdr->frame_type == KEY_FRAME || frm_hdr->frame_type == INTRA_ONLY_FRAME) && in signal_derivation_mode_decision_config_kernel_oq()
584 if (start_frame_buf->frame_type == KEY_FRAME || start_frame_buf->frame_type == INTRA_ONLY_FRAME) in motion_field_projection()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbEntropyCoding.h67 pcs_ptr->frm_hdr.frame_type == INTRA_ONLY_FRAME; in frame_is_intra_only()
H A DEbModeDecisionConfigurationProcess.c465 !(frm_hdr->frame_type == KEY_FRAME || frm_hdr->frame_type == INTRA_ONLY_FRAME) && in signal_derivation_mode_decision_config_kernel_oq()
584 if (start_frame_buf->frame_type == KEY_FRAME || start_frame_buf->frame_type == INTRA_ONLY_FRAME) in motion_field_projection()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dthirdpass.c141 ctx->frame_info[cur].frame_type = INTRA_ONLY_FRAME; in get_frame_info()
H A Dav1_temporal_denoiser.c717 FRAME_TYPE frame_type = cm->current_frame.frame_type == INTRA_ONLY_FRAME in av1_denoiser_update_ref_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/
H A Dav1_dx_iface.c330 } else if (frame_type == INTRA_ONLY_FRAME) { in decoder_peek_si_internal()
1006 case INTRA_ONLY_FRAME: *arg |= AOM_FRAME_IS_INTRAONLY; break; in ctrl_get_frame_flags()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/
H A Dav1_dx_iface.c330 } else if (frame_type == INTRA_ONLY_FRAME) { in decoder_peek_si_internal()
1010 case INTRA_ONLY_FRAME: *arg |= AOM_FRAME_IS_INTRAONLY; break; in ctrl_get_frame_flags()
/dports/multimedia/aom/aom-3.2.0/av1/
H A Dav1_dx_iface.c334 } else if (frame_type == INTRA_ONLY_FRAME) { in decoder_peek_si_internal()
1016 case INTRA_ONLY_FRAME: *arg |= AOM_FRAME_IS_INTRAONLY; break; in ctrl_get_frame_flags()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dav1_temporal_denoiser.c717 FRAME_TYPE frame_type = cm->current_frame.frame_type == INTRA_ONLY_FRAME in av1_denoiser_update_ref_frame()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/common/
H A Dblockd.h50 INTRA_ONLY_FRAME = 2, // replaces intra-only enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/
H A Dblockd.h52 INTRA_ONLY_FRAME = 2, // replaces intra-only enumerator
/dports/www/firefox/firefox-99.0/third_party/aom/av1/common/
H A Dblockd.h50 INTRA_ONLY_FRAME = 2, // replaces intra-only enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/common/
H A Dblockd.h50 INTRA_ONLY_FRAME = 2, // replaces intra-only enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/
H A Dblockd.h54 INTRA_ONLY_FRAME = 2, // replaces intra-only enumerator
/dports/multimedia/aom/aom-3.2.0/av1/common/
H A Dblockd.h60 INTRA_ONLY_FRAME = 2, // replaces intra-only enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/common/
H A Dblockd.h50 INTRA_ONLY_FRAME = 2, // replaces intra-only enumerator
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/
H A Dblockd.h54 INTRA_ONLY_FRAME = 2, // replaces intra-only enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dlevel.c349 if (frame_type == KEY_FRAME || frame_type == INTRA_ONLY_FRAME) { in time_to_decode_frame()

1234