Searched refs:quant_thred (Results 1 – 4 of 4) sorted by relevance
297 x->plane[0].quant_thred[0] = x->plane[0].zbin[0] * x->plane[0].zbin[0]; in vp9_init_plane_quantizers()298 x->plane[0].quant_thred[1] = x->plane[0].zbin[1] * x->plane[0].zbin[1]; in vp9_init_plane_quantizers()310 x->plane[i].quant_thred[0] = x->plane[i].zbin[0] * x->plane[i].zbin[0]; in vp9_init_plane_quantizers()311 x->plane[i].quant_thred[1] = x->plane[i].zbin[1] * x->plane[i].zbin[1]; in vp9_init_plane_quantizers()
44 int64_t quant_thred[2]; member
638 const int64_t dc_thr = p->quant_thred[0] >> 6; in model_rd_for_sb_y()639 const int64_t ac_thr = p->quant_thred[1] >> 6; in model_rd_for_sb_y()
198 const int64_t dc_thr = p->quant_thred[0] >> shift; in model_rd_for_sb()199 const int64_t ac_thr = p->quant_thred[1] >> shift; in model_rd_for_sb()