HomeSort by relevance Sort by last modified time
    Searched refs:kept (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.cc 193 int kept = 0; local
200 kept++;
218 lossResult += (kept==0); // 2 = all lost = full frame
222 _totalKept += kept;
226 //printf("Threw away: %d out of %d packets\n", thrown, thrown + kept);
  /external/libvpx/libvpx/examples/
decode_with_partial_drops.c 141 int* thrown, int* kept)
167 *kept = *size/mtu + ((*size % mtu > 0) ? 1 : 0); /* approximate */
168 for (i=0; i < *kept; i++)
180 (*kept)++;
205 int thrown=0, kept=0; local
300 kept += kept_frame;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c 141 int* thrown, int* kept)
167 *kept = *size/mtu + ((*size % mtu > 0) ? 1 : 0); /* approximate */
168 for (i=0; i < *kept; i++)
180 (*kept)++;
205 int thrown=0, kept=0; local
300 kept += kept_frame;
  /external/compiler-rt/make/
options.mk 3 # This list of such variables should be kept up to date with AvailableOptions in
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 20 UInt32 _keepSizeBefore; // how many BYTEs must be kept in buffer before _pos
21 UInt32 _keepSizeAfter; // how many BYTEs must be kept buffer after _pos
  /external/chromium_org/remoting/webapp/
host_session.js 28 // must be kept in sync.
  /external/chromium_org/v8/src/
hydrogen-gvn.cc 157 int kept = kNil; // List of kept elements. local
170 lists_[current].next = kept;
171 kept = current;
175 array_[i].next = kept;
803 // The logical "stack frames" of the recursion are kept in a list of
  /external/chromium_org/v8/test/mjsunit/
array-elements-from-array-prototype-chain.js 136 // Side-effects: everything before 4 is kept intact:
164 // Side-effects: everything before 4 is kept intact:
array-elements-from-array-prototype.js 136 // Side-effects: everything before 4 is kept intact:
164 // Side-effects: everything before 4 is kept intact:
array-elements-from-object-prototype.js 136 // Side-effects: everything before 4 is kept intact:
164 // Side-effects: everything before 4 is kept intact:
mjsunit.js 71 // the expected string. Only kept for backwards compatability, please
82 // Checks that the found value is null. Kept for historical compatibility,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
quantize_mmx.asm 264 ; following is kept as reference
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_mmx.asm 264 ; following is kept as reference
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
quantize_mmx.asm 264 ; following is kept as reference
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 16 be kept in sync. New events must be handled on both sides of socket.
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-dependency-tree/1.2/
maven-dependency-tree-1.2.jar 
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 53 * **Security:** Users are kept secure with an ever-improving sandbox
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 231 ; v is kept in r1 during the token pack loop
vp8_packtokens_armv5.asm 79 ; v is kept in r12 during the token pack loop
vp8_packtokens_mbrow_armv5.asm 100 ; v is kept in r12 during the token pack loop
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 231 ; v is kept in r1 during the token pack loop
vp8_packtokens_armv5.asm 79 ; v is kept in r12 during the token pack loop
vp8_packtokens_mbrow_armv5.asm 100 ; v is kept in r12 during the token pack loop
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 231 ; v is kept in r1 during the token pack loop
vp8_packtokens_armv5.asm 79 ; v is kept in r12 during the token pack loop

Completed in 430 milliseconds

1 2 3