Home
last modified time | relevance | path

Searched refs:rd_threshes (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_pickmode.c233 const int *const rd_threshes = cpi->rd_threshes[segment_id][bsize]; in vp9_pick_inter_mode() local
295 if (best_rd < ((int64_t)rd_threshes[mode_idx[this_mode]] * in vp9_pick_inter_mode()
297 rd_threshes[mode_idx[this_mode]] == INT_MAX) in vp9_pick_inter_mode()
Dvp9_onyx_int.h354 int rd_threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES]; member
Dvp9_rdopt.c262 cpi->rd_threshes[segment_id][bsize][i] = in set_block_thresholds()
3169 const int *const rd_threshes = cpi->rd_threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb() local
3329 if (best_rd < ((int64_t)rd_threshes[mode_index] * in vp9_rd_pick_inter_mode_sb()
3331 rd_threshes[mode_index] == INT_MAX) in vp9_rd_pick_inter_mode_sb()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h147 int rd_threshes[MAX_MODES]; member
Drdopt.c287 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q / 100; in vp8_initialize_rd_consts()
291 x->rd_threshes[i] = INT_MAX; in vp8_initialize_rd_consts()
294 cpi->rd_baseline_thresh[i] = x->rd_threshes[i]; in vp8_initialize_rd_consts()
305 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q; in vp8_initialize_rd_consts()
309 x->rd_threshes[i] = INT_MAX; in vp8_initialize_rd_consts()
312 cpi->rd_baseline_thresh[i] = x->rd_threshes[i]; in vp8_initialize_rd_consts()
2031 if (best_mode.rd <= x->rd_threshes[mode_index]) in vp8_rd_pick_inter_mode()
2089 x->rd_threshes[mode_index] = in vp8_rd_pick_inter_mode()
2182 x->rd_threshes[THR_NEW1] : x->rd_threshes[THR_NEW3]; in vp8_rd_pick_inter_mode()
2184 x->rd_threshes[THR_NEW2] : this_rd_thresh; in vp8_rd_pick_inter_mode()
[all …]
Dethreading.c423 vpx_memcpy(z->rd_threshes, x->rd_threshes, sizeof(x->rd_threshes)); in setup_mbby_copy()
Dpickinter.c708 if (best_rd <= x->rd_threshes[mode_index]) in vp8_pick_inter_mode()
766 x->rd_threshes[mode_index] = in vp8_pick_inter_mode()
1119 x->rd_threshes[mode_index] = in vp8_pick_inter_mode()
1134 x->rd_threshes[mode_index] = in vp8_pick_inter_mode()
1153 x->rd_threshes[best_mode_index] = in vp8_pick_inter_mode()