Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
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
Dtx_search.c560 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in PrintTransformUnitStats() local
752 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in PrintPredictionUnitStats() local
1961 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in predict_dc_only_block() local
2053 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in search_tx_type() local
/external/libvpx/vp9/encoder/
Dvp9_rdopt.c180 const int dequant_shift = in model_rd_for_sb() local