Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h783 L_SIZE num_sub = num_nodes; in L_() local
803 while (num_sub > 2) { in L_()
805 num_sub--; in L_()
807 if (num_sub & 1) in L_()
814 num_sub >>= 1; in L_()
817 if (num_sub == 2) { in L_()
862 num_sub <<= 1; in L_()
863 num_sub += L_BIT_ARR_VAL(rem, depth) ? 0 : 1; in L_()
865 if (num_sub & (num_sub - 1)) in L_()
873 if (num_sub == num_nodes) in L_()
[all …]