OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_sub
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h
781
L_SIZE
num_sub
= num_nodes;
variable
801
while (
num_sub
> 2) {
803
num_sub
--;
805
if (
num_sub
& 1)
812
num_sub
>>= 1;
815
if (
num_sub
== 2) {
833
} else { /*
num_sub
== 1 */
859
/*
num_sub
= 2 * (
num_sub
- rem[depth]) + rem[depth] + 1 */
860
num_sub
<<= 1
[
all
...]
Completed in 42 milliseconds