Home
last modified time | relevance | path

Searched refs:single_ref_cost (Results 1 – 4 of 4) sorted by relevance

/external/libaom/av1/encoder/
Drdopt.c770 ref_costs_single[LAST_FRAME] += mode_costs->single_ref_cost[ctx_p1][0][0]; in estimate_ref_frame_costs()
771 ref_costs_single[LAST2_FRAME] += mode_costs->single_ref_cost[ctx_p1][0][0]; in estimate_ref_frame_costs()
772 ref_costs_single[LAST3_FRAME] += mode_costs->single_ref_cost[ctx_p1][0][0]; in estimate_ref_frame_costs()
773 ref_costs_single[GOLDEN_FRAME] += mode_costs->single_ref_cost[ctx_p1][0][0]; in estimate_ref_frame_costs()
774 ref_costs_single[BWDREF_FRAME] += mode_costs->single_ref_cost[ctx_p1][0][1]; in estimate_ref_frame_costs()
776 mode_costs->single_ref_cost[ctx_p1][0][1]; in estimate_ref_frame_costs()
777 ref_costs_single[ALTREF_FRAME] += mode_costs->single_ref_cost[ctx_p1][0][1]; in estimate_ref_frame_costs()
781 ref_costs_single[LAST_FRAME] += mode_costs->single_ref_cost[ctx_p3][2][0]; in estimate_ref_frame_costs()
782 ref_costs_single[LAST2_FRAME] += mode_costs->single_ref_cost[ctx_p3][2][0]; in estimate_ref_frame_costs()
783 ref_costs_single[LAST3_FRAME] += mode_costs->single_ref_cost[ctx_p3][2][1]; in estimate_ref_frame_costs()
[all …]
Dblock.h624 int single_ref_cost[REF_CONTEXTS][SINGLE_REFS - 1][2]; member
Dnonrd_pickmode.c630 ref_costs_single[LAST_FRAME] += mode_costs->single_ref_cost[0][0][0]; in estimate_single_ref_frame_costs()
631 ref_costs_single[GOLDEN_FRAME] += mode_costs->single_ref_cost[0][0][1]; in estimate_single_ref_frame_costs()
632 ref_costs_single[GOLDEN_FRAME] += mode_costs->single_ref_cost[0][1][0]; in estimate_single_ref_frame_costs()
633 ref_costs_single[ALTREF_FRAME] += mode_costs->single_ref_cost[0][0][1]; in estimate_single_ref_frame_costs()
634 ref_costs_single[ALTREF_FRAME] += mode_costs->single_ref_cost[0][2][0]; in estimate_single_ref_frame_costs()
Drd.c226 av1_cost_tokens_from_cdf(mode_costs->single_ref_cost[i][j], in av1_fill_mode_rates()