Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h438 int cmp, target_cmp; in L_() local
443 target_cmp = 1; in L_()
445 target_cmp = -1; in L_()
447 target_cmp = 0; in L_()
458 cmp = -target_cmp; in L_()
459 } else if (target_cmp != 0) in L_()
460 if (!((cmp ^ target_cmp) & L_MASK_HIGH_BIT)) in L_()
935 int cmp, target_cmp; in L_() local
949 target_cmp = 1; in L_()
952 target_cmp = -1; in L_()
[all …]