Home
last modified time | relevance | path

Searched defs:rd_thresh (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt_utils.h246 int64_t rd_thresh = ref_best_rd; in get_rd_thresh_from_best_rd() local
358 int64_t rd_thresh = in check_txfm_eval() local
Dcompound_type.c507 const int64_t rd_thresh = get_rd_thresh_from_best_rd( in compute_rd_thresh() local
622 const int64_t rd_thresh = in av1_handle_inter_intra_mode() local
1005 int mode_rate, int64_t rd_thresh, int *calc_pred_masked_compound, in masked_compound_type_rd()
1206 int64_t rd_thresh) { in av1_compound_type_rd()
Dintra_mode_search.c1296 int64_t rd_thresh; in rd_pick_intra_angle_sbuv() local
1700 const int64_t rd_thresh = best_rd + (best_rd >> 5); in rd_pick_intra_angle_sby() local
Dtx_search.c3111 int64_t rd_thresh = ref_best_rd; in select_tx_size_and_type() local
3516 const int64_t rd_thresh = in av1_txfm_search() local
Drdopt.c2494 int64_t rd_thresh; in handle_inter_mode() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c737 void vp9_update_rd_thresh_fact(int (*factor_buf)[MAX_MODES], int rd_thresh, in vp9_update_rd_thresh_fact()
Dvp9_rdopt.c1090 BLOCK_SIZE bsize, int64_t rd_thresh) { in rd_pick_intra4x4block()