Searched refs:discardable (Results 1 - 4 of 4) 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/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/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 94 milliseconds