Home
last modified time | relevance | path

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

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbProductCodingLoop.c1202 context_ptr->md_stage_1_count[cidx] = MAX( in scale_nics()
1245 ? context_ptr->md_stage_1_count[CAND_CLASS_0] in set_md_stage_counts()
1248 ? context_ptr->md_stage_1_count[CAND_CLASS_1] in set_md_stage_counts()
1251 ? context_ptr->md_stage_1_count[CAND_CLASS_2] in set_md_stage_counts()
1254 ? context_ptr->md_stage_1_count[CAND_CLASS_3] in set_md_stage_counts()
6743 context_ptr->md_stage_1_count[cand_class_it] = MIN( in md_encode_block()
6745 context_ptr->md_stage_1_count[cand_class_it]); in md_encode_block()
6748 context_ptr->md_stage_1_count[cand_class_it] > 0) { in md_encode_block()
6752 : context_ptr->md_stage_1_count[cand_class_it]; in md_encode_block()
6806 context_ptr->md_stage_1_count[cand_class_it], in md_encode_block()
[all …]
H A DEbModeDecisionProcess.h562 uint32_t md_stage_1_count[CAND_CLASS_TOTAL]; member
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbProductCodingLoop.c1202 context_ptr->md_stage_1_count[cidx] = MAX( in scale_nics()
1245 ? context_ptr->md_stage_1_count[CAND_CLASS_0] in set_md_stage_counts()
1248 ? context_ptr->md_stage_1_count[CAND_CLASS_1] in set_md_stage_counts()
1251 ? context_ptr->md_stage_1_count[CAND_CLASS_2] in set_md_stage_counts()
1254 ? context_ptr->md_stage_1_count[CAND_CLASS_3] in set_md_stage_counts()
6743 context_ptr->md_stage_1_count[cand_class_it] = MIN( in md_encode_block()
6745 context_ptr->md_stage_1_count[cand_class_it]); in md_encode_block()
6748 context_ptr->md_stage_1_count[cand_class_it] > 0) { in md_encode_block()
6752 : context_ptr->md_stage_1_count[cand_class_it]; in md_encode_block()
6806 context_ptr->md_stage_1_count[cand_class_it], in md_encode_block()
[all …]
H A DEbModeDecisionProcess.h562 uint32_t md_stage_1_count[CAND_CLASS_TOTAL]; member