Searched refs:quant_thred (Results 1 – 4 of 4) sorted by relevance
291 x->plane[0].quant_thred[0] = x->plane[0].zbin[0] * x->plane[0].zbin[0]; in vp9_init_plane_quantizers()292 x->plane[0].quant_thred[1] = x->plane[0].zbin[1] * x->plane[0].zbin[1]; in vp9_init_plane_quantizers()304 x->plane[i].quant_thred[0] = x->plane[i].zbin[0] * x->plane[i].zbin[0]; in vp9_init_plane_quantizers()305 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
555 const int64_t dc_thr = p->quant_thred[0] >> 6; in model_rd_for_sb_y()556 const int64_t ac_thr = p->quant_thred[1] >> 6; in model_rd_for_sb_y()
189 const int64_t dc_thr = p->quant_thred[0] >> shift; in model_rd_for_sb()190 const int64_t ac_thr = p->quant_thred[1] >> shift; in model_rd_for_sb()