Home
last modified time | relevance | path

Searched refs:compute_rd_thresh_factor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_rd.c312 static int compute_rd_thresh_factor(int qindex, vpx_bit_depth_t bit_depth) { in compute_rd_thresh_factor() function
363 const int q = compute_rd_thresh_factor(qindex, cm->bit_depth); in set_block_thresholds()
/aosp_15_r20/external/libaom/av1/encoder/
H A Drd.c494 static int compute_rd_thresh_factor(int qindex, aom_bit_depth_t bit_depth) { in compute_rd_thresh_factor() function
548 const int q = compute_rd_thresh_factor(qindex, cm->seq_params->bit_depth); in set_block_thresholds()