Searched refs:MIN (Results 1 - 25 of 44) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_aq_complexity.c69 const int xmis = MIN(cm->mi_cols - mi_col, bw);
70 const int ymis = MIN(cm->mi_rows - mi_row, bh);
H A Dvp9_aq_cyclicrefresh.c136 const int xmis = MIN(cm->mi_cols - mi_col, bw);
137 const int ymis = MIN(cm->mi_rows - mi_row, bh);
279 xmis = MIN(cm->mi_cols - mi_col,
281 ymis = MIN(cm->mi_rows - mi_row,
H A Dvp9_speed_features.c58 if (MIN(cm->width, cm->height) >= 720)
82 if (MIN(cm->width, cm->height) >= 720)
105 if (MIN(cm->width, cm->height) >= 720)
161 if (MIN(cm->width, cm->height) >= 720)
183 if (MIN(cm->width, cm->height) >= 720)
H A Dvp9_ratectrl.c60 const double minqtarget = MIN(((x3 * maxq + x2) * maxq + x1) * maxq,
190 target = MIN(target, max_rate);
212 lrc->bits_off_target = MIN(lrc->bits_off_target, lc->maximum_buffer_size);
231 rc->bits_off_target = MIN(rc->bits_off_target, oxcf->maximum_buffer_size);
435 return MIN(active_worst_quality, rc->worst_quality);
455 active_worst_quality = MIN(rc->worst_quality,
458 active_worst_quality = MIN(rc->worst_quality,
1253 const int pct_low = (int)MIN(diff / one_pct_bits, oxcf->under_shoot_pct);
1257 const int pct_high = (int)MIN(-diff / one_pct_bits, oxcf->over_shoot_pct);
H A Dvp9_picklpf.c73 const int filt_high = MIN(filt_mid + filter_step, max_filter_level);
H A Dvp9_svc_layercontext.c95 lrc->bits_off_target = MIN(lrc->bits_off_target, lc->maximum_buffer_size);
96 lrc->buffer_level = MIN(lrc->buffer_level, lc->maximum_buffer_size);
H A Dvp9_mcomp.c39 col_max = MIN(col_max, (MV_UPP >> 3) - 1);
40 row_max = MIN(row_max, (MV_UPP >> 3) - 1);
64 sr = MIN(sr, (cpi->sf.max_step_search_steps - 2));
294 const int maxc = MIN(x->mv_col_max * 8, ref_mv->col + MV_MAX);
296 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX);
393 const int maxc = MIN(x->mv_col_max * 8, ref_mv->col + MV_MAX);
395 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX);
926 end_row = MIN(range, x->mv_row_max - ref_row);
927 end_col = MIN(range, x->mv_col_max - ref_col);
1313 const int row_max = MIN(ref_m
[all...]
H A Dvp9_rdopt.c683 rd = MIN(rd1, rd2);
784 mbmi->tx_size = MIN(max_tx_size, largest_tx_size);
843 best_tx : MIN(max_tx_size, max_mode_tx_size);
852 tx_cache[ALLOW_16X16] = rd[MIN(max_tx_size, TX_16X16)][0];
853 tx_cache[ALLOW_32X32] = rd[MIN(max_tx_size, TX_32X32)][0];
927 best_tx : MIN(max_tx_size, max_mode_tx_size);
1600 rd = MIN(rd1, rd2);
2425 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize),
2825 MIN(cpi->rd_filter_cache[SWITCHABLE_FILTERS], rd + rs_rd);
2850 MIN(cp
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h86 #ifndef MIN
87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmlmath.h98 #ifndef MIN
99 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlmath.h86 #ifndef MIN
87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h86 #ifndef MIN
87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dresults_holder.c297 data[0] = (long)MIN(MAX(rh.game_quat[0] * ((float)(1L << 30)), -2147483648.), 2147483647.);
298 data[1] = (long)MIN(MAX(rh.game_quat[1] * ((float)(1L << 30)), -2147483648.), 2147483647.);
299 data[2] = (long)MIN(MAX(rh.game_quat[2] * ((float)(1L << 30)), -2147483648.), 2147483647.);
300 data[3] = (long)MIN(MAX(rh.game_quat[3] * ((float)(1L << 30)), -2147483648.), 2147483647.);
311 data[0] = (long)MIN(MAX(rh.nav_quat[0] * ((float)(1L << 30)), -2147483648.), 2147483647.);
312 data[1] = (long)MIN(MAX(rh.nav_quat[1] * ((float)(1L << 30)), -2147483648.), 2147483647.);
313 data[2] = (long)MIN(MAX(rh.nav_quat[2] * ((float)(1L << 30)), -2147483648.), 2147483647.);
314 data[3] = (long)MIN(MAX(rh.nav_quat[3] * ((float)(1L << 30)), -2147483648.), 2147483647.);
385 data[0] = (long)MIN(MAX(rh.geomag_quat[0] * ((float)(1L << 30)), -2147483648.), 2147483647.);
386 data[1] = (long)MIN(MA
[all...]
H A Dstorage_manager.c141 len = MIN(hd->size, len);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_prob.h77 const unsigned int count = MIN(ct[0] + ct[1], count_sat);
H A Dvp9_tile_common.c21 return MIN(offset, mis);
H A Dvp9_common.h27 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
H A Dvp9_pred_common.c374 const int xmis = MIN(cm->mi_cols - mi_col, bw);
375 const int ymis = MIN(cm->mi_rows - mi_row, bh);
380 segment_id = MIN(segment_id,
H A Dvp9_blockd.h281 return MIN(y_tx_size, max_txsize_lookup[plane_bsize]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Derror_concealment.c19 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
103 const int int_right = MIN(b1_col + (4<<3), b2_col + (4<<3)); // right
104 const int int_bottom = MIN(b1_row + (4<<3), b2_row + (4<<3)); // bottom
137 int end_row = MIN(4 + mb_row * 4 - first_blk_row, 2);
138 int end_col = MIN(4 + mb_col * 4 - first_blk_col, 2);
213 end_row = MIN(mb_rows - overlap_mb_row, 2);
214 end_col = MIN(mb_cols - overlap_mb_col, 2);
/hardware/intel/img/psb_video/src/
H A Dtng_enc_trace.h43 #define MIN(a,b) ((a)>(b)?(b):(a)) macro
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c135 len = MIN(hd->size, len);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c141 len = MIN(hd->size, len);
/hardware/ti/omap4-aah/camera/
H A DEncoder_libjpeg.cpp45 #define MIN(x,y) ((x < y) ? x : y) macro
404 MIN(ARRAY_SIZE(ImageInfo.DateTime), value_length + 1));
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg.c63 #ifndef MIN
64 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
725 MIN(COMPONENTS, ARRAY_ELEMS(iq_matrix.load_quantiser_table));
744 MIN(COMPONENTS, ARRAY_ELEMS(huffman_table.load_huffman_table));

Completed in 616 milliseconds

12