Home
last modified time | relevance | path

Searched defs:dequant_shift (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dmodel_rd.h93 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in model_rd_from_sse() local
126 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in model_rd_with_curvfit() local
H A Dtx_search.c556 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in PrintTransformUnitStats() local
748 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in PrintPredictionUnitStats() local
1955 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in predict_dc_only_block() local
2044 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in search_tx_type() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encoder.h1619 const int dequant_shift = in do_trellis_opt() local
1622 const int dequant_shift = 3; in do_trellis_opt() local
H A Dvp9_rdopt.c182 const int dequant_shift = in build_inter_pred_model_rd_earlyterm() local