Home
last modified time | relevance | path

Searched refs:drl_index (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbModeDecision.c952 cand_array[cand_total_cnt].drl_index = drl_index; in unipred_3x3_candidates_injection()
1081 cand_array[cand_total_cnt].drl_index = drl_index; in unipred_3x3_candidates_injection()
1272 cand_array[cand_total_cnt].drl_index = drl_index; in bipred_3x3_candidates_injection()
1415 cand_array[cand_total_cnt].drl_index = drl_index; in bipred_3x3_candidates_injection()
2937 &candidate->drl_index, in obmc_motion_refinement()
3036 cand_array[cand_total_cnt].drl_index = drl_index; in inject_new_candidates()
3148 cand_array[cand_total_cnt].drl_index = drl_index; in inject_new_candidates()
3273 cand_array[cand_total_cnt].drl_index = drl_index; in inject_new_candidates()
3675 cand_array[cand_total_cnt].drl_index = drl_index; in inject_pme_candidates()
3820 cand_array[cand_total_cnt].drl_index = drl_index; in inject_pme_candidates()
[all …]
H A DEbAdaptiveMotionVectorPrediction.h41 uint8_t drl_index, IntMv nearestmv[2], IntMv nearmv[2], IntMv ref_mv[2]);
H A DEbAdaptiveMotionVectorPrediction.c1372 uint8_t drl_index, //valid value of drl_index in get_av1_mv_pred_drl() argument
1385 int32_t ref_mv_idx = drl_index + 1; in get_av1_mv_pred_drl()
1396 } else if (drl_index > 0 && mode == NEARMV) { in get_av1_mv_pred_drl()
1397 assert((1 + drl_index) < MAX_REF_MV_STACK_SIZE); in get_av1_mv_pred_drl()
1399 .ed_ref_mv_stack[ref_frame][1 + drl_index] in get_av1_mv_pred_drl()
1408 int32_t ref_mv_idx = drl_index; in get_av1_mv_pred_drl()
1413 ref_mv_idx = 1 + drl_index; in get_av1_mv_pred_drl()
1428 .ed_ref_mv_stack[ref_frame][drl_index] in get_av1_mv_pred_drl()
1520 block_mi->ref_mv_idx = blk_ptr->drl_index; in update_mi_map()
H A DEbCodingUnit.h364 uint8_t drl_index; // ec member
H A DEbModeDecision.h72 uint8_t drl_index; member
H A DEbRateDistortionCost.c1178 ->drl_mode_fac_bits[drl_1_ctx][candidate_ptr->drl_index != idx]; in av1_inter_fast_cost()
1179 if (candidate_ptr->drl_index == idx) in av1_inter_fast_cost()
1192 ->drl_mode_fac_bits[drl_ctx][candidate_ptr->drl_index != (idx - 1)]; in av1_inter_fast_cost()
1194 if (candidate_ptr->drl_index == (idx - 1)) in av1_inter_fast_cost()
H A DEbEntropyCoding.c1730 ec_writer, blk_ptr->drl_index != idx, frame_context->drl_cdf[drl_ctx], 2); in write_drl_idx()
1732 if (blk_ptr->drl_index == idx) in write_drl_idx()
1747 ec_writer, blk_ptr->drl_index != (idx - 1), frame_context->drl_cdf[drl_ctx], 2); in write_drl_idx()
1749 if (blk_ptr->drl_index == (idx - 1)) in write_drl_idx()
H A DEbProductCodingLoop.c5822 dst_cu->drl_index = src_cu->drl_index; in move_blk_data()
5902 dst_cu->drl_index = src_cu->drl_index; in move_blk_data_redund()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbModeDecision.c952 cand_array[cand_total_cnt].drl_index = drl_index; in unipred_3x3_candidates_injection()
1081 cand_array[cand_total_cnt].drl_index = drl_index; in unipred_3x3_candidates_injection()
1272 cand_array[cand_total_cnt].drl_index = drl_index; in bipred_3x3_candidates_injection()
1415 cand_array[cand_total_cnt].drl_index = drl_index; in bipred_3x3_candidates_injection()
2937 &candidate->drl_index, in obmc_motion_refinement()
3036 cand_array[cand_total_cnt].drl_index = drl_index; in inject_new_candidates()
3148 cand_array[cand_total_cnt].drl_index = drl_index; in inject_new_candidates()
3273 cand_array[cand_total_cnt].drl_index = drl_index; in inject_new_candidates()
3675 cand_array[cand_total_cnt].drl_index = drl_index; in inject_pme_candidates()
3820 cand_array[cand_total_cnt].drl_index = drl_index; in inject_pme_candidates()
[all …]
H A DEbAdaptiveMotionVectorPrediction.h41 uint8_t drl_index, IntMv nearestmv[2], IntMv nearmv[2], IntMv ref_mv[2]);
H A DEbAdaptiveMotionVectorPrediction.c1372 uint8_t drl_index, //valid value of drl_index in get_av1_mv_pred_drl() argument
1385 int32_t ref_mv_idx = drl_index + 1; in get_av1_mv_pred_drl()
1396 } else if (drl_index > 0 && mode == NEARMV) { in get_av1_mv_pred_drl()
1397 assert((1 + drl_index) < MAX_REF_MV_STACK_SIZE); in get_av1_mv_pred_drl()
1399 .ed_ref_mv_stack[ref_frame][1 + drl_index] in get_av1_mv_pred_drl()
1408 int32_t ref_mv_idx = drl_index; in get_av1_mv_pred_drl()
1413 ref_mv_idx = 1 + drl_index; in get_av1_mv_pred_drl()
1428 .ed_ref_mv_stack[ref_frame][drl_index] in get_av1_mv_pred_drl()
1520 block_mi->ref_mv_idx = blk_ptr->drl_index; in update_mi_map()
H A DEbCodingUnit.h364 uint8_t drl_index; // ec member
H A DEbModeDecision.h72 uint8_t drl_index; member
H A DEbRateDistortionCost.c1178 ->drl_mode_fac_bits[drl_1_ctx][candidate_ptr->drl_index != idx]; in av1_inter_fast_cost()
1179 if (candidate_ptr->drl_index == idx) in av1_inter_fast_cost()
1192 ->drl_mode_fac_bits[drl_ctx][candidate_ptr->drl_index != (idx - 1)]; in av1_inter_fast_cost()
1194 if (candidate_ptr->drl_index == (idx - 1)) in av1_inter_fast_cost()
H A DEbEntropyCoding.c1730 ec_writer, blk_ptr->drl_index != idx, frame_context->drl_cdf[drl_ctx], 2); in write_drl_idx()
1732 if (blk_ptr->drl_index == idx) in write_drl_idx()
1747 ec_writer, blk_ptr->drl_index != (idx - 1), frame_context->drl_cdf[drl_ctx], 2); in write_drl_idx()
1749 if (blk_ptr->drl_index == (idx - 1)) in write_drl_idx()
H A DEbProductCodingLoop.c5822 dst_cu->drl_index = src_cu->drl_index; in move_blk_data()
5902 dst_cu->drl_index = src_cu->drl_index; in move_blk_data_redund()