Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c237 static int compute_rd_thresh_factor(int qindex, vpx_bit_depth_t bit_depth) { in compute_rd_thresh_factor() function
288 const int q = compute_rd_thresh_factor(qindex, cm->bit_depth); in set_block_thresholds()
/external/libaom/libaom/av1/encoder/
Drd.c409 static int compute_rd_thresh_factor(int qindex, aom_bit_depth_t bit_depth) { in compute_rd_thresh_factor() function
450 const int q = compute_rd_thresh_factor(qindex, cm->seq_params.bit_depth); in set_block_thresholds()