Home
last modified time | relevance | path

Searched defs:rdmult (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h49 int rdmult; member
Dvp9_rd.c155 int64_t rdmult = 0; in vp9_compute_rd_mult() local
171 int64_t rdmult = 88 * q * q / 24; in vp9_compute_rd_mult() local
Dvp9_quantize.c313 const int rdmult = vp9_compute_rd_mult(cpi, qindex + cm->y_dc_delta_q); in vp9_init_plane_quantizers() local
Dvp9_block.h72 int rdmult; member
Dvp9_encodemb.c111 int64_t rdmult = mb->rdmult * plane_rd_mult[type], rddiv = mb->rddiv; in optimize_b() local
/external/libvpx/libvpx/vp8/encoder/
Dencodemb.c193 int rdmult; in optimize_b() local
Dblock.h94 int rdmult; member