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

  /external/llvm/utils/
findoptdiff 34 # findoptdiff llvm1 llvm2 bc1 bc2 filter1 filter2
43 # bc2
53 bc2=$4
63 opt2="${bc2}.opt"
65 ll2="${bc2}.ll"
67 opt2ll="${bc2}.opt.ll"
79 $opt2 $switches_to_use "$bc2" -o - | $dis2 | $filt2 > "$opt2ll"
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 82 findMinMergeBits(const Word16 *bc1, const Word16 *bc2)
88 sum = bc1[j] + bc2[j];
97 mergeBitLookUp(Word16 *bc1, const Word16 *bc2)
102 bc1[j] = min(bc1[j] + bc2[j], INVALID_BITCOUNT);
  /external/aac/libAACenc/src/
dyn_bits.cpp 166 const INT* const bc2,
177 if (bc1[j] + bc2[j] < minBits)
179 minBits = bc1[j] + bc2[j];
187 const INT* const bc2
194 bc1[j] = fixMin(bc1[j] + bc2[j], INVALID_BITCOUNT);
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 515 milliseconds