Searched refs:found_lower (Results 1 – 4 of 4) sorted by relevance
/external/libopus/silk/float/ |
D | encode_frame_FLP.c | 86 opus_int i, iter, maxIter, found_upper, found_lower, ret = 0; in silk_encode_frame_FLP() local 162 found_lower = 0; in silk_encode_frame_FLP() 212 if( found_lower && ( gainsID == gainsID_lower || nBits > maxBits ) ) { in silk_encode_frame_FLP() 224 if( found_lower == 0 && iter >= 2 ) { in silk_encode_frame_FLP() 236 found_lower = 1; in silk_encode_frame_FLP() 253 if( ( found_lower & found_upper ) == 0 ) { in silk_encode_frame_FLP()
|
/external/libopus/silk/fixed/ |
D | encode_frame_FIX.c | 87 opus_int i, iter, maxIter, found_upper, found_lower, ret = 0; in silk_encode_frame_FIX() local 166 found_lower = 0; in silk_encode_frame_FIX() 225 if( found_lower && ( gainsID == gainsID_lower || nBits > maxBits ) ) { in silk_encode_frame_FIX() 237 if( found_lower == 0 && iter >= 2 ) { in silk_encode_frame_FIX() 249 found_lower = 1; in silk_encode_frame_FIX() 266 if( ( found_lower & found_upper ) == 0 ) { in silk_encode_frame_FIX()
|
/external/kernel-headers/original/uapi/linux/ |
D | tipc.h | 151 __u32 found_lower; /* matching name seq instances */ member
|
/external/iproute2/include/linux/ |
D | tipc.h | 151 __u32 found_lower; /* matching name seq instances */ member
|