Home
last modified time | relevance | path

Searched refs:start_frame_buf (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbModeDecisionConfigurationProcess.c578 EbReferenceObject *start_frame_buf = in motion_field_projection() local
581 if (start_frame_buf == NULL) in motion_field_projection()
584 if (start_frame_buf->frame_type == KEY_FRAME || start_frame_buf->frame_type == INTRA_ONLY_FRAME) in motion_field_projection()
589 if (start_frame_buf->mi_rows != cm->mi_rows || start_frame_buf->mi_cols != cm->mi_cols) { in motion_field_projection()
593 const int start_frame_order_hint = start_frame_buf->order_hint; in motion_field_projection()
594 const unsigned int *const ref_order_hints = &start_frame_buf->ref_order_hint[0]; in motion_field_projection()
609 const MV_REF *const mv_ref_base = start_frame_buf->mvs; in motion_field_projection()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbModeDecisionConfigurationProcess.c578 EbReferenceObject *start_frame_buf = in motion_field_projection() local
581 if (start_frame_buf == NULL) in motion_field_projection()
584 if (start_frame_buf->frame_type == KEY_FRAME || start_frame_buf->frame_type == INTRA_ONLY_FRAME) in motion_field_projection()
589 if (start_frame_buf->mi_rows != cm->mi_rows || start_frame_buf->mi_cols != cm->mi_cols) { in motion_field_projection()
593 const int start_frame_order_hint = start_frame_buf->order_hint; in motion_field_projection()
594 const unsigned int *const ref_order_hints = &start_frame_buf->ref_order_hint[0]; in motion_field_projection()
609 const MV_REF *const mv_ref_base = start_frame_buf->mvs; in motion_field_projection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/
H A Dmvref_common.c916 const RefCntBuffer *const start_frame_buf = in motion_field_projection() local
918 if (start_frame_buf == NULL) return 0; in motion_field_projection()
920 if (start_frame_buf->frame_type == KEY_FRAME || in motion_field_projection()
921 start_frame_buf->frame_type == INTRA_ONLY_FRAME) in motion_field_projection()
924 if (start_frame_buf->mi_rows != cm->mi_params.mi_rows || in motion_field_projection()
925 start_frame_buf->mi_cols != cm->mi_params.mi_cols) in motion_field_projection()
928 const int start_frame_order_hint = start_frame_buf->order_hint; in motion_field_projection()
930 &start_frame_buf->ref_order_hints[0]; in motion_field_projection()
943 MV_REF *mv_ref_base = start_frame_buf->mvs; in motion_field_projection()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/
H A Dmvref_common.c916 const RefCntBuffer *const start_frame_buf = in motion_field_projection() local
918 if (start_frame_buf == NULL) return 0; in motion_field_projection()
920 if (start_frame_buf->frame_type == KEY_FRAME || in motion_field_projection()
921 start_frame_buf->frame_type == INTRA_ONLY_FRAME) in motion_field_projection()
924 if (start_frame_buf->mi_rows != cm->mi_params.mi_rows || in motion_field_projection()
925 start_frame_buf->mi_cols != cm->mi_params.mi_cols) in motion_field_projection()
928 const int start_frame_order_hint = start_frame_buf->order_hint; in motion_field_projection()
930 &start_frame_buf->ref_order_hints[0]; in motion_field_projection()
943 MV_REF *mv_ref_base = start_frame_buf->mvs; in motion_field_projection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/
H A Dmvref_common.c910 const RefCntBuffer *const start_frame_buf = in motion_field_projection() local
912 if (start_frame_buf == NULL) return 0; in motion_field_projection()
914 if (start_frame_buf->frame_type == KEY_FRAME || in motion_field_projection()
915 start_frame_buf->frame_type == INTRA_ONLY_FRAME) in motion_field_projection()
918 if (start_frame_buf->mi_rows != cm->mi_rows || in motion_field_projection()
919 start_frame_buf->mi_cols != cm->mi_cols) in motion_field_projection()
922 const int start_frame_order_hint = start_frame_buf->order_hint; in motion_field_projection()
924 &start_frame_buf->ref_order_hints[0]; in motion_field_projection()
937 MV_REF *mv_ref_base = start_frame_buf->mvs; in motion_field_projection()
/dports/multimedia/aom/aom-3.2.0/av1/common/
H A Dmvref_common.c918 const RefCntBuffer *const start_frame_buf = in motion_field_projection() local
920 if (start_frame_buf == NULL) return 0; in motion_field_projection()
922 if (start_frame_buf->frame_type == KEY_FRAME || in motion_field_projection()
923 start_frame_buf->frame_type == INTRA_ONLY_FRAME) in motion_field_projection()
926 if (start_frame_buf->mi_rows != cm->mi_params.mi_rows || in motion_field_projection()
927 start_frame_buf->mi_cols != cm->mi_params.mi_cols) in motion_field_projection()
930 const int start_frame_order_hint = start_frame_buf->order_hint; in motion_field_projection()
932 &start_frame_buf->ref_order_hints[0]; in motion_field_projection()
945 MV_REF *mv_ref_base = start_frame_buf->mvs; in motion_field_projection()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecParseBlock.c829 const EbDecPicBuf *const start_frame_buf = get_ref_frame_buf(dec_handle, start_frame); in motion_field_projection_check() local
831 if (start_frame_buf == NULL) in motion_field_projection_check()
834 if (start_frame_buf->frame_type == KEY_FRAME || start_frame_buf->frame_type == INTRA_ONLY_FRAME) in motion_field_projection_check()
837 uint32_t mi_cols = 2 * ((start_frame_buf->frame_width + 7) >> 3); in motion_field_projection_check()
838 uint32_t mi_rows = 2 * ((start_frame_buf->frame_height + 7) >> 3); in motion_field_projection_check()
857 const EbDecPicBuf *const start_frame_buf = get_ref_frame_buf(dec_handle, start_frame); in motion_field_projection_row() local
859 TemporalMvRef *mv_ref_base = start_frame_buf->mvs; in motion_field_projection_row()
861 const int start_frame_order_hint = start_frame_buf->order_hint; in motion_field_projection_row()
863 const unsigned int *const ref_order_hints = &start_frame_buf->ref_order_hints[0]; in motion_field_projection_row()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecParseBlock.c829 const EbDecPicBuf *const start_frame_buf = get_ref_frame_buf(dec_handle, start_frame); in motion_field_projection_check() local
831 if (start_frame_buf == NULL) in motion_field_projection_check()
834 if (start_frame_buf->frame_type == KEY_FRAME || start_frame_buf->frame_type == INTRA_ONLY_FRAME) in motion_field_projection_check()
837 uint32_t mi_cols = 2 * ((start_frame_buf->frame_width + 7) >> 3); in motion_field_projection_check()
838 uint32_t mi_rows = 2 * ((start_frame_buf->frame_height + 7) >> 3); in motion_field_projection_check()
857 const EbDecPicBuf *const start_frame_buf = get_ref_frame_buf(dec_handle, start_frame); in motion_field_projection_row() local
859 TemporalMvRef *mv_ref_base = start_frame_buf->mvs; in motion_field_projection_row()
861 const int start_frame_order_hint = start_frame_buf->order_hint; in motion_field_projection_row()
863 const unsigned int *const ref_order_hints = &start_frame_buf->ref_order_hints[0]; in motion_field_projection_row()