/frameworks/base/tools/obbtool/ |
mkobb.sh | 28 BLOCK_SIZE=512 29 SLOP=512 # Amount of filesystem slop in ${BLOCK_SIZE} blocks 221 ${DDBIN} if=/dev/zero of=${tempfile} bs=${BLOCK_SIZE} count=$((${block_count} + ${SLOP})) > /dev/null 2>&1
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_aq_variance.c | 116 BLOCK_SIZE bs) { 140 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) {
|
vp9_aq_cyclicrefresh.c | 29 BLOCK_SIZE min_block_size; 96 BLOCK_SIZE bsize, int use_rd) { 131 BLOCK_SIZE bsize, int use_rd) {
|
vp9_encodeframe.c | 51 static INLINE uint8_t *get_sb_index(MACROBLOCK *x, BLOCK_SIZE subsize) { 77 int mi_row, int mi_col, BLOCK_SIZE bsize); 107 BLOCK_SIZE bs) { 118 BLOCK_SIZE bs) { 130 static BLOCK_SIZE get_rd_var_based_fixed_partition(VP9_COMP *cpi, 146 static BLOCK_SIZE get_nonrd_var_based_fixed_partition(VP9_COMP *cpi, 172 BLOCK_SIZE bsize) { 199 BLOCK_SIZE bsize) { 208 int mi_row, int mi_col, BLOCK_SIZE bsize) { 288 BLOCK_SIZE bsize) [all...] |
vp9_tokenize.c | 167 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize, 209 static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize, 294 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, 300 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { 309 BLOCK_SIZE bsize) {
|
vp9_encodemb.c | 54 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { 57 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); 108 static void optimize_b(int plane, int block, BLOCK_SIZE plane_bsize, 318 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { 367 static void encode_block(int plane, int block, BLOCK_SIZE plane_bsize, 428 static void encode_block_pass1(int plane, int block, BLOCK_SIZE plane_bsize, 446 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize) { 452 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize) { 475 static void encode_block_intra(int plane, int block, BLOCK_SIZE plane_bsize, 602 BLOCK_SIZE plane_bsize, TX_SIZE tx_size [all...] |
vp9_segmentation.c | 146 const BLOCK_SIZE bsize = mi_8x8[0]->mbmi.sb_type; 170 BLOCK_SIZE bsize) { 198 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize];
|
vp9_pickmode.c | 31 BLOCK_SIZE bsize, int mi_row, int mi_col, 135 BLOCK_SIZE bsize, int mi_row, int mi_col, 179 static void model_rd_for_sb_y(VP9_COMP *cpi, BLOCK_SIZE bsize, 208 BLOCK_SIZE bsize) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
mount.h | 28 #define BLOCK_SIZE 1024
|
quota.h | 58 * for filesystems where i_blksize != BLOCK_SIZE 60 #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE)
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
static.py | 16 BLOCK_SIZE = 1<<16 53 app_iter = req.environ['wsgi.file_wrapper'](file, BLOCK_SIZE) 70 def app_iter_range(self, seek=None, limit=None, block_size=None): 80 `block_size` parameter. 83 if block_size is None: 84 block_size = BLOCK_SIZE 92 data = self.file.read(min(block_size, limit) 94 else block_size)
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_aq_variance.c | 142 BLOCK_SIZE bs) { 192 double vp9_log_block_var(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) { 199 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) {
|
vp9_segmentation.c | 130 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; 154 BLOCK_SIZE bsize) { 181 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize];
|
vp9_denoiser.c | 34 static int absdiff_thresh(BLOCK_SIZE bs, int increase_denoising) { 39 static int delta_thresh(BLOCK_SIZE bs, int increase_denoising) { 45 static int noise_motion_thresh(BLOCK_SIZE bs, int increase_denoising) { 51 static unsigned int sse_thresh(BLOCK_SIZE bs, int increase_denoising) { 55 static int sse_diff_thresh(BLOCK_SIZE bs, int increase_denoising, 65 static int total_adj_weak_thresh(BLOCK_SIZE bs, int increase_denoising) { 77 BLOCK_SIZE bs, 191 BLOCK_SIZE bs, 314 int mi_row, int mi_col, BLOCK_SIZE bs,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_onyxc_int.h | 301 BLOCK_SIZE subsize, 302 BLOCK_SIZE bsize) { 318 BLOCK_SIZE bsize) {
|
vp9_reconinter.c | 201 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, BLOCK_SIZE bsize, 208 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, 230 BLOCK_SIZE bsize) { 234 BLOCK_SIZE bsize) { 239 BLOCK_SIZE bsize) { 386 BLOCK_SIZE bsize) { 391 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
RC2Engine.java | 56 private static final int BLOCK_SIZE = 8; 157 return BLOCK_SIZE; 171 if ((inOff + BLOCK_SIZE) > in.length) 176 if ((outOff + BLOCK_SIZE) > out.length) 190 return BLOCK_SIZE;
|
/external/deqp/modules/gles3/functional/ |
es3fTextureWrapTests.cpp | 231 static const int BLOCK_SIZE = 16; 232 static const deUint8 blocks[][BLOCK_SIZE] = 252 DE_ASSERT(dataSize % BLOCK_SIZE == 0); 254 for (int i = 0; i < dataSize/BLOCK_SIZE; i++) 255 deMemcpy(&data[i*BLOCK_SIZE], &blocks[rnd.getInt(0, DE_LENGTH_OF_ARRAY(blocks)-1)][0], BLOCK_SIZE);
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
calib3d.cu | 142 template <int BLOCK_SIZE> 165 __shared__ int s_num_inliers[BLOCK_SIZE]; 166 reduce<BLOCK_SIZE>(s_num_inliers, num_inliers, threadIdx.x, plus<int>());
|
/external/libvpx/libvpx/vp9/common/ |
vp9_onyxc_int.h | 430 BLOCK_SIZE subsize, 431 BLOCK_SIZE bsize) { 447 BLOCK_SIZE bsize) {
|
/external/opencv3/modules/cudaoptflow/src/cuda/ |
pyrlk.cu | 124 const int BLOCK_SIZE = 128; 126 const int BLOCK_SIZE = 256; 129 __shared__ float smem1[BLOCK_SIZE]; 130 __shared__ float smem2[BLOCK_SIZE]; 131 __shared__ float smem3[BLOCK_SIZE]; 188 reduce<BLOCK_SIZE>(smem_tuple(smem1, smem2, smem3), thrust::tie(A11, A12, A22), tid, thrust::make_tuple(plus<float>(), plus<float>(), plus<float>())); 255 reduce<BLOCK_SIZE>(smem_tuple(smem1, smem2), thrust::tie(b1, b2), tid, thrust::make_tuple(plus<float>(), plus<float>())); 297 reduce<BLOCK_SIZE>(smem1, errval, tid, plus<float>());
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
mount.h | 28 #define BLOCK_SIZE 1024
|
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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
mount.h | 28 #define BLOCK_SIZE 1024
|
quota.h | 58 * for filesystems where i_blksize != BLOCK_SIZE 60 #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE)
|