Home
last modified time | relevance | path

Searched refs:get_uv_mode (Results 1 – 25 of 64) sorted by relevance

123

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbCommonUtils.h44 static INLINE PredictionMode get_uv_mode(UvPredictionMode mode) { in get_uv_mode() function
84 : get_uv_mode(mbmi->uv_mode); in intra_mode_to_tx_type()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbCommonUtils.h44 static INLINE PredictionMode get_uv_mode(UvPredictionMode mode) { in get_uv_mode() function
84 : get_uv_mode(mbmi->uv_mode); in intra_mode_to_tx_type()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dblockd.h498 static INLINE PREDICTION_MODE get_uv_mode(UV_PREDICTION_MODE mode) { in get_uv_mode() function
520 static INLINE PREDICTION_MODE get_uv_mode(PREDICTION_MODE mode) { return mode; } in get_uv_mode() function
1274 : get_uv_mode(mbmi->uv_mode)]; in get_default_tx_type()
1352 return intra_mode_to_tx_type_context[get_uv_mode(mbmi->uv_mode)]; in av1_get_tx_type()
1362 : get_uv_mode(mbmi->uv_mode)]; in av1_get_tx_type()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/common/
H A Dblockd.h282 static INLINE PREDICTION_MODE get_uv_mode(UV_PREDICTION_MODE mode) { in get_uv_mode() function
664 (plane_type == PLANE_TYPE_Y) ? mbmi->mode : get_uv_mode(mbmi->uv_mode); in intra_mode_to_tx_type()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/
H A Dblockd.h277 static INLINE PREDICTION_MODE get_uv_mode(UV_PREDICTION_MODE mode) { in get_uv_mode() function
651 (plane_type == PLANE_TYPE_Y) ? mbmi->mode : get_uv_mode(mbmi->uv_mode); in intra_mode_to_tx_type()
/dports/www/firefox/firefox-99.0/third_party/aom/av1/common/
H A Dblockd.h282 static INLINE PREDICTION_MODE get_uv_mode(UV_PREDICTION_MODE mode) { in get_uv_mode() function
664 (plane_type == PLANE_TYPE_Y) ? mbmi->mode : get_uv_mode(mbmi->uv_mode); in intra_mode_to_tx_type()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/common/
H A Dblockd.h282 static INLINE PREDICTION_MODE get_uv_mode(UV_PREDICTION_MODE mode) { in get_uv_mode() function
664 (plane_type == PLANE_TYPE_Y) ? mbmi->mode : get_uv_mode(mbmi->uv_mode); in intra_mode_to_tx_type()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/
H A Dblockd.h348 static INLINE PREDICTION_MODE get_uv_mode(UV_PREDICTION_MODE mode) { in get_uv_mode() function
998 (plane_type == PLANE_TYPE_Y) ? mbmi->mode : get_uv_mode(mbmi->uv_mode); in intra_mode_to_tx_type()
/dports/multimedia/aom/aom-3.2.0/av1/common/
H A Dblockd.h352 static INLINE PREDICTION_MODE get_uv_mode(UV_PREDICTION_MODE mode) { in get_uv_mode() function
1027 (plane_type == PLANE_TYPE_Y) ? mbmi->mode : get_uv_mode(mbmi->uv_mode); in intra_mode_to_tx_type()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/common/
H A Dblockd.h282 static INLINE PREDICTION_MODE get_uv_mode(UV_PREDICTION_MODE mode) { in get_uv_mode() function
664 (plane_type == PLANE_TYPE_Y) ? mbmi->mode : get_uv_mode(mbmi->uv_mode); in intra_mode_to_tx_type()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/
H A Dblockd.h348 static INLINE PREDICTION_MODE get_uv_mode(UV_PREDICTION_MODE mode) { in get_uv_mode() function
998 (plane_type == PLANE_TYPE_Y) ? mbmi->mode : get_uv_mode(mbmi->uv_mode); in intra_mode_to_tx_type()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dintra_mode_search_utils.h374 if (av1_is_directional_mode(get_uv_mode(mode))) { in intra_mode_info_cost_uv()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dintra_mode_search_utils.h342 if (av1_is_directional_mode(get_uv_mode(mode))) { in intra_mode_info_cost_uv()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dintra_mode_search_utils.h555 if (av1_is_directional_mode(get_uv_mode(mode))) { in intra_mode_info_cost_uv()
H A Dintra_mode_search.c614 const int is_diagonal_mode = av1_is_diagonal_mode(get_uv_mode(mode)); in av1_rd_pick_intra_sbuv_mode()
615 const int is_directional_mode = av1_is_directional_mode(get_uv_mode(mode)); in av1_rd_pick_intra_sbuv_mode()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/decoder/
H A Ddecodemv.c806 (use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode))) in read_intra_frame_mode_info()
1071 use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode)) in read_intra_block_mode_info()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/
H A Ddecodemv.c801 (use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode))) in read_intra_frame_mode_info()
1061 use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode)) in read_intra_block_mode_info()
/dports/www/firefox/firefox-99.0/third_party/aom/av1/decoder/
H A Ddecodemv.c806 (use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode))) in read_intra_frame_mode_info()
1071 use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode)) in read_intra_block_mode_info()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/decoder/
H A Ddecodemv.c806 (use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode))) in read_intra_frame_mode_info()
1071 use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode)) in read_intra_block_mode_info()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/decoder/
H A Ddecodemv.c826 (use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode))) in read_intra_frame_mode_info()
1087 use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode)) in read_intra_block_mode_info()
/dports/multimedia/aom/aom-3.2.0/av1/decoder/
H A Ddecodemv.c826 (use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode))) in read_intra_frame_mode_info()
1087 use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode)) in read_intra_block_mode_info()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/decoder/
H A Ddecodemv.c806 (use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode))) in read_intra_frame_mode_info()
1071 use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode)) in read_intra_block_mode_info()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/decoder/
H A Ddecodemv.c826 (use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode))) in read_intra_frame_mode_info()
1087 use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode)) in read_intra_block_mode_info()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecIntraPrediction.c802 : get_uv_mode(part_info->mi->uv_mode); in svt_av1_predict_intra()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecIntraPrediction.c802 : get_uv_mode(part_info->mi->uv_mode); in svt_av1_predict_intra()

123