Home
last modified time | relevance | path

Searched refs:in_depth_block_skip_ctrls (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbEncDecProcess.c2268 InDepthBlockSkipCtrls *in_depth_block_skip_ctrls = &mdctxt->in_depth_block_skip_ctrls; in set_in_depth_block_skip_ctrls() local
2273 in_depth_block_skip_ctrls->base_weight = 0; in set_in_depth_block_skip_ctrls()
2277 in_depth_block_skip_ctrls->base_weight = 150; in set_in_depth_block_skip_ctrls()
2279 in_depth_block_skip_ctrls->cost_band_based_modulation = 1; in set_in_depth_block_skip_ctrls()
2280 in_depth_block_skip_ctrls->max_cost_multiplier = 400; in set_in_depth_block_skip_ctrls()
2281 in_depth_block_skip_ctrls->max_band_cnt = 5; in set_in_depth_block_skip_ctrls()
2282 in_depth_block_skip_ctrls->weight_per_band[0] = 175; in set_in_depth_block_skip_ctrls()
2283 in_depth_block_skip_ctrls->weight_per_band[1] = 150; in set_in_depth_block_skip_ctrls()
2284 in_depth_block_skip_ctrls->weight_per_band[2] = 125; in set_in_depth_block_skip_ctrls()
2285 in_depth_block_skip_ctrls->weight_per_band[3] = 100; in set_in_depth_block_skip_ctrls()
[all …]
H A DEbModeDecisionProcess.h620 InDepthBlockSkipCtrls in_depth_block_skip_ctrls; member
H A DEbProductCodingLoop.c7689 uint16_t in_depth_block_skip_weight = ctx->in_depth_block_skip_ctrls.base_weight; in check_curr_to_parent_cost()
7697 if (ctx->in_depth_block_skip_ctrls.child_cnt_based_modulation) { in check_curr_to_parent_cost()
7698 …in_depth_block_skip_weight = (in_depth_block_skip_weight * ctx->in_depth_block_skip_ctrls.cnt_base… in check_curr_to_parent_cost()
7702 if (ctx->in_depth_block_skip_ctrls.cost_band_based_modulation) { in check_curr_to_parent_cost()
7704 …uint64_t max_cost = RDCOST(full_lambda, 16, ctx->in_depth_block_skip_ctrls.max_cost_multiplier * p… in check_curr_to_parent_cost()
7707 uint64_t band_size = max_cost / ctx->in_depth_block_skip_ctrls.max_band_cnt; in check_curr_to_parent_cost()
7710 …in_depth_block_skip_weight = (in_depth_block_skip_weight * ctx->in_depth_block_skip_ctrls.cnt_base… in check_curr_to_parent_cost()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbEncDecProcess.c2268 InDepthBlockSkipCtrls *in_depth_block_skip_ctrls = &mdctxt->in_depth_block_skip_ctrls; in set_in_depth_block_skip_ctrls() local
2273 in_depth_block_skip_ctrls->base_weight = 0; in set_in_depth_block_skip_ctrls()
2277 in_depth_block_skip_ctrls->base_weight = 150; in set_in_depth_block_skip_ctrls()
2279 in_depth_block_skip_ctrls->cost_band_based_modulation = 1; in set_in_depth_block_skip_ctrls()
2280 in_depth_block_skip_ctrls->max_cost_multiplier = 400; in set_in_depth_block_skip_ctrls()
2281 in_depth_block_skip_ctrls->max_band_cnt = 5; in set_in_depth_block_skip_ctrls()
2282 in_depth_block_skip_ctrls->weight_per_band[0] = 175; in set_in_depth_block_skip_ctrls()
2283 in_depth_block_skip_ctrls->weight_per_band[1] = 150; in set_in_depth_block_skip_ctrls()
2284 in_depth_block_skip_ctrls->weight_per_band[2] = 125; in set_in_depth_block_skip_ctrls()
2285 in_depth_block_skip_ctrls->weight_per_band[3] = 100; in set_in_depth_block_skip_ctrls()
[all …]
H A DEbModeDecisionProcess.h620 InDepthBlockSkipCtrls in_depth_block_skip_ctrls; member
H A DEbProductCodingLoop.c7689 uint16_t in_depth_block_skip_weight = ctx->in_depth_block_skip_ctrls.base_weight; in check_curr_to_parent_cost()
7697 if (ctx->in_depth_block_skip_ctrls.child_cnt_based_modulation) { in check_curr_to_parent_cost()
7698 …in_depth_block_skip_weight = (in_depth_block_skip_weight * ctx->in_depth_block_skip_ctrls.cnt_base… in check_curr_to_parent_cost()
7702 if (ctx->in_depth_block_skip_ctrls.cost_band_based_modulation) { in check_curr_to_parent_cost()
7704 …uint64_t max_cost = RDCOST(full_lambda, 16, ctx->in_depth_block_skip_ctrls.max_cost_multiplier * p… in check_curr_to_parent_cost()
7707 uint64_t band_size = max_cost / ctx->in_depth_block_skip_ctrls.max_band_cnt; in check_curr_to_parent_cost()
7710 …in_depth_block_skip_weight = (in_depth_block_skip_weight * ctx->in_depth_block_skip_ctrls.cnt_base… in check_curr_to_parent_cost()