Searched refs:plane_rd_mult (Results 1 – 4 of 4) sorted by relevance
92 static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = { variable
1799 (plane_rd_mult[is_inter][plane_type] << (2 * (xd->bd - 8)))) +1941 (((int64_t)x->rdmult * plane_rd_mult[is_inter][plane_type]
140 static const int plane_rd_mult[4] = { Y1_RD_MULT, Y2_RD_MULT, UV_RD_MULT, variable174 int err_mult = plane_rd_mult[type]; in optimize_b()
56 static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = { variable86 const int64_t rdadj = (int64_t)mb->rdmult * plane_rd_mult[ref][plane_type]; in vp9_optimize_b()