Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h30 #undef L_BIT_ARR_VAL
114 #define L_BIT_ARR_VAL(BIT_ARR, BIT_NUM) \ macro
130 #define L_BIT_ARR_VAL(BIT_ARR, BIT_NUM) ((BIT_ARR) & (1L << (BIT_NUM))) macro
376 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1; in L_()
397 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1; in L_()
419 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1; in L_()
639 if (L_BIT_ARR_VAL(branch, depth)) in L_()
654 if (L_BIT_ARR_VAL(branch, depth)) { in L_()
698 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1; in L_()
849 if (!L_BIT_ARR_VAL(branch, depth)) in L_()
[all …]