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

  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 168 static const int plane_rd_mult[4]= variable
208 int err_mult = plane_rd_mult[type];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemb.c 216 static const int plane_rd_mult[4]= variable
256 int err_mult = plane_rd_mult[type];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemb.c 80 static const int plane_rd_mult[4] = { variable
127 int err_mult = plane_rd_mult[type];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 64 static const int plane_rd_mult[PLANE_TYPES] = { 4, 2 }; variable
111 int64_t rdmult = mb->rdmult * plane_rd_mult[type], rddiv = mb->rddiv;
    [all...]

Completed in 163 milliseconds