HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_SIZE (Results 226 - 250 of 353) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /external/jemalloc/test/unit/
SFMT.c 38 #define BLOCK_SIZE 10000
39 #define BLOCK_SIZE64 (BLOCK_SIZE / 2)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 158 static void model_rd_for_sb(VP9_COMP *cpi, BLOCK_SIZE bsize,
189 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd);
191 const BLOCK_SIZE unit_size = txsize_to_bsize[max_tx_size];
275 intptr_t block_size,
282 for (i = 0; i < block_size; i++) {
297 intptr_t block_size,
303 return vp9_block_error_c(coeff, dqcoeff, block_size, ssz);
308 intptr_t block_size,
311 return vp9_highbd_block_error_8bit(coeff, dqcoeff, block_size, ssz);
313 return vp9_highbd_block_error(coeff, dqcoeff, block_size, ssz, bd)
    [all...]
vp9_context_tree.c 14 static const BLOCK_SIZE square[] = {
91 // split. Along with a block_size value and a selected block_size which
121 tree->block_size = square[0];
128 // Each node has 4 leaf nodes, fill each block_size level of the tree
134 tree->block_size = square[square_index];
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java 300 private static final int BLOCK_SIZE = 8; // bytes = 64 bits
360 if ((inOff + BLOCK_SIZE) > in.length)
365 if ((outOff + BLOCK_SIZE) > out.length)
379 return BLOCK_SIZE;
388 return BLOCK_SIZE;
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 24 BLOCK_SIZE bsize, int mi_row, int mi_col) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 87 BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type;
210 const BLOCK_SIZE bsize = mbmi->sb_type;
385 const BLOCK_SIZE bsize = mi->mbmi.sb_type;
491 const BLOCK_SIZE bsize = mbmi->sb_type;
  /external/opencv3/modules/core/src/
precomp.hpp 206 enum { BLOCK_SIZE = 1024 };
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_detokenize.c 198 int plane, int block, BLOCK_SIZE plane_bsize,
  /prebuilts/devtools/tools/lib/
jobb.jar 

Completed in 878 milliseconds

1 2 3 4 5 6 7 8 91011>>