HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_SIZE (Results 101 - 125 of 186) sorted by null

1 2 3 45 6 7 8

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
quota.h 58 * for filesystems where i_blksize != BLOCK_SIZE
60 #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
quota.h 58 * for filesystems where i_blksize != BLOCK_SIZE
60 #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE)
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 159 static INLINE void reset_skip_context(MACROBLOCKD *xd, BLOCK_SIZE bsize) {
163 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 219 static void decode_block(int plane, int block, BLOCK_SIZE plane_bsize,
244 int vp9_decode_tokens(VP9D_COMP *pbi, vp9_reader *r, BLOCK_SIZE bsize) {
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 36 * blocks. Block size is always 16 bytes ({@link #BLOCK_SIZE}. Sector size varies.
116 public static final int BLOCK_SIZE = 16;
263 return mSize / BLOCK_SIZE;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 15 protected static final int BLOCK_SIZE = 8;
61 return BLOCK_SIZE;
75 if ((inOff + BLOCK_SIZE) > in.length)
80 if ((outOff + BLOCK_SIZE) > out.length)
87 return BLOCK_SIZE;
TwofishEngine.java 194 private static final int BLOCK_SIZE = 16; // bytes = 128 bits
198 private static final int OUTPUT_WHITEN=INPUT_WHITEN+BLOCK_SIZE/4; // 4
199 private static final int ROUND_SUBKEYS=OUTPUT_WHITEN+BLOCK_SIZE/4;// 8
300 if ((inOff + BLOCK_SIZE) > in.length)
305 if ((outOff + BLOCK_SIZE) > out.length)
319 return BLOCK_SIZE;
332 return BLOCK_SIZE;
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 277 BLOCK_SIZE always_this_block_size;
281 BLOCK_SIZE min_partition_size;
282 BLOCK_SIZE max_partition_size;
vp9_rdopt.c 378 static void model_rd_for_sb(VP9_COMP *cpi, BLOCK_SIZE bsize,
389 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd);
407 static void model_rd_for_sb_y_tx(VP9_COMP *cpi, BLOCK_SIZE bsize,
413 BLOCK_SIZE bs;
456 intptr_t block_size, int64_t *ssz) {
460 for (i = 0; i < block_size; i++) {
590 static void rate_block(int plane, int block, BLOCK_SIZE plane_bsize,
603 static void block_yrd_txfm(int plane, int block, BLOCK_SIZE plane_bsize,
637 BLOCK_SIZE bsize, TX_SIZE tx_size) {
640 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd)
2334 const BLOCK_SIZE block_size = get_plane_block_size(bsize, &xd->plane[0]); local
2470 const BLOCK_SIZE block_size = get_plane_block_size(bsize, &xd->plane[0]); local
3091 const BLOCK_SIZE block_size = get_plane_block_size(bsize, &xd->plane[0]); local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /external/yaffs2/yaffs2/direct/
yaffs_flashif.c 31 #define BLOCK_SIZE (32 * 528)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)

Completed in 2346 milliseconds

1 2 3 45 6 7 8