Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Drdopt_utils.h263 int64_t rd_thresh = ref_best_rd; in get_rd_thresh_from_best_rd() local
382 int64_t rd_thresh = in check_txfm_eval() local
Dcompound_type.c512 const int64_t rd_thresh = get_rd_thresh_from_best_rd( in compute_rd_thresh() local
598 const int64_t rd_thresh = compute_rd_thresh(x, total_mode_rate, ref_best_rd); in handle_smooth_inter_intra_mode() local
1045 int mode_rate, int64_t rd_thresh, int *calc_pred_masked_compound, in masked_compound_type_rd()
1216 int64_t rd_thresh) { in av1_compound_type_rd()
Dintra_mode_search.c544 int64_t rd_thresh; in rd_pick_intra_angle_sbuv() local
1458 const int64_t rd_thresh = best_rd + (best_rd >> 3); in prune_luma_odd_delta_angles_using_rd_cost() local
Dtx_search.c2975 const int64_t rd_thresh = in choose_tx_size_type_from_rd() local
3403 int64_t rd_thresh = ref_best_rd; in select_tx_size_and_type() local
3778 const int64_t rd_thresh = in av1_txfm_search() local
Drdopt.c2411 int64_t rd_thresh; in process_compound_inter_mode() local
/external/libvpx/vp9/encoder/
Dvp9_rd.c757 void vp9_update_rd_thresh_fact(int (*factor_buf)[MAX_MODES], int rd_thresh, in vp9_update_rd_thresh_fact()
Dvp9_rdopt.c1066 BLOCK_SIZE bsize, int64_t rd_thresh) { in rd_pick_intra4x4block()