Home
last modified time | relevance | path

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

/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbModeDecision.c365 …if (ref_frame_0 == LAST_FRAME && ref_frame_1 == ALTREF_FRAME && me_pu_result->total_me_candidate_i… in new_mv_candidates_injection()
382 if (me_pu_result->distortion_direction[mecandidate_index].direction == target_direction) { in new_mv_candidates_injection()
397 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[0].as_mv.col = me_pu_result->x_mv_… in new_mv_candidates_injection()
398 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[0].as_mv.row = me_pu_result->y_mv_… in new_mv_candidates_injection()
399 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[1].as_mv.col = me_pu_result->x_mv_… in new_mv_candidates_injection()
400 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[1].as_mv.row = me_pu_result->y_mv_… in new_mv_candidates_injection()
403 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[0].as_mv.col = me_pu_result->x_mv_… in new_mv_candidates_injection()
404 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[0].as_mv.row = me_pu_result->y_mv_… in new_mv_candidates_injection()
407 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[0].as_mv.col = me_pu_result->x_mv_… in new_mv_candidates_injection()
408 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[0].as_mv.row = me_pu_result->y_mv_… in new_mv_candidates_injection()
[all …]
H A DEbMotionEstimation.c2779 #define NSET_CAND(me_pu_result, num, dist, dir) \ argument
4171 NSET_CAND(me_pu_result, 0, l0_sad, UNI_PRED_LIST_0) in motion_estimate_sb()
4173 NSET_CAND(me_pu_result, 2, bi_sad, BI_PRED) in motion_estimate_sb()
4178 NSET_CAND(me_pu_result, 0, l0_sad, UNI_PRED_LIST_0) in motion_estimate_sb()
4179 NSET_CAND(me_pu_result, 1, bi_sad, BI_PRED) in motion_estimate_sb()
4185 NSET_CAND(me_pu_result, 0, l1_sad, UNI_PRED_LIST_1) in motion_estimate_sb()
4187 NSET_CAND(me_pu_result, 2, bi_sad, BI_PRED) in motion_estimate_sb()
4193 NSET_CAND(me_pu_result, 1, bi_sad, BI_PRED) in motion_estimate_sb()
4199 NSET_CAND(me_pu_result, 0, bi_sad, BI_PRED) in motion_estimate_sb()
4206 NSET_CAND(me_pu_result, 0, bi_sad, BI_PRED) in motion_estimate_sb()
[all …]
H A DEbModeDecisionConfigurationProcess.c232 … MeCuResults *me_pu_result = &picture_control_set_ptr->parent_pcs_ptr->me_results[sb_index][0]; in aura_detection64x64() local
236 for (k = 0; k < me_pu_result->total_me_candidate_index; k++) { in aura_detection64x64()
238 if (me_pu_result->distortion_direction[k].direction == UNI_PRED_LIST_0) { in aura_detection64x64()
240 x_mv0 = me_pu_result->x_mv_l0; in aura_detection64x64()
241 y_mv0 = me_pu_result->y_mv_l0; in aura_detection64x64()
243 if (me_pu_result->distortion_direction[k].direction == UNI_PRED_LIST_1) { in aura_detection64x64()
245 x_mv1 = me_pu_result->x_mv_l1; in aura_detection64x64()
246 y_mv1 = me_pu_result->y_mv_l1; in aura_detection64x64()
250 curr_dist = me_pu_result->distortion_direction[0].distortion; in aura_detection64x64()
2009 if (me_pu_result->distortion_direction[0].direction == BI_PRED) { in prediction_partition_loop()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbModeDecision.c365 …if (ref_frame_0 == LAST_FRAME && ref_frame_1 == ALTREF_FRAME && me_pu_result->total_me_candidate_i… in new_mv_candidates_injection()
382 if (me_pu_result->distortion_direction[mecandidate_index].direction == target_direction) { in new_mv_candidates_injection()
397 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[0].as_mv.col = me_pu_result->x_mv_… in new_mv_candidates_injection()
398 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[0].as_mv.row = me_pu_result->y_mv_… in new_mv_candidates_injection()
399 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[1].as_mv.col = me_pu_result->x_mv_… in new_mv_candidates_injection()
400 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[1].as_mv.row = me_pu_result->y_mv_… in new_mv_candidates_injection()
403 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[0].as_mv.col = me_pu_result->x_mv_… in new_mv_candidates_injection()
404 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[0].as_mv.row = me_pu_result->y_mv_… in new_mv_candidates_injection()
407 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[0].as_mv.col = me_pu_result->x_mv_… in new_mv_candidates_injection()
408 …context_ptr->fast_candidate_array[*can_total_cnt].mode_info->mv[0].as_mv.row = me_pu_result->y_mv_… in new_mv_candidates_injection()
[all …]
H A DEbMotionEstimation.c2779 #define NSET_CAND(me_pu_result, num, dist, dir) \ argument
4171 NSET_CAND(me_pu_result, 0, l0_sad, UNI_PRED_LIST_0) in motion_estimate_sb()
4173 NSET_CAND(me_pu_result, 2, bi_sad, BI_PRED) in motion_estimate_sb()
4178 NSET_CAND(me_pu_result, 0, l0_sad, UNI_PRED_LIST_0) in motion_estimate_sb()
4179 NSET_CAND(me_pu_result, 1, bi_sad, BI_PRED) in motion_estimate_sb()
4185 NSET_CAND(me_pu_result, 0, l1_sad, UNI_PRED_LIST_1) in motion_estimate_sb()
4187 NSET_CAND(me_pu_result, 2, bi_sad, BI_PRED) in motion_estimate_sb()
4193 NSET_CAND(me_pu_result, 1, bi_sad, BI_PRED) in motion_estimate_sb()
4199 NSET_CAND(me_pu_result, 0, bi_sad, BI_PRED) in motion_estimate_sb()
4206 NSET_CAND(me_pu_result, 0, bi_sad, BI_PRED) in motion_estimate_sb()
[all …]
H A DEbModeDecisionConfigurationProcess.c232 … MeCuResults *me_pu_result = &picture_control_set_ptr->parent_pcs_ptr->me_results[sb_index][0]; in aura_detection64x64() local
236 for (k = 0; k < me_pu_result->total_me_candidate_index; k++) { in aura_detection64x64()
238 if (me_pu_result->distortion_direction[k].direction == UNI_PRED_LIST_0) { in aura_detection64x64()
240 x_mv0 = me_pu_result->x_mv_l0; in aura_detection64x64()
241 y_mv0 = me_pu_result->y_mv_l0; in aura_detection64x64()
243 if (me_pu_result->distortion_direction[k].direction == UNI_PRED_LIST_1) { in aura_detection64x64()
245 x_mv1 = me_pu_result->x_mv_l1; in aura_detection64x64()
246 y_mv1 = me_pu_result->y_mv_l1; in aura_detection64x64()
250 curr_dist = me_pu_result->distortion_direction[0].distortion; in aura_detection64x64()
2009 if (me_pu_result->distortion_direction[0].direction == BI_PRED) { in prediction_partition_loop()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbMotionEstimation.c1351 #define NSET_CAND(me_pu_result, num, dist, dir) \ argument
1352 (me_pu_result)->distortion_direction[(num)].distortion = (dist); \
1353 (me_pu_result)->distortion_direction[(num)].direction = (dir);
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbMotionEstimation.c1351 #define NSET_CAND(me_pu_result, num, dist, dir) \ argument
1352 (me_pu_result)->distortion_direction[(num)].distortion = (dist); \
1353 (me_pu_result)->distortion_direction[(num)].direction = (dir);