Searched refs:BLOCK_SIZE (Results 26 - 50 of 80) sorted by relevance

1234

/external/kernel-headers/original/uapi/linux/
H A Dromfs_fs.h9 #define ROMBSIZE BLOCK_SIZE
H A Dfs.h29 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS) macro
/external/libvpx/libvpx/vp9/common/
H A Dvp9_enums.h59 typedef uint8_t BLOCK_SIZE; typedef
H A Dvp9_mfqe.c75 int uvd_stride, BLOCK_SIZE block_size,
136 BLOCK_SIZE bs) {
152 static void get_thr(BLOCK_SIZE bs, int qdiff, int *sad_thr, int *vdiff_thr) {
164 static void mfqe_block(BLOCK_SIZE bs, const uint8_t *y, const uint8_t *u,
203 static int mfqe_decision(MODE_INFO *mi, BLOCK_SIZE cur_bs) {
217 static void mfqe_partition(VP9_COMMON *cm, MODE_INFO *mi, BLOCK_SIZE bs,
223 const BLOCK_SIZE cur_bs = mi->mbmi.sb_type;
227 const BLOCK_SIZE subsize = get_subsize(bs, partition);
247 BLOCK_SIZE mfqe_bs, bs_tmp;
H A Dvp9_reconinter.c221 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, BLOCK_SIZE bsize,
228 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize,
250 BLOCK_SIZE bsize) {
255 BLOCK_SIZE bsize, int plane) {
260 BLOCK_SIZE bsize) {
266 BLOCK_SIZE bsize) {
H A Dvp9_onyxc_int.h430 BLOCK_SIZE subsize,
431 BLOCK_SIZE bsize) {
447 BLOCK_SIZE bsize) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.h54 int mi_row, int mi_col, BLOCK_SIZE bsize,
H A Dvp9_context_tree.h74 BLOCK_SIZE block_size;
H A Dvp9_tokenize.c446 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize,
490 static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize,
575 BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
586 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) {
595 BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
605 int vp9_has_high_freq_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) {
614 int dry_run, BLOCK_SIZE bsize) {
H A Dvp9_denoiser.c35 static int absdiff_thresh(BLOCK_SIZE bs, int increase_denoising) {
40 static int delta_thresh(BLOCK_SIZE bs, int increase_denoising) {
46 static int noise_motion_thresh(BLOCK_SIZE bs, int increase_denoising) {
52 static unsigned int sse_thresh(BLOCK_SIZE bs, int increase_denoising) {
56 static int sse_diff_thresh(BLOCK_SIZE bs, int increase_denoising,
66 static int total_adj_weak_thresh(BLOCK_SIZE bs, int increase_denoising) {
78 BLOCK_SIZE bs,
192 BLOCK_SIZE bs,
312 int mi_row, int mi_col, BLOCK_SIZE bs,
H A Dvp9_encodeframe.c51 int mi_row, int mi_col, BLOCK_SIZE bsize,
106 BLOCK_SIZE bs) {
115 VP9_COMP *cpi, const struct buf_2d *ref, BLOCK_SIZE bs, int bd) {
142 BLOCK_SIZE bs) {
154 static BLOCK_SIZE get_rd_var_based_fixed_partition(VP9_COMP *cpi, MACROBLOCK *x,
185 BLOCK_SIZE bsize) {
242 BLOCK_SIZE bsize) {
257 BLOCK_SIZE bsize) {
313 static void tree_to_node(void *data, BLOCK_SIZE bsize, variance_node *node) {
377 static void fill_variance_tree(void *data, BLOCK_SIZE bsiz
[all...]
H A Dvp9_mcomp.h86 BLOCK_SIZE bsize,
155 BLOCK_SIZE bsize, MV *mvp_full,
H A Dvp9_rd.c414 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size,
418 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
456 int ref_frame, BLOCK_SIZE block_size) {
532 int vp9_raster_block_offset(BLOCK_SIZE plane_bsize,
540 int16_t* vp9_raster_block_offset_int16(BLOCK_SIZE plane_bsize,
632 const BLOCK_SIZE min_size = MAX(bsize - 1, BLOCK_4X4);
633 const BLOCK_SIZE max_size = MIN(bsize + 2, BLOCK_64X64);
634 BLOCK_SIZE bs;
H A Dvp9_aq_variance.c142 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) {
H A Dvp9_segmentation.c130 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type;
154 BLOCK_SIZE bsize) {
181 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize];
H A Dvp9_encodemb.c34 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) {
37 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
326 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) {
416 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) {
497 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) {
585 static void encode_block(int plane, int block, BLOCK_SIZE plane_bsize,
705 static void encode_block_pass1(int plane, int block, BLOCK_SIZE plane_bsize,
730 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize) {
736 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize) {
764 void vp9_encode_block_intra(int plane, int block, BLOCK_SIZE plane_bsiz
[all...]
H A Dvp9_pickmode.c125 BLOCK_SIZE bsize, int mi_row, int mi_col,
236 const BLOCK_SIZE unit_size = txsize_to_bsize[tx_size];
255 static void model_rd_for_sb_y_large(VP9_COMP *cpi, BLOCK_SIZE bsize,
382 const BLOCK_SIZE unit_size = txsize_to_bsize[uv_tx_size];
383 const BLOCK_SIZE uv_bsize = get_plane_block_size(bsize, pd);
452 static void model_rd_for_sb_y(VP9_COMP *cpi, BLOCK_SIZE bsize,
496 const BLOCK_SIZE unit_size =
566 BLOCK_SIZE bsize, TX_SIZE tx_size) {
579 BLOCK_SIZE bsize, TX_SIZE tx_size) {
690 static void model_rd_for_sb_uv(VP9_COMP *cpi, BLOCK_SIZE bsiz
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c36 #define BLOCK_SIZE (BLOCK_WIDTH * BLOCK_HEIGHT) macro
227 blocks += BLOCK_SIZE;
244 blocks += BLOCK_SIZE;
255 blocks += BLOCK_SIZE;
/external/fio/tools/
H A Dgenfio23 BLOCK_SIZE=4k
62 Default is $BLOCK_SIZE
213 BLOCK_SIZE=$OPTARG
276 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-all-$MODES-$PRINTABLE_DISKS.fio
280 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-sequential-$MODES-$PRINTABLE_DISKS.fio
283 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-parallel-$MODES-$PRINTABLE_DISKS.fio
340 for BLK_SIZE in $(echo $BLOCK_SIZE | tr "," " "); do
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DRC2Engine.java56 private static final int BLOCK_SIZE = 8; field in class:RC2Engine
157 return BLOCK_SIZE;
171 if ((inOff + BLOCK_SIZE) > in.length)
176 if ((outOff + BLOCK_SIZE) > out.length)
190 return BLOCK_SIZE;
H A DDESEngine.java15 protected static final int BLOCK_SIZE = 8; field in class:DESEngine
61 return BLOCK_SIZE;
75 if ((inOff + BLOCK_SIZE) > in.length)
80 if ((outOff + BLOCK_SIZE) > out.length)
87 return BLOCK_SIZE;
H A DTwofishEngine.java194 private static final int BLOCK_SIZE = 16; // bytes = 128 bits field in class:TwofishEngine
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/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp231 static const int BLOCK_SIZE = 16; local
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/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dfileapp.py17 BLOCK_SIZE = 4096 * 16 variable
236 return file_wrapper(file, BLOCK_SIZE)
245 self.block_size = block_size or BLOCK_SIZE
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_denoiser_sse2.c132 int increase_denoising, BLOCK_SIZE bs, int motion_magnitude, int width) {
245 int increase_denoising, BLOCK_SIZE bs,
350 BLOCK_SIZE bs,

Completed in 405 milliseconds

1234