HomeSort by relevance Sort by last modified time
    Searched refs:plane_rd_mult (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 140 static const int plane_rd_mult[4] = { Y1_RD_MULT, Y2_RD_MULT, UV_RD_MULT, variable
174 int err_mult = plane_rd_mult[type];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 62 static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = { variable
117 const int64_t rdmult = ((int64_t)mb->rdmult * plane_rd_mult[ref][type]) >> 1;
    [all...]

Completed in 78 milliseconds