HomeSort by relevance Sort by last modified time
    Searched refs:found_lower (Results 1 - 6 of 6) sorted by null

  /external/libopus/silk/float/
encode_frame_FLP.c 87 opus_int i, iter, maxIter, found_upper, found_lower, ret = 0; local
160 found_lower = 0;
191 if ( iter == maxIter && !found_lower ) {
209 if ( iter == maxIter && !found_lower && nBits > maxBits ) {
241 if( found_lower && ( gainsID == gainsID_lower || nBits > maxBits ) ) {
253 if( found_lower == 0 && iter >= 2 ) {
267 found_lower = 1;
284 if ( !found_lower && nBits > maxBits ) {
299 if( ( found_lower & found_upper ) == 0 ) {
  /external/libopus/silk/fixed/
encode_frame_FIX.c 88 opus_int i, iter, maxIter, found_upper, found_lower, ret = 0; local
163 found_lower = 0;
205 if ( iter == maxIter && !found_lower ) {
223 if ( iter == maxIter && !found_lower && nBits > maxBits ) {
255 if( found_lower && ( gainsID == gainsID_lower || nBits > maxBits ) ) {
267 if( found_lower == 0 && iter >= 2 ) {
279 found_lower = 1;
296 if ( !found_lower && nBits > maxBits ) {
311 if( ( found_lower & found_upper ) == 0 ) {
  /bionic/libc/kernel/uapi/linux/
tipc.h 82 __u32 found_lower; member in struct:tipc_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tipc.h 149 __u32 found_lower; /* matching name seq instances */ member in struct:tipc_event
  /external/iproute2/include/uapi/linux/
tipc.h 174 __u32 found_lower; /* matching name seq instances */ member in struct:tipc_event
  /external/kernel-headers/original/uapi/linux/
tipc.h 174 __u32 found_lower; /* matching name seq instances */ member in struct:tipc_event

Completed in 257 milliseconds