Searched refs:found_lower (Results 1 – 4 of 4) sorted by relevance
/external/libopus/silk/float/ |
D | encode_frame_FLP.c | 94 opus_int i, iter, maxIter, found_upper, found_lower, ret = 0; in silk_encode_frame_FLP() local 167 found_lower = 0; in silk_encode_frame_FLP() 198 if ( iter == maxIter && !found_lower ) { in silk_encode_frame_FLP() 216 if ( iter == maxIter && !found_lower && nBits > maxBits ) { in silk_encode_frame_FLP() 248 if( found_lower && ( gainsID == gainsID_lower || nBits > maxBits ) ) { in silk_encode_frame_FLP() 260 if( found_lower == 0 && iter >= 2 ) { in silk_encode_frame_FLP() 274 found_lower = 1; in silk_encode_frame_FLP() 291 if ( !found_lower && nBits > maxBits ) { in silk_encode_frame_FLP() 306 if( ( found_lower & found_upper ) == 0 ) { in silk_encode_frame_FLP()
|
/external/libopus/silk/fixed/ |
D | encode_frame_FIX.c | 95 opus_int i, iter, maxIter, found_upper, found_lower, ret = 0; in silk_encode_frame_FIX() local 170 found_lower = 0; in silk_encode_frame_FIX() 212 if ( iter == maxIter && !found_lower ) { in silk_encode_frame_FIX() 230 if ( iter == maxIter && !found_lower && nBits > maxBits ) { in silk_encode_frame_FIX() 262 if( found_lower && ( gainsID == gainsID_lower || nBits > maxBits ) ) { in silk_encode_frame_FIX() 274 if( found_lower == 0 && iter >= 2 ) { in silk_encode_frame_FIX() 286 found_lower = 1; in silk_encode_frame_FIX() 303 if ( !found_lower && nBits > maxBits ) { in silk_encode_frame_FIX() 318 if( ( found_lower & found_upper ) == 0 ) { in silk_encode_frame_FIX()
|
/external/iproute2/include/uapi/linux/ |
D | tipc.h | 174 __u32 found_lower; /* matching name seq instances */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | tipc.h | 130 __u32 found_lower; /* matching range */ member
|