Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmodel_rd.h96 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in model_rd_from_sse() local
129 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in model_rd_with_curvfit() local
Dtx_search.c770 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in PrintTransformUnitStats() local
963 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in PrintPredictionUnitStats() local
2175 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in search_tx_type() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c180 const int dequant_shift = in model_rd_for_sb() local