Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c1957 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in model_rd_from_sse() local
2494 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in PrintTransformUnitStats() local
2601 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in PrintPredictionUnitStats() local
2713 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in model_rd_with_dnn() local
2873 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in model_rd_with_surffit() local
2978 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in model_rd_with_curvfit() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c173 const int dequant_shift = in model_rd_for_sb() local