Home
last modified time | relevance | path

Searched refs:cur_type (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/x86/cpu/ivybridge/
Dbd82x6x.c70 int cur_type = pch_silicon_type(dev); in pch_silicon_supported() local
76 if (cur_type == PCH_TYPE_CPT && cur_rev >= rev) in pch_silicon_supported()
79 if (cur_type == PCH_TYPE_PPT) in pch_silicon_supported()
85 if (cur_type == PCH_TYPE_PPT && cur_rev >= rev) in pch_silicon_supported()
/external/libaom/libaom/av1/encoder/
Drdopt.c9884 COMPOUND_TYPE cur_type; in compound_type_rd() local
9914 for (cur_type = COMPOUND_AVERAGE; cur_type < COMPOUND_TYPES; cur_type++) { in compound_type_rd()
9915 if (((1 << cur_type) & mode_search_mask) == 0) { in compound_type_rd()
9916 if (cur_type == COMPOUND_AVERAGE) restore_dst_buf(xd, *tmp_dst, 1); in compound_type_rd()
9919 if (!is_interinter_compound_used(cur_type, bsize)) continue; in compound_type_rd()
9920 if (cur_type >= COMPOUND_WEDGE && !masked_compound_used) break; in compound_type_rd()
9921 if (cur_type == COMPOUND_DISTWTD && !try_distwtd_comp) continue; in compound_type_rd()
9922 if (cur_type == COMPOUND_AVERAGE && try_average_and_distwtd_comp) continue; in compound_type_rd()
9930 if (cur_type == COMPOUND_DISTWTD && try_average_and_distwtd_comp) { in compound_type_rd()
10012 mbmi->interinter_comp.type = cur_type; in compound_type_rd()
[all …]