Searched defs:L_BIT_ARR_VAL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h30 #undef L_BIT_ARR_VAL macro
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;
397 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1;
419 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1;
639 if (L_BIT_ARR_VAL(branch, depth))
654 if (L_BIT_ARR_VAL(branch, depth)) {
698 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1;
849 if (!L_BIT_ARR_VAL(branc
1138 #undef L_BIT_ARR_VAL macro
[all...]
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h30 #undef L_BIT_ARR_VAL macro
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;
397 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1;
419 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1;
639 if (L_BIT_ARR_VAL(branch, depth))
654 if (L_BIT_ARR_VAL(branch, depth)) {
698 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1;
849 if (!L_BIT_ARR_VAL(branc
1138 #undef L_BIT_ARR_VAL macro
[all...]

Completed in 177 milliseconds