HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_SIZE (Results 276 - 300 of 325) sorted by null

<<111213

  /external/jemalloc/test/unit/
SFMT.c 38 #define BLOCK_SIZE 10000
39 #define BLOCK_SIZE64 (BLOCK_SIZE / 2)
    [all...]
  /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;
AESEngine.java 337 private static final int BLOCK_SIZE = 16;
375 return BLOCK_SIZE;
412 return BLOCK_SIZE;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.c 394 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size,
398 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
436 int ref_frame, BLOCK_SIZE block_size) {
449 block_size < cpi->sf.max_partition_size);
470 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride,
vp9_context_tree.c 14 static const BLOCK_SIZE square[] = {
88 // split. Along with a block_size value and a selected block_size which
118 tree->block_size = square[0];
125 // Each node has 4 leaf nodes, fill each block_size level of the tree
131 tree->block_size = square[square_index];
vp9_bitstream.c 83 TX_SIZE tx_size, BLOCK_SIZE bsize,
235 const BLOCK_SIZE bsize = mbmi->sb_type;
339 const BLOCK_SIZE bsize = mbmi->sb_type;
396 PARTITION_TYPE p, BLOCK_SIZE bsize, vp9_writer *w) {
418 int mi_row, int mi_col, BLOCK_SIZE bsize) {
425 BLOCK_SIZE subsize;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_detokenize.c 204 int plane, int block, BLOCK_SIZE plane_bsize,
vp9_decodeframe.c 246 BLOCK_SIZE plane_bsize,
282 BLOCK_SIZE plane_bsize,
300 BLOCK_SIZE bsize, int mi_row, int mi_col) {
346 vp9_reader *r, BLOCK_SIZE bsize) {
389 int mi_row, int mi_col, BLOCK_SIZE bsize,
415 vp9_reader* r, BLOCK_SIZE bsize) {
418 BLOCK_SIZE subsize, uv_subsize;
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 198 int plane, int block, BLOCK_SIZE plane_bsize,
vp9_decodeframe.c 242 BLOCK_SIZE plane_bsize,
278 BLOCK_SIZE plane_bsize,
296 BLOCK_SIZE bsize, int mi_row, int mi_col) {
337 vp9_reader *r, BLOCK_SIZE bsize) {
380 int mi_row, int mi_col, BLOCK_SIZE bsize,
406 vp9_reader* r, BLOCK_SIZE bsize) {
409 BLOCK_SIZE subsize;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_detokenize.c 198 int plane, int block, BLOCK_SIZE plane_bsize,
vp9_decodeframe.c 244 BLOCK_SIZE plane_bsize,
280 BLOCK_SIZE plane_bsize,
298 BLOCK_SIZE bsize, int mi_row, int mi_col) {
339 vp9_reader *r, BLOCK_SIZE bsize) {
382 int mi_row, int mi_col, BLOCK_SIZE bsize,
408 vp9_reader* r, BLOCK_SIZE bsize) {
411 BLOCK_SIZE subsize;
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fs.h 27 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fs.h 27 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 83 TX_SIZE tx_size, BLOCK_SIZE bsize,
238 const BLOCK_SIZE bsize = mbmi->sb_type;
342 const BLOCK_SIZE bsize = mbmi->sb_type;
397 PARTITION_TYPE p, BLOCK_SIZE bsize, vp9_writer *w) {
419 int mi_row, int mi_col, BLOCK_SIZE bsize) {
426 BLOCK_SIZE subsize;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 83 TX_SIZE tx_size, BLOCK_SIZE bsize,
238 const BLOCK_SIZE bsize = mbmi->sb_type;
342 const BLOCK_SIZE bsize = mbmi->sb_type;
397 PARTITION_TYPE p, BLOCK_SIZE bsize, vp9_writer *w) {
419 int mi_row, int mi_col, BLOCK_SIZE bsize) {
426 BLOCK_SIZE subsize;
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 263 #define BLOCK_SIZE 8
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_loopfilter.c 503 const BLOCK_SIZE block_size = mbmi->sb_type; local
505 const TX_SIZE tx_size_uv = get_uv_tx_size_impl(tx_size_y, block_size, 1, 1);
519 const int w = num_8x8_blocks_wide_lookup[block_size];
520 const int h = num_8x8_blocks_high_lookup[block_size];
540 *above_y |= above_prediction_mask[block_size] << shift_y;
541 *above_uv |= above_prediction_mask_uv[block_size] << shift_uv;
542 *left_y |= left_prediction_mask[block_size] << shift_y;
543 *left_uv |= left_prediction_mask_uv[block_size] << shift_uv;
554 *above_y |= (size_mask[block_size]
582 const BLOCK_SIZE block_size = mbmi->sb_type; local
    [all...]
vp9_pred_common.c 370 BLOCK_SIZE bsize, int mi_row, int mi_col) {
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 503 const BLOCK_SIZE block_size = mbmi->sb_type; local
519 const int w = num_8x8_blocks_wide_lookup[block_size];
520 const int h = num_8x8_blocks_high_lookup[block_size];
540 *above_y |= above_prediction_mask[block_size] << shift_y;
541 *above_uv |= above_prediction_mask_uv[block_size] << shift_uv;
542 *left_y |= left_prediction_mask[block_size] << shift_y;
543 *left_uv |= left_prediction_mask_uv[block_size] << shift_uv;
554 *above_y |= (size_mask[block_size] &
556 *above_uv |= (size_mask_uv[block_size]
582 const BLOCK_SIZE block_size = mbmi->sb_type; local
    [all...]
vp9_pred_common.c 370 BLOCK_SIZE bsize, int mi_row, int mi_col) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.c 503 const BLOCK_SIZE block_size = mbmi->sb_type; local
519 const int w = num_8x8_blocks_wide_lookup[block_size];
520 const int h = num_8x8_blocks_high_lookup[block_size];
540 *above_y |= above_prediction_mask[block_size] << shift_y;
541 *above_uv |= above_prediction_mask_uv[block_size] << shift_uv;
542 *left_y |= left_prediction_mask[block_size] << shift_y;
543 *left_uv |= left_prediction_mask_uv[block_size] << shift_uv;
554 *above_y |= (size_mask[block_size] &
556 *above_uv |= (size_mask_uv[block_size]
582 const BLOCK_SIZE block_size = mbmi->sb_type; local
    [all...]
vp9_pred_common.c 370 BLOCK_SIZE bsize, int mi_row, int mi_col) {
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 64 #define BLOCK_SIZE 4
    [all...]

Completed in 1135 milliseconds

<<111213