HomeSort by relevance Sort by last modified time
    Searched refs:VPXMIN (Results 26 - 37 of 37) sorted by null

12

  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 259 step_param = VPXMIN(step_param, MAX_MVSEARCH_STEPS - 2);
635 base_strength = VPXMIN(6, VPXMAX(0, base_strength));
vp9_bitstream.c 815 vpx_write_literal(w, VPXMIN(cm->tx_mode, ALLOW_32X32), 2);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 141 int n = VPXMIN(sizeof(clear_buffer), data_sz);
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 297 const int q = VPXMIN(105, cm->lf.filter_level * 2);
vp9_thread_common.c 162 const int num_workers = VPXMIN(nworkers, tile_cols);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 88 return VPXMIN(max_tx_size, tx_mode_to_biggest_tx_size[tx_mode]);
98 VPXMIN(segment_id, segment_ids[mi_offset + y * cm->mi_cols + x]);
vp9_decodeframe.c 769 const int x_mis = VPXMIN(bw, cm->mi_cols - mi_col);
770 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c     [all...]
mcomp.c 244 int maxc = VPXMIN(x->mv_col_max * 4,
248 int maxr = VPXMIN(x->mv_row_max * 4,
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 137 data_sz = VPXMIN(sizeof(clear_buffer), data_sz);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 906 int n = (int)VPXMIN(sizeof(clear_buffer), data_sz);
    [all...]

Completed in 138 milliseconds

12