Home
last modified time | relevance | path

Searched refs:fast_cost_array (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbModeDecisionProcess.c59 EB_FREE_ARRAY(obj->fast_cost_array); in mode_decision_context_dctor()
179 EB_MALLOC_ARRAY(context_ptr->fast_cost_array, context_ptr->max_nics_uv); in mode_decision_context_ctor()
367 &(context_ptr->fast_cost_array[buffer_index]), in mode_decision_context_ctor()
381 &(context_ptr->fast_cost_array[buffer_index]), in mode_decision_context_ctor()
H A DEbModeDecisionProcess.h423 uint64_t *fast_cost_array; member
H A DEbProductCodingLoop.c1425 const uint64_t * fast_cost_array = context_ptr->fast_cost_array; in md_stage_0() local
1434 highest_cost = fast_cost_array[highest_cost_index]; in md_stage_0()
1438 if (fast_cost_array[buffer_index] > highest_cost) in md_stage_0()
H A DEbModeDecision.c4817 context_ptr->fast_cost_array[index] = MAX_CU_COST; in generate_md_stage_0_cand()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbModeDecisionProcess.c59 EB_FREE_ARRAY(obj->fast_cost_array); in mode_decision_context_dctor()
179 EB_MALLOC_ARRAY(context_ptr->fast_cost_array, context_ptr->max_nics_uv); in mode_decision_context_ctor()
367 &(context_ptr->fast_cost_array[buffer_index]), in mode_decision_context_ctor()
381 &(context_ptr->fast_cost_array[buffer_index]), in mode_decision_context_ctor()
H A DEbModeDecisionProcess.h423 uint64_t *fast_cost_array; member
H A DEbProductCodingLoop.c1425 const uint64_t * fast_cost_array = context_ptr->fast_cost_array; in md_stage_0() local
1434 highest_cost = fast_cost_array[highest_cost_index]; in md_stage_0()
1438 if (fast_cost_array[buffer_index] > highest_cost) in md_stage_0()
H A DEbModeDecision.c4817 context_ptr->fast_cost_array[index] = MAX_CU_COST; in generate_md_stage_0_cand()
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbEncDecProcess.h102 uint64_t *fast_cost_array; member
H A DEbEncDecProcess.c213 context_ptr->fast_cost_array[buffer_depth_index_start + index] = MAX_BLOCK_COST; in coding_loop_init_fast_loop()
389 uint64_t *fast_cost_array = context_ptr->fast_cost_array; in perform_fast_loop() local
400 highest_cost = fast_cost_array[highest_cost_index]; in perform_fast_loop()
406 if (fast_cost_array[buffer_index] > highest_cost) in perform_fast_loop()
4578 …EB_MALLOC(uint64_t*, context_ptr->fast_cost_array, sizeof(uint64_t) * MODE_DECISION_CANDIDATE_BUFF… in eb_vp9_enc_dec_context_ctor()
4590 &(context_ptr->fast_cost_array[buffer_index]), in eb_vp9_enc_dec_context_ctor()
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbEncDecProcess.h102 uint64_t *fast_cost_array; member
H A DEbEncDecProcess.c213 context_ptr->fast_cost_array[buffer_depth_index_start + index] = MAX_BLOCK_COST; in coding_loop_init_fast_loop()
389 uint64_t *fast_cost_array = context_ptr->fast_cost_array; in perform_fast_loop() local
400 highest_cost = fast_cost_array[highest_cost_index]; in perform_fast_loop()
406 if (fast_cost_array[buffer_index] > highest_cost) in perform_fast_loop()
4578 …EB_MALLOC(uint64_t*, context_ptr->fast_cost_array, sizeof(uint64_t) * MODE_DECISION_CANDIDATE_BUFF… in eb_vp9_enc_dec_context_ctor()
4590 &(context_ptr->fast_cost_array[buffer_index]), in eb_vp9_enc_dec_context_ctor()