HomeSort by relevance Sort by last modified time
    Searched refs:rd_threshes (Results 1 - 13 of 13) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
block.h 148 int rd_threshes[MAX_MODES]; member in struct:macroblock
rdopt.c 286 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q / 100;
290 x->rd_threshes[i] = INT_MAX;
293 cpi->rd_baseline_thresh[i] = x->rd_threshes[i];
304 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q;
308 x->rd_threshes[i] = INT_MAX;
311 cpi->rd_baseline_thresh[i] = x->rd_threshes[i];
    [all...]
ethreading.c 438 vpx_memcpy(z->rd_threshes, x->rd_threshes, sizeof(x->rd_threshes));
pickinter.c 712 if (best_rd <= x->rd_threshes[mode_index])
770 x->rd_threshes[mode_index] =
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 147 int rd_threshes[MAX_MODES]; member in struct:macroblock
rdopt.c 287 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q / 100;
291 x->rd_threshes[i] = INT_MAX;
294 cpi->rd_baseline_thresh[i] = x->rd_threshes[i];
305 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q;
309 x->rd_threshes[i] = INT_MAX;
312 cpi->rd_baseline_thresh[i] = x->rd_threshes[i];
    [all...]
ethreading.c 423 vpx_memcpy(z->rd_threshes, x->rd_threshes, sizeof(x->rd_threshes));
pickinter.c 708 if (best_rd <= x->rd_threshes[mode_index])
766 x->rd_threshes[mode_index] =
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_pickmode.c 233 const int *const rd_threshes = cpi->rd_threshes[segment_id][bsize]; local
295 if (best_rd < ((int64_t)rd_threshes[mode_idx[this_mode]] *
297 rd_threshes[mode_idx[this_mode]] == INT_MAX)
vp9_onyx_int.h 354 int rd_threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES]; member in struct:VP9_COMP
vp9_rdopt.c 262 cpi->rd_threshes[segment_id][bsize][i] =
3169 const int *const rd_threshes = cpi->rd_threshes[segment_id][bsize]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 391 const int *const rd_threshes = cpi->rd.threshes[segment_id][bsize]; local
499 mode_rd_thresh = rd_threshes[mode_idx[ref_frame - LAST_FRAME]
vp9_rdopt.c 2533 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; local
    [all...]

Completed in 67 milliseconds