Searched refs:discardable (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libmkv/
H A DWebMElement.h14 int isKeyframe, unsigned char lacingFlag, int discardable,
30 int isKeyframe, unsigned char lacingFlag, int discardable,
H A DWebMElement.c32 int isKeyframe, unsigned char lacingFlag, int discardable,
43 unsigned char flags = 0x00 | (isKeyframe ? 0x80 : 0x00) | (lacingFlag << 1) | discardable;
215 unsigned char flags = 0x00 | (block.iskey ? 0x80:0x00) | (block.lacing << 1) | block.discardable;
31 writeSimpleBlock(EbmlGlobal *glob, unsigned char trackNumber, short timeCode, int isKeyframe, unsigned char lacingFlag, int discardable, unsigned char *data, unsigned long dataLength) argument
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DSubSampleInformationBox.java32 * unsigned int(8) discardable;
153 private int discardable; field in class:SubSampleInformationBox.SampleEntry.SubsampleEntry
173 return discardable;
176 public void setDiscardable(int discardable) { argument
177 this.discardable = discardable;
193 ", discardable=" + discardable +
/external/jdiff/src/jdiff/
H A DDiffMyers.java548 final byte[] discarded = discardable(f.equivCount());
560 If a line matches many lines, mark it as provisionally discardable.
563 @return 0=nondiscardable, 1=discardable or 2=provisionally discardable
567 private byte[] discardable(final int[] counts) { method in class:DiffMyers.file_data
575 That is the threshold for provisionally discardable lines. */
612 /* Find end of this run of discardable lines.
613 Count how many are provisionally discardable. */
627 /* Now we have the length of a run of discardable lines
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/grub/docs/
H A Dtexinfo.tex3487 % skip. And since a skip is discardable, that means this
3489 % non-discardable item, therefore it is not a potential
3502 % signals); since we just inserted a non-discardable item, any
3513 % this make-up glue would be preceded by a non-discardable item
4442 % discardable item.)
5201 \medskip % preceded by discardable penalty, so not a breakpoint

Completed in 183 milliseconds