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

<<1112131415

  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-alpha3/
jobb-25.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-alpha4/
jobb-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-alpha7/
jobb-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-beta1/
jobb-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-beta2/
jobb-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-beta3/
jobb-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-rc1/
jobb-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-rc2/
jobb-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.1/
jobb-25.2.1.jar 
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 83 BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type;
247 const BLOCK_SIZE bsize = mbmi->sb_type;
347 const BLOCK_SIZE bsize = mbmi->sb_type;
407 PARTITION_TYPE p, BLOCK_SIZE bsize, vpx_writer *w) {
429 int mi_row, int mi_col, BLOCK_SIZE bsize) {
436 BLOCK_SIZE subsize;
    [all...]
vp9_aq_cyclicrefresh.c 191 BLOCK_SIZE bsize,
247 BLOCK_SIZE bsize) {
vp9_firstpass.c 305 static vpx_variance_fn_t get_block_variance_fn(BLOCK_SIZE bsize) {
318 static unsigned int get_prediction_error(BLOCK_SIZE bsize,
328 static vpx_variance_fn_t highbd_get_block_variance_fn(BLOCK_SIZE bsize,
370 static unsigned int highbd_get_prediction_error(BLOCK_SIZE bsize,
399 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type;
457 static BLOCK_SIZE get_bsize(const VP9_COMMON *cm, int mb_row, int mb_col) {
652 const BLOCK_SIZE bsize = get_bsize(cm, mb_row, mb_col);
    [all...]
vp9_encoder.h 499 BLOCK_SIZE vbp_bsize_min;
  /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...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
QRDecompositionImpl.java 374 final int blockSize = BlockRealMatrix.BLOCK_SIZE;
  /external/squashfs-tools/kernel/fs/squashfs/
super.c 101 msblk->devblksize = sb_min_blocksize(sb, BLOCK_SIZE);
155 msblk->block_size = le32_to_cpu(sblk->block_size);
156 if (msblk->block_size > SQUASHFS_FILE_MAX_SIZE)
179 TRACE("Block size %d\n", msblk->block_size);
202 msblk->read_page = squashfs_cache_init("data", 1, msblk->block_size);
222 SQUASHFS_CACHED_FRAGMENTS, msblk->block_size);
307 buf->f_bsize = msblk->block_size;
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 263 #define BLOCK_SIZE 8
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 418 private static final int BLOCK_SIZE = 16;
456 return BLOCK_SIZE;
493 return BLOCK_SIZE;
  /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) {
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_fileapp.py 208 fileapp.BLOCK_SIZE = size
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 713 const BLOCK_SIZE block_size = mbmi->sb_type; local
715 const TX_SIZE tx_size_uv = get_uv_tx_size_impl(tx_size_y, block_size, 1, 1);
729 const int w = num_8x8_blocks_wide_lookup[block_size];
730 const int h = num_8x8_blocks_high_lookup[block_size];
750 *above_y |= above_prediction_mask[block_size] << shift_y;
751 *above_uv |= above_prediction_mask_uv[block_size] << shift_uv;
752 *left_y |= left_prediction_mask[block_size] << shift_y;
753 *left_uv |= left_prediction_mask_uv[block_size] << shift_uv;
764 *above_y |= (size_mask[block_size]
792 const BLOCK_SIZE block_size = mbmi->sb_type; local
1645 const BLOCK_SIZE block_size = mbmi->sb_type; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 64 #define BLOCK_SIZE 4
    [all...]
  /external/opencv3/modules/imgproc/src/
filter.cpp     [all...]

Completed in 982 milliseconds

<<1112131415