HomeSort by relevance Sort by last modified time
    Searched refs:ac_thr (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 317 // Adjust the ac_thr according to speed, width, height and normalized sum
346 int64_t ac_thr = ac_quant * ac_quant >> 6; local
378 ac_thr = vp9_scale_acskip_thresh(ac_thr, cpi->denoiser.denoising_level,
382 ac_thr *= ac_thr_factor(cpi->oxcf.speed, cpi->common.width,
385 ac_thr *= ac_thr_factor(cpi->oxcf.speed, cpi->common.width,
445 if (!(var_tx[k] < ac_thr || var == 0)) {
556 const int64_t ac_thr = p->quant_thred[1] >> 6; local
596 if (var_tx < ac_thr || var == 0) {
    [all...]
vp9_rdopt.c 190 const int64_t ac_thr = p->quant_thred[1] >> shift; local
195 const int64_t low_ac_thr = VPXMIN(80, ac_thr >> 2);
217 if (var < ac_thr || var == 0) {
    [all...]

Completed in 81 milliseconds